Oracle Corner
Oracle fixes, problems that are not on the web, DBA notes, interesting observations.
25 May 2015
Switch off parallelism in Tuning Advisor profile recommendations
BEGIN
DBMS_AUTO_SQLTUNE.set_auto_tuning_task_parameter(
parameter => '_sqltune_control',
value => 15);
END;
/
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment