In this solution, I leverage Oracle APEX data dictionary views particularly the workspace activity log to capture detailed navigation audit information for each user within a given application. This audit data includes which pages users visit, how frequently they access them, and their overall navigation patterns. Using this information, I create a Dynamic List in Shared Components, which automatically generates entries based on the most recently accessed pages for the logged-in user. This list is then displayed on the Home page as a personalized dashboard. The result is a dynamic, user-specific " Recently Used Pages " dashboard that updates in real time. Each user sees a tailored set of pages they frequently or recently visited, allowing them to quickly navigate back to their most relevant screens. This is especially valuable for APEX applications where users routinely work across many pages and need faster access without searching through lengthy menu...
APEX Diff gives us a clean, intelligent way to understand how Oracle APEX evolves across versions making it effortless to pinpoint what’s new, what’s changed, and what may impact our applications. APEX Diff gives you a quick glance at what has changed between APEX releases. By default, the application shows the latest six APEX releases on the right side of the page. we can use the filter to select any 2 to 6 versions and compare what changed between them. If we want an overview of the metadata differences between any two selected releases, we can click on either the APEX Views Diff or PL/SQL APIs Diff. Selecting the APEX Views Diff option, for example, will display the differences in columns across APEX Views between the two selected releases. For Public PL/SQL APIs, the focus is on functions and procedures. Column level differences do not apply here. The app highlights additions, removals or updated definitions in the API signatures. As developers, we can easily identify deprecat...