ACE Director Alum Daniel Morgan, founder of Morgan's Library, is scheduling
complimentary technical Workshops on Database Security for the first 30
Oracle Database customers located anywhere in North America, EMEA, LATAM, or
APAC that send an email to
asra_us@oracle.com. Request a Workshop for
your organization today.
Purpose
Automatic Workload Repository (AWR)
administrator's application report intended for the creation of AWR
Reports.
AUTHID
DEFINER
Dependencies
DBMS_ADAT_REPORT_LIB
Documented
No
First Available
23.1
Pragmas
PRAGMA SUPPLEMENTAL_LOG_DATA(default, READ_ONLY);
Security Model
Owned by SYS with privileges granted to the DBA role.
Unable to run report in Beta because ORA-15900 AWR Analytics operation failed: features is disabled.
dbms_adat_report.generate_adat_report(
dbid IN NUMBER,
beg_snap IN NUMBER,
end_snap IN NUMBER,
inst_val IN VARCHAR2 DEFAULT 'ALL',
format IN VARCHAR2 DEFAULT 'JSON',
options IN CLOB DEFAULT NULL)
RETURN CLOB;