Oracle Database 26ai will be available on generic Linux platforms in January and soon on AIX and Windows
Purpose
Internal support for the DBMS_AUTOIM, Automatic In-Memory, package which allows a DBA to configure the AIM task and generate report from AIM task activities.
AUTHID
DEFINER
Dependencies
SELECT name FROM dba_dependencies WHERE referenced_name = 'DBMS_AUTOIM_INTERNAL' UNION
SELECT referenced_name FROM dba_dependencies WHERE name = 'DBMS_AUTOIM_INTERNAL'
ORDER BY 1;
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);