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 utilities with subprograms
called by DBMS_AUTO_CLUSTERING for creation of automatic clustering.
Run this package to create clustering recommendations based on workload running in the system. Also run this package to verify and implement the clustering recommendations.
This package contains subprograms that display a report of the task, configure the execution and behavior of task.
dbms_auto_clustering_internal.apply_recommendation(
recommendation_id IN RAW,
table_owner IN VARCHAR2,
table_name IN VARCHAR2,
clustering_ddl IN VARCHAR2,
apply_mode IN VARCHAR2);
dbms_auto_clustering_internal.recommend_clustering_method(
sqlset_owner IN VARCHAR2,
sqlset_name IN VARCHAR2,
table_owner IN VARCHAR2,
table_name IN VARCHAR2,
time_limit IN INTERVAL DAY TO SECOND,
report_type IN VARCHAR2,
report_section IN VARCHAR2,
report_level IN VARCHAR2,
verification IN BOOLEAN);
dbms_auto_clustering_internal.retport_activity(
activity_start IN TIMESTAMP WITH TIME ZONE,
activity_end IN TIMESTAMP WITH TIME ZONE,
section_flags IN NUMBER,
level_flags IN NUMBER,
RETURN sys.xmlType;