Oracle HTML DB facilitates the monitoring of resources used by applications and pages by calling the package DBMS_APPLICATION_INFO
. Whenever the HTML DB engine renders or processes a page, the module is set to HTML DB
and includes the application ID and page ID. Once set, you can query the V$SESSION
and V$SQLAREA
views to monitor transactions.