Re: Rman problem [message #50776] |
Fri, 05 April 2002 05:36 |
Cristina
Messages: 2 Registered: April 2002
|
Junior Member |
|
|
I tried with this but the only I can get is the following:
velazquez7:oracle# ORACLE_SID=demo
velazquez7:oracle# export ORACLE_SID
velazquez7:oracle# rman TARGET/CATALOG rman/rman@rcat
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 "rman": 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
Can you help me, please?
Thanks in advance,
Cristina.
|
|
|
Re: Rman problem [message #59844 is a reply to message #50776] |
Mon, 29 December 2003 08:30 |
And
Messages: 10 Registered: December 2003
|
Junior Member |
|
|
you may try
rman
RMAN> connect target TARGET/CATALOG
after login in,
RMAN> connect catalog rman/rman@rcat
If you need a gui reporting tool to get info related to your backups, you may visit www.otools.com.ar
Suerte!
|
|
|