Multiple choice

How do you connect to RMAN without a recovery catalog?

  1. rman target system/manager nocatalog

  2. rman system/manager catalog=no

  3. rman system/manager without catalog

  4. rman target system/manager rcvcat no

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

To connect to RMAN without a recovery catalog, use 'rman target nocatalog'. This connects to the target database using the control file for metadata instead of a catalog database. Options B, C, and D use incorrect syntax - 'catalog=no', 'without catalog', and 'rcvcat no' are not valid RMAN connection parameters.