How to Use Oracle SQL Developer in Cursor IDE
If you work with Oracle Database and Oracle APEX, you have probably heard that Oracle SQL Developer is now available as an extension for Visual Studio Code. That is great news — until you realize that
Search for a command to run...
If you work with Oracle Database and Oracle APEX, you have probably heard that Oracle SQL Developer is now available as an extension for Visual Studio Code. That is great news — until you realize that
Environment Banner is a Dynamic Action plugin for Oracle APEX that displays a visible label and color on every page so users always know which environment they are working in—DEV, TEST, PROD, or any c
Invoicing should not be complicated. You did the work, now you need a document with your details, the client's details, the services you provided, and a total. That is it. The Oracle APEX Invoice Gene

Many small applications need one or two simple print templates: an invoice, a receipt, or a short report. Buying extra reporting tools or PDF-generation licenses is often hard to justify for such a li
Hierarchical data is everywhere in enterprise applications—organization charts, file systems, category trees. While Oracle APEX provides native components like the Tree Region, sometimes we need more control over the look and feel within reports or c...
One of the most powerful and often underutilized features of Oracle APEX is Template Components. These allow us to encapsulate complex UI logic into reusable and easy-to-configure components. In this post, we'll see how to "display colors" using a pl...
Oracle APEX Interactive Reports often display boolean or flag columns (like active_yn, enabled_yn) with plain text values "Y" or "N". While functional, this approach lacks visual clarity and modern UX standards. In this post, we'll explore how to cre...
Oracle APEX JS Logger was born from the need to have JavaScript logging with two important functionalities: controlling the amount of logs displayed in console, depending on the case and the debugging being done. And the other important functionality...
Oracle Advanced Queuing (AQ) provides a powerful mechanism for automatic, event-driven data processing with built-in retry mechanisms and callback functions. In this post, we'll explore how to implement a fully automated data synchronization system u...
