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

Thread: RMAN: registering catalog?

  1. #1
    Join Date
    Dec 2000
    Posts
    138

    Angry

    I have rman in a separte db and i'd like to create a recovery catalog for the target database, but from the quick start guide from oracle i was not able to interpret what it said and its not working:
    what i tried:

    %setenv ORACLE_SID develop
    %rman develop / rman rman/rman@tnsrman
    which gives an error
    Argument Value Description
    -----------------------------------------------------------------------------
    target quoted-string connect-string for target database
    rcvcat quoted-string connect-string for recovery catalog
    debug none if specified, activate debugging mode
    cmdfile quoted-string name of input command file
    msglog quoted-string name of output message log file
    trace quoted-string name of output debugging message log file
    append none if specified, msglog opened in append mode
    nocatalog none if specified, then no recovery catalog
    -----------------------------------------------------------------------------
    Both single and double quotes (' or ") are accepted for a quoted-string.
    Quotes are not required unless the string contains embedded white-space.

    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00552: syntax error in command line arguments
    RMAN-01005: syntax error: found "identifier": expecting one of: "append, at, auxiliary, catalog, cmdfile, clone, debug, log, msglog, mask, msgno, nocatalog, pipe, rcvcat, slaxdebug, send, target, timeout, trace"
    RMAN-01008: the bad identifier was: develop
    RMAN-01007: at line 2 column 1 file: command line arguments

    can someone tell me where i am going wrong.
    Thanks for any help,
    Dharma.

  2. #2
    Join Date
    Dec 2000
    Posts
    138

    got it done :)

    it was my problem
    it should've been
    setenv ORACLE_SID rman
    rman TARGET / RCVCAT rman/rman
    register database;

    -dharma

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