#19 Clear cache in a PL/SQL process in Oracle APEX

Hi all,

In this blog I will tell how you can clear the cache in APEX with a PL/SQL process.

After you install APEX, you can use several packages and functions in your application.
One of them is the APEX_UTIL.CLEAR_PAGE_CACHE. This function can you run in a PL/SQL proccess.

Its very simple to call the package:

APEX_UTIL.CLEAR_PAGE_CACHE(100).

This will clear the cache of page 100.

For more information, see: https://docs.oracle.com/cd/E11882_01/appdev.112/e12510/apex_util.htm#AEAPI101

See you next week!

Comments

Popular posts from this blog

#38 Oracle apex static height region

#43 Add color to selected tab Oracle APEX