Monthly Archives: July 2026

Dynamic Triggered Action in Cards – Oracle APEX 26.1

Introduction  Anyone who’s built a Cards region in Oracle APEX has run into the same limitation. You can wire up an action on the Full Card, the Title, the Subtitle,…

Read More

Adding Custom Link Attributes to Lists – Oracle APEX 26.1

Introduction Oracle APEX 26.1 introduces a small but powerful enhancement to List components: Custom Link Attributes. This feature allows developers to add HTML attributes directly to the links generated by…

Read More

Preventing Duplicate Form Submission in Oracle APEX

Introduction / Issue One of the common issues encountered while developing Oracle APEX applications is duplicate form submission. Users may unintentionally click the Save button multiple times due to slow network…

Read More

UI Mistakes Oracle APEX Developers Should Avoid

Introduction / Issue Many Oracle APEX applications successfully meet business requirements but often overlook one critical aspect—the User Interface (UI) and User Experience (UX). Developers tend to focus primarily on…

Read More

Case for Switching to APEXlang in Oracle APEX 26.1

Introduction  Every Oracle APEX developer has hit this wall: the app “lives” inside one sprawling SQL export. Reviewing a change, debugging with AI, or handing the app to a security…

Read More

Metric Card in Oracle APEX 26.1

Introduction Oracle APEX 26.1 brought in a new template component called the Metric Card, purpose built for KPI style dashboards. Until this release, if you wanted a clean tile showing a single important number, you had to either write custom HTML or…

Read More

Validate SQL Queries using PL/SQL Package

Introduction We built a dynamic reporting solution that allows end users to store and execute SQL queries with bind variables in Oracle APEX. While this approach provides great flexibility, it…

Read More

Python-Powered API cost anomaly Guardrail with Oracle APEX PDF Engine

Introduction / Issue In cloud computing and serverless systems, there may be unexpected bursts of use, causing hidden cost overheads which are untracked. Guardrails are put in place to run…

Read More

Steps to Renew Default OHS Keystore Wallet in Oracle Enterprise Manager (OEM)

Please follow the below steps.   Prerequisites   Take a backup of the existing wallet. Ensure you have appropriate Oracle user privileges. Verify OMS is healthy before making changes.  …

Read More

Oracle APEX – Dynamic Reporting

Introduction Users can store multiple SQL queries in a database table, and these queries may include bind variables. When an end user selects a query, the application automatically identifies the…

Read More