Product Manager at Oracle. Technology enthusiast. Author, blogger, speaker. Ace Director alumnus, ex Enkitec. I work for Oracle but do not speak for them.
Explore what AI Agents are, how the underlying concepts of agentic AI, function calling, and the agent loop fit together, and how Oracle APEX makes these capabilities practical for everyday developers. #orclAPEXsocial.ora.cl/6018B8b028
Don’t let database startup delays break your CI pipeline. I wrote a short post how to use health checks in Docker and Podman to ensure database dependent calls don’t fail unnecessarily:
martincarstenbach.com/2026/0…
Python-oracledb 4.0 is a major step forward for developers building modern, secure, AI-powered Python applications on Oracle AI Database. 🙌
Learn more 👇 social.ora.cl/6014B8bLKe
The future of software development is shifting from writing implementation code to expressing intent.
Oracle APEX 26.1 addresses this shift with APEXlang.
See how the Open Application Specification Language for Oracle APEX represents a strategic shift in how low-code applications are authored, reviewed, and evolved particularly in an era where AI agents are becoming primary development interfaces. #orclAPEXsocial.ora.cl/6013B8bI0d
In part 3 of our Oracle Database Skills series, it’s time to act—locally, with guardrails, and with an evidence trail your DBA can verify. SQLcl MCP gives you that posture.
Jump on in: social.ora.cl/6018BB7T56
#DOAG2026: Der Call for Papers ist nur noch heute bis 23:59 Uhr MEZ geöffnet! Noch könnt ihr das Programm der großen Anwenderkonferenz aktiv mitgestalten. Jetzt Vortrag einreichen ! ➡️ scomp.ly/1Aqxzga
Konferenz: scomp.ly/aEqZzvv
My expression when you say an agent is going to write all of your SQL from now on...
Come see my talk at Ascend next week to see why your SQL skills are more important than ever
connect-v3.jujama.com/Plugin…
Register for another #POUG x #PWOW webinar! It's a special one because the topic is not technical, yet still extremely relevant.
See you on June 22nd! CC: @oanapdrrr28gls-pwowwebinar4.konfeo.c…
Part 2 in this Oracle Database Skills series shows how to use db/SKILL.md in the public Oracle Database Skills repository as your front door; how to route by persona or by task; and how to enforce progressive discovery so your assistant loads exactly one file at a time. social.ora.cl/6010BBAh50
Devoxx BE CFP is open, let's go!!!💃
New tracks 👀
- Agentic Engineering & Tooling
- Java Language & Platform
- Cloud Native, Data & Infrastructure
- Architecture & Modernization
- Security, Trust & Compliance
- Development Practices
- People & Career
- Mind the Geek
#Devoxx
Join this fast-paced, global broadcast designed to keep developers in the know. Delivered newsroom-style, this monthly News Edition brings you updates from Oracle product teams. social.ora.cl/6010B8iGa2
Tired of hitting:
CREATE ...
ORA-01031: insufficient privileges
errors?
Give access in Oracle AI Database 26ai with one role:
GRANT db_developer_role TO ...
And you're able to create all the standard database objects
ALT Developer role (23.4)
Grant DB_DEVELOPER_ROLE get users up and running with standard development privileges
Example granting this to dev_user and a query showing which privileges this user has
Curious how APEXlang works with GIT when multiple devs and AI tools edit the same .apx file?
My latest blog post -> rafal.hashnode.dev/apexlang-…#orclAPEX
Hardcoding passwords into scripts always feels like a temporary solution…
…right until it ends up in Git 😅
I wrote a short post on handling secrets more safely in SQLcl projects and completing admin tasks without creating a security nightmare:
martincarstenbach.com/2026/0…