JDJon Dixoninblog.cloudnueva.com·1d ago · 2 min readWhen to use an AI Coding AgentA few weeks ago, I set up an automation in Codex to send me a weekly report on how efficiently I use AI for APEX development. The report is consistently telling me that I am using AI too much for smal11M
THTimo Herwixintm-apex.hashnode.dev·6d ago · 10 min readBuilding my Oracle APEX 26.1 AI Playground with Oracle Database 26ai, ORDS, SQLcl, Codex, MCP and APEXlangIntroduction Over the last few days I wanted to build a personal Oracle APEX playground for experimenting with modern AI-assisted development workflows. My goal was simple: Oracle AI Database 26ai Fr00
JDJon Dixoninblog.cloudnueva.com·Sep 3 · 11 min readTranslating an APEX 26.1 App with an AI Coding AgentIntroduction APEX 26.1 introduced a new Text Message-Based approach to application translation. Unlike the traditional Application-Based approach, it allows one application to support multiple languag10
MMarkinr12.hashnode.dev·Aug 26 · 1 min readAPEX sidestep - inconventient "Warn on Unsaved Changes"Some of my Oracle APEX pages give me a "Warn on unsaved changes" even though the user has not touched any items yet. To determine which of the items APEX believe have been touched you can execute belo00
MMMatt Mulvaneyinmattmulvaney.hashnode.dev·Aug 24 · 2 min readAPEXLang + Windows? Add this one Git settingExcited to play around with APEXLang or SQLcl Project? What are you going to do? Vibe Code some APEXLang Export / Import APEX apps Project Export your schema Sounds fun right? By the experiences 00
MMMatt Mulvaneyinmattmulvaney.hashnode.dev·Aug 24 · 2 min readSYS.VALIDATE_APEX : Fix-all for Upgrade issues Upgraded something? - don't let let issue find you first, just run the following as SYS after switching to your PDB -- CONN / AS SYSDBA -- ALTER SESSION SET CONTAINER=FREEPDB1; begin sys.validate_00
JDJon Dixoninblog.cloudnueva.com·Aug 20 · 6 min readThe Best APEX AI Tools Are BoringThe Temptation to Build a Smart Tool When I started thinking about tools for APEX AI Agents, one of the first temptations was to create a single tool that could do everything. From a development persp51J
JDJon Dixoninblog.cloudnueva.com·Aug 13 · 13 min readAPEX AI Agents Beyond the ChatbotIntroduction 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 20
SJSushama Jangleinoracleapexsessionstate.hashnode.dev·Jul 29 · 4 min readTransforming Oracle APEX Interactive Grid: From Default Table to Modern User ExperienceIntroduction Oracle APEX Interactive Grid is one of the most powerful components for building business applications. It provides built-in features like search, filtering, sorting, editing, and paginat11S
JAJuan Andrés Lópezinmetadriven.hashnode.dev·Jul 24 · 11 min readSQL Domains in Oracle DatabaseAfter working with a database for a few years, repetition starts to appear almost everywhere. The same status values are validated in several tables. Priority columns use slightly different definition00