DBA Checklist
DBA Checklist
Look for objects that break rules (Check for Huge NEXT_EXTENT or MAX_EXTENT)
Check the objects reaching to it’s Max extents
Note, All tables should have unique primary keys, so check missing/disabled PK and
Check for Block corruption
Index Rebuild.
Tablespace reorganization.
Bounce critical database once a month (If no cold backup configured)
Look for Harmful Growth Rates
Review database file activity. Compare to past output to identify trends that could lead to
possible contention.
Investigate fragmentation (e.g. row chaining, etc.).
Check location of data file also check auto extendable or not
Check default tablespace & temporary tablespace of each user
Check the Extents of each object and compare if any object extent are overridden which is define
at tablespace level
Tablespace need coalescing
Check the overall database statistics
Trend analysis of objects with tablespace, last analysed, no. of Rows, Growth in days & growth in
KB
Patching
Database Reorganization
Check the quota of non-system tables in system tablespace.
Bounce most critical database once a month (If no cold backup configured)
Review common Oracle tuning points such as cache hit ratio, latch contention, and other points
dealing with memory management
http://durga-kar.blogspot.in/2014/04/dba-checklist-activities-of-oracle-dba.html