I am an Oracle APEX Architect and Senior Consultant with 9+ years of hands-on experience in designing, developing, and modernizing enterprise applications using Oracle APEX, Oracle Database, SQL/PLSQL, and ORDS. My professional journey spans pharmaceutical consulting, insurance, healthcare, and enterprise product development, where I have delivered scalable, secure, and performance-optimized solutions for Indian and global clients.
Currently, I work as a Senior Consultant at Ernst & Young (EY), focusing on application architecture, data migration, performance tuning, advanced reporting, and system integrations. As an Oracle ACE Associate, I strongly believe in architectural clarity, best practices, and mentoring teams to build long-term sustainable Oracle solutions.
Sometimes we face the requirement like how to show the image before image upload. There are some easy steps to preview images before upload. Create a blank page with two…
Removing special character using REGEXP: SELECT REGEXP_REPLACE('Sahay*)(^#@Pandey$ashish/Vikas','[^a-z_A-Z ]') FROM DUAL; Remove extra spaces between string using REGEXP: Copy CodeCopiedUse a different BrowserSELECT REGEXP_REPLACE ('Vikas Pandey from Delhi', '[[:blank:]]+', ' ')…
In this article, you can learn how to open an inline modal dialog in Oracle Apex. There are different ways to open modal dialog using simple JQuery. Inline modal dialog…
To Remove New line from the string: Copy CodeCopiedUse a different BrowserDECLARE p_sting VARCHAR2 (100) := 'This is Vikas from Delhi Now the next line. '; BEGIN DBMS_OUTPUT.put_line (p_sting); DBMS_OUTPUT.put_line…
Someone has asked this question to me how can we preserve checked checkboxes in the session state.This Problem will come when the user checks a few checkboxes and goes to…
Today we will learn how to raise instant error on apex item in interactive/classic report. On those cases here I have a solution on how to raise an error during…
Set Row Pagination As Select List In Interactive Grid Oracle APEX s I have Created an Interactive Grid using the following SQL Query. select ID, NAME, LOCATION, COUNTRY from DEPARTMENTS…
Add Custom Button To Load More Records from Interactive Grid In Oracle APEX Today we will learn how to add a custom button for Load more record in Interactive Grid.…
Today I will tell you How to add YouTube video on apex page first open YouTube and follow screenshot. Copy and Paste below code into page region. <iframe height="403"…
How Set Custom Login background in Oracle APEX Oracle APEX 20.1 has given default solution for changing only background colour but sometimes user want to set his custom picture on…