Why REST in an APEX World Oracle REST Data Services (ORDS) lets you expose database objects as...
Oracle APEX
The Multi Value Problem Shuttle items, checkbox groups, and multi select lists in APEX return their values...
What Is Page Zero Every APEX application has a special page called the Global Page (Page 0)....
Email Notifications From APEX Sending email notifications from an APEX application is a common requirement for workflows,...
martin
March 2, 2026
The Problem: Temporary Data in a Stateless World Web applications are stateless by nature, but many workflows...
What Are Application Processes Application processes are PL/SQL blocks that run at specific points during every page...
One Click, Two Grids A master-detail Interactive Grid setup lets users click a row in the master...
What Are Application Processes Application processes are PL/SQL blocks that run at specific points during every page...
Built-In Time Travel for Reports APEX Interactive Reports have a hidden gem: the Flashback feature. Users can...
Stop Using jQuery.ajax Directly Many APEX developers use $.ajax or fetch for server calls. While these work,...