An RMAN recover catalog is to be created which stores information about the STUD database. The database should be named RCSTUD for the storage of the recovery catalog. The steps that should be followed to create a recover catalog are not displayed in the correct order. What is the correct order?
- Grant the appropriate privileges (CONNECT and RESOURCE) and roles (RECOVERY CATALOG OWNER) to the user responsible for performing backup and recover operations.
2. Register the target database in the catalog.
3. Create the catalog using the RMAN command line interpreter.
4. Create a user and schema which will own the recovery catalog.
5. Create tablespace to hold the catalog in the database that has been dedicated for the RMAN recovery catalog.
6. Connect to the target database using SYSDBA privileges.
Reveal answer
Fill a bubble to check yourself