
Page Designer is going to die
As we know
Search for a command to run...

As we know

When version 26.1 finally came out, I remember excitedly going through the release notes. It was one of the biggest updates Oracle APEX has ever had, and more than 90 "Oracle APEX ideas" made it into

Hellow folks! Today I prepared something different, more like a documentation step-by-step of how I build my first public APEX plugin! The idea for this plugin came up when I was working on a large fo

How to implement custom HTML tooltips accross your APEX application

In enterprise web applications, data portability is a frequent bottleneck. Users often need to extract specific values (like a Case ID) or entire rows to paste into emails, spreadsheets, or other systems. Standard browser text selection within a grid...

Introduction We all use substitution strings in Oracle APEX like &APP_USER. or &APP_PAGE_ID. — they're everywhere. But did you know there are some less talked-about substitution strings that can provide powerful debugging, performance insight, or eve...

Introduction Oracle APEX's Interactive Grid (IG) is powerful — but sometimes we need more than the default buttons. A common use case is to allow users to select one or more rows and then perform a custom action using a button. In this article, we'll...

Introduction I bet that you missed me! When working with Oracle APEX and PL/SQL, we often deal with strings in a more advanced way — whether it's parsing delimited values, escaping characters, or handling nulls. Oracle APEX provides a great utility p...

Introduction I decided to write this article because it's not uncommon to see code with excessive boilerplate, which can become a headache every time a parameter needs to be changed. This article aims to introduce you to Substitution Strings and demo...