SQL Performance (MOSC)

MOSC Banner

how disable Automatic sql tunig advisor.

edited Nov 6, 2015 10:02AM in SQL Performance (MOSC) 5 commentsAnswered

  I want to disable tuning pack.

  five days ago

  I put control_management_pack_access=NONE.

  I run

DBMS_AUTO_TASK_ADMIN.DISABLE( client_name => 'sql tuning advisor', operation => NULL, window_name => NULL);

But when I select sys.dba_feature_usage_statistics the Option tuning pack /last Usage Date is last night

when I select dba_autotask_window_clients the column Sql_tune_advisor is disable.

why the Option tuning pack /last Usage Date is last night in dba_feature_usage_statistics ?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center