unrecognised punctuation symbol [message #593473] |
Fri, 16 August 2013 17:58 |
|
noname34
Messages: 6 Registered: August 2013 Location: visakhapatnam
|
Junior Member |
|
|
Hi all,
am trying to execute the following
C:\Users\karty>rman TARGET / @D:\app\oracle\admin\oracle\dba_scripts\rman
_scripts\rback_hot.rman using %today% %begin_bkuptime% LOG=D:\app\oracle\admin\o
racle\dba_logs\full_db_bkup_%begin_bkuptime%.log
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
checksyntax none check the command file for syntax errors
-----------------------------------------------------------------------------
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-01006: error signaled during parse
RMAN-02001: unrecognized punctuation symbol "/"
Could any one please help me with the error.
Thanks in advance.
|
|
|
|