rman issue [message #525446] |
Mon, 03 October 2011 04:20 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
dba_7722
Messages: 197 Registered: August 2010 Location: Delhi
|
Senior Member |
![jayvardhancs](/forum/theme/orafaq/images/google.png)
|
|
Hello Expert,
I have restored all datafile to new location (that is ASM) earlier it was on file system using set new name command (RMAN). Now when i'm trying to update control file with swicth command it is prompting error. Please suggest. Version is 11g R2.
RMAN> SWITCH DATAFILE ALL;
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00558: error encountered while parsing input commands
RMAN-01009: syntax error: found "all": expecting one of: "double-quoted-string, integer, single-quoted-string"
RMAN-01007: at line 1 column 17 file: standard input
==
|
|
|
|
|
Re: rman issue [message #525979 is a reply to message #525446] |
Fri, 07 October 2011 04:59 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
John Watson
Messages: 8965 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Should you be using something like
backup as copy database format '+data';
switch database to copy;
|
|
|