 |
|
Oracle Tips by Burleson |
Oracle 10g Dictionary objects
DBMS_STATS.GATHER_SCHEMA_STATS DBMS_STATS.GATHER_DATABASE_STATS
DBMS_STATS.GATHER_DICTIONARY_STATS
Note that the last package procedure
gather_dictionary_stats is newly
introduced in Oracle Database 10g and is specially designed for
collecting statistics for dictionary objects. You need the new
system privilege, ANALYZE ANY DICTIONARY, for this purpose. This
privilege is required to be able to analyze the dictionary objects
and fixed objects, unless you are the SYS user, or a user with SYSDBA privilege.
Get the complete Oracle10g story:
To get the code instantly, click here:
Need an Oracle Mentor?
BEI is now offering personal mentors for Oracle DBAs where you can have an
Oracle expert right at your fingertips, anytime day or night. We work with
hundreds of Oracle databases every year, so we know exactly how to quickly
assist you with any Oracle question.
Why risk an unplanned outage? You can now get telephone access to Don
Burleson or any of his Oracle Certified DBAs with more than 20 years of
full-time IT experience. Click here for details:
http://www.dba-oracle.com/service_oracle_backup.htm

|