DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: To create the Recovery Catalog

  1. #1
    Join Date
    Sep 2000
    Location
    Calcutta / Ahmedabad, India
    Posts
    137

    Thumbs down

    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

  2. #2
    Join Date
    Jan 2000
    Posts
    5

    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
  •  


Click Here to Expand Forum to Full Width