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

Thread: Need a sql file

  1. #1
    Join Date
    Sep 2000
    Posts
    384
    Can anyone send me catrman.sql from 8.1.6 version.

    My id is omegamark@yahoo.com


    thanks in advance..
    Radhakrishnan.M

  2. #2
    Join Date
    Aug 2000
    Posts
    25
    It should be in your $ORACLE_HOME/rdbms/admin.....

  3. #3
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    There is no catrman.sql script in 8.1.x. You can now use the "create catalog" command. (See [url]http://metalink.oracle.com/metalink/plsql/showdoc?db=NOT&id=106432.1[/url] )
    Jeff Hunter

  4. #4
    Join Date
    Sep 2000
    Posts
    384
    C:\WINDOWS\Desktop>RMAN

    Recovery Manager: Release 8.1.5.0.0 - Production

    RMAN> CREATE CATALOG

    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-06002: command not allowed when not connected to a recovery catalog

    Getting this error any idea what should be done ...
    Radhakrishnan.M

  5. #5
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Did you create the catalog owner (typically rman)?
    If so:
    % set ORACLE_SID=RCAT
    % rman catalog rman/rman
    RMAN> create catalog;
    Jeff Hunter

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