I'm a APEX Senior developer who likes write down what I discover to keep a part of my mind stored and share my knowing with others.
Nothing here yet.
Feb 7 · 13 min read · 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...
Join discussion
Jul 7, 2025 · 4 min read · 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...
Join discussion
Apr 12, 2025 · 4 min read · 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...
Join discussion
Apr 3, 2025 · 3 min read · 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...
Join discussion