Database Tuning (MOSC)

MOSC Banner

Explanation of DBMS_STAT_JOB & BSLN_MAINTAIN_STATS_JOB

edited Apr 6, 2010 9:22PM in Database Tuning (MOSC) 1 commentAnswered
 As I understand the two, the second being introduced in 11g:
STATEMENTS:
1.  They are setup out-of-the-box and run nightly against SYS tables and any application schema tables that have the "MONITOR" column in the underlying tables of the dba_tables view set to "yes"
2.  The routines will only perform stats on a table if the table has expeienced enough change, i.e., inserts, updates, and deletes, to go above a threshold since the last time the table was analyzed.
3.  Statistics for inserts, updates, and deletes performed on the monitored tables reside in the underlying SYS tables of the DBA_TAB_MODIFICATIONS view.  And these stats are used to make the decisions in statement 2 above.

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