1z0-030  Exam

Exam # of questions Description  Update
1z0-030 125 Oracle 9i 1z0-030 New Features for Administrator... 02/15/2011
[Practice Test]    [Download Study Guide(PDF)]   [Update Exam]

1z0-030 - Exam Information
  • Description: Oracle 9i 1z0-030 New Features for Administrators
  • Passing Score: 75%
  • Practice Test - Number of questions: 125 questions
  • Simulation Test - Number of questions: 125 questions
  • Simulation Test Duration: 41 minutes
  • Has explanations: Yes

Question of the day

Media recovery can sometimes be stopped by the inability to read past a certain point in the redo stream. This is often referred to as "stuck recovery." Before Oracle9i, the Database Administrator had few options to deal with stuck recovery. If the corrupt redo could not be recovered from some other source, then all transactions that committed after the corrupt point in the redo stream would be lost. Oracle9i changes that with the Trial Recovery feature. Trial Recovery is used to test the application of the redo logs to the database. What are three other characteristics of Trial Recovery? (Choose three.)

Answer(s)

  1. Speeds up subsequent media recovery actions
  2. Writes any uncorrupted blocks to disk during the test recovery
  3. Can be invoked by adding the TEST option to any RECOVER command
  4. Allows the Administrator to determine how many blocks are affected by corruption
  5. Marks blocks as corrupt in memory, allowing the test recovery to proceed to completion
Correct Answer

Speeds up subsequent media recovery actions

Allows the Administrator to determine how many blocks are affected by corruption

Marks blocks as corrupt in memory, allowing the test recovery to proceed to completion