Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Problem with Recovery Manager?!

Problem with Recovery Manager?!

From: <ibm_97_at_yahoo.com>
Date: Fri, 19 Nov 1999 17:43:03 GMT
Message-ID: <814277$vmj$1@nnrp1.deja.com>


Oracle 8i and OEM 2.0.4 for Solaris Sparc. ORACLE_HOME is /u01/app/oracle/product/8.1.5 And OEM is in /u01/app/oracle/product/oem

Try to create revovery catalog. First create 'recover' tablespace with 100MB and a recovery user 'rman', then 'grant recovery_catalog_owner' to 'rman'. Finally according to the manual, I issue:

rman recover rman/<pass_of_rman>@<service_name>

The error message is:

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 "recover": expecting one of: "append, at, auxiliary, catalog, cmdfile, clone, debug, log, msglog, mask, msgno, nocatalog, pipe, rcvcat, slaxdebug, send, target, timeout, trace" RMAN-01007: at line 2 column 1 file: command line arguments

What's wrong? I have no idea at all. Because there's so little help.

Thanks!

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Fri Nov 19 1999 - 11:43:03 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US