Click to See Complete Forum and Search --> : To create the Recovery Catalog


dsuva
11-07-2000, 12:13 AM
Hi !

I am trying to configure Recovery Manager for our Database.
I am working on Oracle 8.1.5 Server. Generally in Oracle 8.0
to create the Recovery Catalog we used to run the
$ORACLE_HOME/rdbms/admin/catrman.sql file. To my surprise there is no such file in Oracle 8.1.5 or to say Oracle 8i . So can anyone please tell me which file to run to create the Recovery Catalog Views & Packages.

There must be some way to create the recovery Catalog.
Please help

Thanks

Suva

Paolo Polverari
11-07-2000, 10:09 AM
Hi dsuva,

in Oracle8i there is no catrman.sql file

connect to RMAN with a user
with RECOVERY_CATALOG_OWNER role

at RMAN prompt issue:
CREATE CATALOG TABLESPACE tbs_for_catalog;



Obviously make sure the tablespace is not in the target database.

Regards