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




Reply With Quote