Home » RDBMS Server » Backup & Recovery » RMAN-01005
RMAN-01005 [message #74565] Fri, 07 January 2005 01:32 Go to next message
arun
Messages: 67
Registered: January 2000
Member
getting this error while trying to create duplicate db using rman, can anyone please help me...THANKS

RMAN> run {
2> allocate channel c1 type disk;
3> DUPLICATE TARGET DATABASE TO IFMOON
4> LOGFILE
5> GROUP 1 '/u50/app/oradata/IFMOON/redo01_1.log' size 6M,

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00558: error encountered while parsing input commands
RMAN-01005: syntax error: found "single-quoted-string": expecting one of: "("
RMAN-01007: at line 5 column 9 file: standard input
Re: RMAN-01005 [message #74566 is a reply to message #74565] Fri, 07 January 2005 03:04 Go to previous message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
5> GROUP 1 '/u50/app/oradata/IFMOON/redo01_1.log' size 6M,

the above statement is incomplete
should be like
run {
...
...
...
LOGFILE
  GROUP 1 ('/u50/app/oradata/IFMOON/redo01_1.log') size 6M reuse,
  GROUP 2 ('/u50/app/oradata/IFMOON/redo02_1.log') size 6M reuse;
}
Previous Topic: Cloning
Next Topic: RMAN-06023
Goto Forum:
  


Current Time: Thu Mar 28 19:46:33 CDT 2024