Feb 6 · 1 min read · There is no predefined Dynamic Action for switching tabs in Oracle APEX. Therefore, we need to use jQuery to identify the tab and the click() method to simulate the click. The code below simulates a click on 2nd tab and opens it. $('#myRegion li.t-Ta...
Join discussion
Sep 23, 2025 · 2 min read · Ever hit your domain and land on the default ORDS page instead of your APEX app? Here's a simple hack to fix that without touching your load balancer or proxy configs. https://www.linkedin.com/posts/arunkakkattil_oracleapex-ords-oracle-activity-73764...
Join discussion
Sep 1, 2025 · 5 min read · Introduction: As an Oracle APEX consultant, I’ve spent years designing enterprise applications with complex back-end logic, secure REST integrations, and refined UI/UX workflows. But when it came to solving a common customer problem, “How can we make...
Join discussion
Aug 24, 2025 · 3 min read · Introduction In APEX applications, you might need to send large amounts of data through AJAX calls - like Base64 images, large JSON payloads, or document content. However, APEX has a 32K character limit for individual parameters, which can cause erro...
KKenny commented
Jun 27, 2025 · 2 min read · Introduction When pushing the limits of Oracle APEX widgets to add custom functionality, you are limited to one column to pass values from the database to the JavaScript side. This one column is often not sufficient as you need to pass more than one ...
Join discussionJun 26, 2025 · 3 min read · In modern web applications, user experience matters. No one likes to lose their place or wait for full page reloads just to download a report. If you're building with Oracle APEX and want to offer users the ability to export a report with one click —...
Join discussionJun 19, 2025 · 15 min read · This article explores two integration options between the Oracle Database and Oracle Digital Assistant (ODA) to manage Dynamic Entities. It was actually written during COVID but not published and I have not seen much changes in the APIs, so I figured...
Join discussion
Jun 16, 2025 · 2 min read · I had been wanting to test the native generative AI features in Oracle APEX for a while, but I couldn’t make much progress with the OpenAI API since it requires a paid plan. Recently, I came across a LinkedIn post about Groq — an interesting alternat...
Join discussion