Oracle8i Backup and Recovery Guide Release 8.1.5 A67773-01 |
|
To upgrade the recovery catalog schema from an older version to the version required by the RMAN executable. For example, if you use an 8.0 recovery catalog with an 8.1 version of RMAN, then you must upgrade the catalog.
This example connects to recovery catalog database RECDB and then upgrades it to a more current version:
rman catalog rcat/rcat@recdb RMAN-06008: connected to recovery catalog database RMAN-06186: PL/SQL package rcat.DBMS_RCVCAT version 08.00.04 in RCVCAT database is too old RMAN> upgrade catalog RMAN-06435: recovery catalog owner is rcat RMAN-06442: enter UPGRADE CATALOG command again to confirm catalog upgrade RMAN> upgrade catalog RMAN-06408: recovery catalog upgraded to version 08.01.03 RMAN-06452: DBMS_RCVMAN package upgraded to version 08.01.05 RMAN-06452: DBMS_RCVCAT package upgraded to version 08.01.03
"dropCatalog"