APEX AI Agents Beyond the Chatbot
Introduction I have built several agents using custom PL/SQL code while waiting for the release of APEX 26.1. Now that APEX 26.1 has been released, it is time to see how useful AI Agents in APEX 26.1

Search for a command to run...
Articles tagged with #orclapex
Introduction I have built several agents using custom PL/SQL code while waiting for the release of APEX 26.1. Now that APEX 26.1 has been released, it is time to see how useful AI Agents in APEX 26.1

Introduction One of the marquee features of APEX 26.1 is APEX AI Agents. APEX AI Agents allow you to use an LLM and your own PL/SQL and JS tools to perform actions on your data instead of just chattin

Introduction 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 th

Introduction 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 ch

Introduction If you have spent any time reviewing traditional APEX export SQL, you know the problem. The application is there, but it is buried inside hundreds of calls to internal APIs. You can versi
Managing Conflicting Instructions in APEX Projects
