-
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
-
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|