Sql Tuning Advisor Not Enabled In 12.2.0.1
(Doc ID 2416398.1)
Last updated on MAY 12, 2022
Applies to:
Oracle Database - Enterprise Edition - Version 12.2.0.1 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Information in this document applies to any platform.
Goal
Why sql tuning advisor does not show ENABLED after running below command to enable:
EXEC dbms_auto_task_admin.enable( 'sql tuning advisor', NULL, NULL );
SQL> SELECT client_name, status FROM dba_autotask_operation ;
CLIENT_NAME STATUS
---------------------------------------------------------------- --------
auto optimizer stats collection ENABLED
auto space advisor ENABLED
sql tuning advisor DISABLED
EXEC dbms_auto_task_admin.enable( 'sql tuning advisor', NULL, NULL );
SQL> SELECT client_name, status FROM dba_autotask_operation ;
CLIENT_NAME STATUS
---------------------------------------------------------------- --------
auto optimizer stats collection ENABLED
auto space advisor ENABLED
sql tuning advisor DISABLED
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |