Add controlfile in ASM encounter error ORA-00214 ? [message #311114] |
Thu, 03 April 2008 07:47 |
wxfjordan
Messages: 92 Registered: December 2006
|
Member |
|
|
Oracle10g + ASM
Database has 1 controlfile in ASM and I want to make 2 controlfile in ASM.
I can not use OS command "cp" to copy controlfile in ASM.
So I execute the following command:
RMAN> backup as copy format='+DATA/control02.ctl' current controlfile;
SQL> alter system set control_files='+DATA/control01.ctl','+DATA/control02.ctl' scope=spfile;
SQL> shutdown immediate;
SQL> startup
ORA-00214: control file '+DATA/control01.ctl' version 1391 inconsistent with file '+DATA/control02.ctl' version 1379
what should I do for the second controlfile?
|
|
|
|
|
|