JDJon Dixoninblog.cloudnueva.com·1d ago · 10 min readAPEX AI Agent Handlers: Intercepting & Updating Requests and ResponsesIntroduction In my previous post, I looked at logging APEX AI Agent requests and responses with Request and Response handlers. Logging is the first step because it shows you what is actually moving th42JA
JAJuan Andrés Lópezinmetadriven.hashnode.dev·4d ago · 5 min readOracle JSON Has Grown Up I still remember the first time I had to store JSON in Oracle Database. The solution worked, but it wasn't exactly pleasant. Everything went into a CLOB, every query required JSON_VALUE(), and updatin00
RGRafal Grzegorczykinrafal.hashnode.dev·Jun 26 · 8 min readLost all your Oracle APEX public/private reports? Here’s how to recover them.Recently, we migrated ten APEX apps from APEX 22.1 (on-premise) straight to APEX 26.1 (Oracle OCI), but we lost all public and private reports saved by users in the production versions of the apps. Oo00
JDJon Dixoninblog.cloudnueva.com·Jun 25 · 11 min readAPEX AI Agent Logging with Request & Response HandlersIntroduction Logging is one of the first things you need when building serious AI Agents. Without it, debugging quickly becomes guesswork. You can see the final answer, but not always why the model ch51J
MSMichelle Skameneinmskamene.hashnode.dev·Jun 25 · 11 min readBuild It Yourself: A WhatsApp Returns Copilot with APEX, n8n, and a Bit of AII gave a talk at Kscope26 called When APEX Talks Back, and a few people have sent me messages asking for the slides and code. So here's the whole thing, start to finish. By the end of this post you'll00
KEKarel Ekemainkarelekema.hashnode.dev·Jun 25 · 2 min readOracle APEX - Integrating 3rd party Pivot Table functionalityOne of the reasons I like to develop solutions using APEX is the data-centric orientation of the applications. In that context, a serious Pivot Table functionality is a must in my toolbox. And many in00
TKTomas Kucharzykinkuchatom.hashnode.dev·Jun 19 · 3 min readOracle APEX 26.1 - Flexbox ContainerThere is one feature in the APEX 26.1, that will really take your page layouts to another level. This may be bigger than you think, it is just a simple container, but it brings many possibilities. The10
JAJuan Andrés Lópezinmetadriven.hashnode.dev·Jun 17 · 4 min readOne of the Most Useful Oracle 23ai Features I Didn't Know I Needed: RETURNING OLD and NEWSometimes the features that make the biggest difference are not the flashy ones. They don't involve AI. They don't require machine learning models. And they probably won't appear on conference keynote00
MMMatt Mulvaneyinmattmulvaney.hashnode.dev·Jun 16 · 3 min readOracle APEX Shared Components Menu Button If you have an idea how to make Oracle APEX better - then you should submit your idea here https://apex.oracle.com/ideas The team regularly meet to discuss the ideas and your idea could become part of00
TKTomas Kucharzykinkuchatom.hashnode.dev·Jun 16 · 4 min readExport and Import VS Code Connections with Oracle SQLcl 26.1Because the Oracle SQL Developer Extension for VSCode is something like an industry standard right now, sooner or later you will have to export your connections, so you can pass it to your teammate. U00