Multiple choice

A tablespace was created for the recovery catalog. A user and a schema were created for the recovery catalog. Next, the appropriate privileges and roles were granted to the user that was created to enable them to maintain the recovery catalog. At the RMAN prompt, the catalog was created. What should be done next?

  1. Set the target database to a consistent incarnation.

  2. Synchronize the control file of the target database with the recovery catalog

  3. Register the target database in the newly created catalog

  4. Reset the target database to an incarnation that is synchronized with the recovery catalog

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

After creating the recovery catalog tablespace, user, schema, and granting privileges, then creating the catalog with RMAN, the mandatory next step is registering the target database in the catalog. Option A (setting incarnation) happens later if needed. Option B (synchronizing) occurs during registration and subsequent updates. Option D (resetting incarnation) is only required for advanced recovery scenarios like flashback or point-in-time recovery to a different incarnation, not during initial setup.