1.

How Do You Install The Rman Recovery Catalog? Or List The Steps Required To Enable The Rman . Backup For A Target Database?

Answer»

Steps to be followed:

  • CREATE connection string at CATALOG database.
  • At catalog database create one new user or USE existing user and GIVE that user a recovery_catalog_owner PRIVILEGE.
  • Login into RMAN with connection string
    • export ORACLE_SID
    • rman target catalog @connection string
  • rman&g ….

Steps to be followed:



Discussion

No Comment Found