About
Page rendering is the process of generating an HTML page (from the database) when a page is requested using a URL.
This engine process assembles all the page rendering attributes including:
- and buttons
into a viewable HTML page.
The APEX_APPLICATION package is a PL/SQL package that implements the Oracle Application Express rendering engine.
Each page requested results in the Application Express engine creating or reusing an Oracle database session to access database resources.