I am a skilled developer with over 8+ years of experience in Oracle APEX, Oracle Database, and APEX Themes and Plugins. As an Oracle ACE Associate, I focus on delivering innovative solutions that enhance user experiences and streamline business processes. My expertise includes database design and performance optimization, allowing me to tackle complex challenges effectively. I am passionate about leveraging technology to create impactful solutions and actively seek opportunities for growth and collaboration.
APEX Font Toggler (AFT) Plugin. APEX Font Toggler (AFT) plugin allow users to increase or decrease application font size at their convenience and this plugin is free for use under…
How to Store Data in Web Browser Storage - localStorage and sessionStorage. The main difference between sessionStorage and localStorage is that sessionStorage only maintains a storage area while the browser is open (including when the page…
How to Create Dialog Page drawer in Oracle APEX. Create a page as a Modal Dialog in which set Dialog Template => Drawer as per screenshot. In Templates Options for Modal Dialog Drawer Page.…
How to Close Browser upon Logging out In Oracle APEX. Solution 1: In the shared components section go to the Navigation bar and click on the Logout link. Paste Below…
In this Short Video Vikas has explained, how can we customize the APEX login page template using APEX declarative templates options. https://youtu.be/s4T6_5okY5M
In this Short Video Vikas has explained, how can we setup the APEX application header image. Availble Options Text Image Image and Text both https://youtu.be/VqggHl6mJdw
How to add Auto Increment line number on Add Row button in interactive grid Oracle APEX. In Oracle APEX, Interactive Grids provide a powerful way to interact with and manipulate…
How to Get Device ID in Oracle APEX? Create a page with a page item and paste below Javascript in Function and Global Variable Declaration section as per screenshots. Copy CodeCopiedUse a…
1. apex.page.confirm Signature 1. This example shows a confirmation dialog with the text ‘Delete Department’. If the user chooses to proceed with the delete, the current page is submitted with…