PSCBO STATS default degree
I have implemented the PSCBO STATS package as per the instructions available here: (Doc ID 1322888.1).
The stats gathering is working as expected. From PSCBO_LOG table i can see the package is using Degree =1
However, in order to speed up stats gathering i would like to increase the default degree of statistics gathering for all tables in SYSADM schema to 4.
I tried setting the default degree at schema level and table level using DBMS_STATS.SET_TABLE_PREFS, but it didn't work.
Please help if anyone has any suggestions.