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
Internal support for the DBMS_AUTOIM package which allows a DBA to configure the AIM task and generate report from AIM task activities.
Reports AIM task activity for given feature(s) within specified time interval
dbms_autoim_internal.activity_report(
report_xml IN OUT sys.xmlType,
feature_id IN NUMBER,
start_time IN TIMESTAMP WITH TIME ZONE,
end_time IN TIMESTAMP WITH TIME ZONE,
type IN VARCHAR2,
level IN VARCHAR2);