Oracle DBMS_APP_CONT_REPORT
Version 26ai

General Information
Library Note Morgan's Library Page Header
The best Oracle News for FY2026

Oracle Database 26ai is now availble. If you haven't you downloaded already: Why?
Purpose Utilities for developer and DBA Application Continuity reports
AUTHID DEFINER
Constants
Name Data Type Value
 Report Types
SUMMARY NUMBER 1
WARNING NUMBER 2
FULL NUMBER 3
Dependencies
CDB_ACCHK_EVENTS DBMS_OUTPUT PLITBLM
CDB_ACCHK_STATISTICS DBMS_STANDARD  
Documented Yes: Packages and Types Reference
First Available 20c
Pragmas PRAGMA SUPPLEMENTAL_LOG_DATA(DEFAULT, READ_ONLY);
Security Model Owned by SYS with EXECUTE granted to the DBA and ACCHK_READ roles.
Source {ORACLE_HOME}/rdbms/admin/dbmsappcont.sql
 
ACCHK_REPORT
Provides a report of ACCHK trace collected while ACCHK_SET(TRUE) dbms_app_cont_report.acchk_report(
level        IN NUMBER   DEFAULT SUMMARY,
service_name IN VARCHAR2 DEFAULT NULL);
exec dbms_app_cont_report.acchk_report(dbms_app_cont_report.full);

--------------------------------------
------------ ACCHK Report ------------
--------------------------------------
Nothing to report.

PL/SQL procedure successfully completed.

Related Topics
Built-in Functions
Built-in Packages
Database Security
DBMS_APP_CONT
DBMS_APP_CONT_ADMIN
DBMS_APP_CONT_PRVT
What's New In 21c
What's New In 26ai

Morgan's Library Page Footer
This site is maintained by Daniel Morgan. Last Updated: This site is protected by copyright and trademark laws under U.S. and International law. © 1998-2026 Daniel A. Morgan All Rights Reserved