Friday, September 26, 2008

How to use recovery catalog?

To use a recovery catalog, you first connect from RMAN to the target database. Then you make a second NET connection to the recovery catalog from within RMAN,

Rman> connect target /
rman> connect catalog rman/password@rcat

The connect string you pass to the catalog is for the user that owns the RMAN catalog.

Unlike the target the connection to the catalog is not SYSDBA

There are two package inside the RECOVERY CATALOG

DBMS_RCVMAN and dbms_rcvcat.

No comments: