rman [message #281763] |
Mon, 19 November 2007 04:50 |
pratik123
Messages: 41 Registered: October 2007 Location: hyderabad
|
Member |
|
|
hi
when i am connecting rman its show error
C:\Documents and Settings\TARUNI>rman target rman/buprec@orcl nocatalog;
Argument Value Description
-----------------------------------------------------------------------------
target quoted-string connect-string for target database
catalog quoted-string connect-string for recovery catalog
nocatalog none if specified, then no recovery catalog
cmdfile quoted-string name of input command file
log quoted-string name of output message log file
trace quoted-string name of output debugging message log file
append none if specified, log is opened in append mode
debug optional-args activate debugging
msgno none show RMAN-nnnn prefix for all messages
send quoted-string send a command to the media manager
pipe string building block for pipe names
timeout integer number of seconds to wait for pipe input
-----------------------------------------------------------------------------
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 ";": expecting one of: "append, at, auxiliary, c
atalog, cmdfile, clone, debug, log, msglog, mask, msgno, nocatalog, pipe, rcvcat
, script, slaxdebug, send, target, timeout, trace"
RMAN-01007: at line 0 column 11 file: command line arguments
|
|
|
|
|