DBA > Job Interview Questions > Oracle DBA Checklist

Oracle DBA Checklist - Look for objects that bre

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

Oracle DBA Checklist - Look for objects that break rules- Weekly Procedures

For each object-creation policy (naming convention, storage parameters, etc.) have an automated check to verify that the policy is being followed.

Every object in a given tablespace should have the exact same size for NEXT_EXTENT, which should match the tablespace default for NEXT_EXTENT. As of 12/14/98, default NEXT_EXTENT for DATAHI is 1 gig (1048576 bytes), DATALO is 500 mb (524288 bytes), and INDEXES is 256 mb (262144 bytes).
a) To check settings for NEXT_EXTENT, run nextext.sql.
b) To check existing extents, run existext.sql

(Continued on next question...)

Other Job Interview Questions