How often should you resynch the recovery catalog and its target database?
Daily Use the RESYNC CATALOG command in RMAN to update the recovery catalog. You should resynch the catalog once a day with its target database because information about the redo logs and archived log files is not automatically written to the recovery catalog. Frequency really depends on how often archived log files are created. • Evaluate this command (Connecting RMAN to target DB using the Controlfile of the target DB) $ rman target susan/jaguar nocatalog Why would you issue this command? To connect the user to Recovery Manager if SUSAN has SYSDBA privileges To connect a user with SYSDBA privileges to Recovery Manager locally without a recovery catalog, use this command syntax: $ rman target scott/tiger nocatalog. ARKUM:zahn> rman80 target sys/manager@DOR1 nocatalog; Recovery Manager: Release 8.0.5.0.
Related Questions
- EBU is installed on the same host as the catalog database, target database is installed on a different host, EBU failed to backup target database when run from catalog database host. What is wrong?
- How can DoD civilians get added to the AAFES database to access the AAFES Catalog online?
- How often should you resynch the recovery catalog and its target database?