4 lines
134 B
Plaintext
4 lines
134 B
Plaintext
|
|
-- Dictionary and fixed objects (X$) stats
|
||
|
|
execute dbms_stats.gather_dictionary_stats;
|
||
|
|
execute dbms_stats.gather_fixed_objects_stats;
|