Oracle DBA Checklist
Oracle DBA Checklist
Oracle DBA Checklist
Daily Procedures
Nightly Procedures
Most production databases (and many development and test databases) will benefit from having certain nightly batch
processes run.
A.Collect volumetric data
This example collects table row counts. This can easily be extended to other objects such as indexes, and other data
such as average row sizes.
1.Analyze Schemas and Collect Data.
The idea here is to use the more time consuming and more accurate ANALYZE COMPUTE command and save the
results, which show up in the data dictionary, to a more permanent store.
a)If you havent' yet, create the volumetrics table with mk_volfact.sql
b)To gather nightly sizing information, run analyze_comp.sql.
c)To collect the resulting statistics, run pop_vol.sql
d)Examine the data at your leisure, probably weekly or monthly.
I use MS Excel and an ODBC connection to examine and graph data growth.
Weekly Procedures
Monthly Procedures
FireBoard-Forum - BBFog - Connecting and Sharing on The Go fireboard Forum Component version: 1.0.0 Generated: 14 January, 2011, 16:51