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.
Order tracking progress bar in Oracle APEX. Create a blank page with select list item as per screenshot. Create region with region type plsql dynamic content and use below code.…
Display Image from Directory in ORACLE APEX. One of my colleague had asked to me, How can i display image in Interactive/Classic Report or Interactive Grid from Directory without storing…
How to get Distinct/Unique record without using DISTINCT SQL/Oracle? Create table using following script: Copy CodeCopiedUse a different BrowserCREATE TABLE test_emp ( ename VARCHAR2 (10 BYTE), deptno NUMBER (2), id…
APEX Camera Extension (ACE) Plugin. APEX Camera Extension (ACE) plugin allows user to open Camera and and capture an image in APEX Collection. How to use? Steps: Download Plugin. Install…
How to Calculate total sum of interactive grid column into page item in oracle APEX. Most of the time, this question was asked by my friends and colleagues that “How…
How Add Tooltip on Side Navigation Menu Oracle APEX. In Apex, If You create an application with Side navigation menu and navigation menu name is too long in this case…
Creating a custom template. Templates are organized first by a template type and then by template class. Template types include page, region, report, list, button, label, and popup list of…
Lazy Loading Specify whether to load the region independently of the data for the region. When lazy loading is specified, the page is rendered immediately, showing an empty region, until…
Oracle NULLIF() Function: The Oracle NULLIF() function accepts only two arguments. If the both arguments are equal it returns a null value. In case the arguments are not equal, the…