I just realized that the APEX team is working on APEXlang. I hope this will fill the gap...
I just realized that the APEX team is working on APEXlang. I hope this will fill the gap...
Will Oracle APEX survive the AI agent era? 🤔
While AI can write entire JS apps from scratch, it can't navigate the APEX web builder.
We need APIs or an MCP to allow AI agents to generate and modify APEX apps directly. Time to evolve the platform! 💡💻 #orclAPEX #AI
What about a Data Modeler replacement? The modeler in SQL Developer Web can handle only a limited number of tables. Do you have any alternative to recommend?
Very nice, well done Philipp...
Very interesting... thanks for sharing
3 million ? I would be interested to know where they got that figure.
Are you sure that the calculation is not good ? In quantum or modular math, even 17−4−2=9 can be true — it all depends on how you define the rules of the universe.... 😆
I imagine PDFs and Images will be the most used file types...
Hi #orclapex Team, I’m a bit surprised this idea still isn’t on the roadmap.
AI features and fancy workflows are great — but let’s not overlook the basics. Foundational improvements should come first.
apex.oracle.com/ideas/FR-3826
Hi Philipp,
Thanks for the new version!
One small feature that would make the plugin even better: a dedicated TriggeringElement attribute.
Currently, we have to set it manually in PL/SQL, like:
apex_application.g_x01 := '#MY_BUTTON_ID';
It works — but isn’t very intuitive or user-friendly.
Oupps, just realized that a new version of the plugin exists (25.2) which solve this issue. United Code website should be updated to display version 25.2 and note 25.1
Hi @united-codes.com ,
We just upgrade #orclapex from 24.1 to 24.2 and realise that in the Redirect plugin, the Close dialog event is not fired anymore when the option "Submit Page Items Before Redirect" is selected.
@hartenfeller.dev
Heads up for #Oracle users: After upgrading to 23.8.0.25.04, we started hitting this error when using JSON_TABLE on large JSON :
ORA-40666: INTERNAL ERROR 'JZNTSCV2:INVSTATE2' RECEIVED FROM JSON PROCESSOR
Bug 38170136
Worked fine on 23.7.0.25.01 — proceed with caution before patching. #orclapex
Another useful feature that would be great to have is the ability to include files (BLOBs) in the AI context.
Very interesting.
But what happen if the tool functions returns are very large amount of data (Thousands of records in tt_users) ?
I imagine that each AI model have a limited context size.
Thanks for the workaround...
Super annoying issue in this version: variable substitution pops up for every & characters — even with SET DEFINE OFF in the script.
If your cursor is below the SET DEFINE OFF; line in a .sql file, it still triggers the prompt. You have to place the cursor above it to run the file.