How to Clear Cache of a Page in Oracle Apex
Step #1
After Login Your Application’s and Go To the Page where do you want Clear Cache.


Step #2:


Step #3:
APEX_UTIL.CLEAR_PAGE_CACHE('43');
Code language: JavaScript (javascript)
Use this above code into Action -> Execute PL/SQL Code


Apex 18+ Version



