Running AMP Hot Cloning on 11g Database Fails With "RMAN-03002" and "ORA-00201"
(Doc ID 1350962.1)
Last updated on FEBRUARY 01, 2022
Applies to:
Oracle Applications Manager - Version 12.1.1 to 12.1.3 [Release 12.1]Application Management Pack for Oracle E-Business Suite - Version 12.1.0.1.0 to 13.1.1.1.0 [Release 12.1 to 13.1]
Information in this document applies to any platform.
Symptoms
Running AMP Hot Cloning, fails with the following error:
. . .
RMAN> startup nomount pfile=$ORACLE_HOME/dbs/init<sid>.ora.tmp
RMAN> restore controlfile from'<db_rman_stage>/backup_controlfile.ctl';
RMAN> alter database mount;
RMAN> exit
Oracle instance started
Total System Global Area 2137886720 bytes
Fixed Size 2215064 bytes
Variable Size 1375732584 bytes
Database Buffers 754974720 bytes
Redo Buffers 4964352 bytes
Starting restore
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=244 device type=DISK
channel ORA_DISK_1: copied control file copy
output file name=/<data_top>/<sid>/controlfile_<sid>.ctl
Finished restore
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of alter db command
ORA-00201: control file version 11.2.0.0.0 incompatible with ORACLE version
11.1.0.0.0
ORA-00202: control file: '/<data_top>/<sid>/controlfile_<sid>.ctl'
Recovery Manager complete.
. . .
RMAN> startup nomount pfile=$ORACLE_HOME/dbs/init<sid>.ora.tmp
RMAN> restore controlfile from'<db_rman_stage>/backup_controlfile.ctl';
RMAN> alter database mount;
RMAN> exit
Oracle instance started
Total System Global Area 2137886720 bytes
Fixed Size 2215064 bytes
Variable Size 1375732584 bytes
Database Buffers 754974720 bytes
Redo Buffers 4964352 bytes
Starting restore
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=244 device type=DISK
channel ORA_DISK_1: copied control file copy
output file name=/<data_top>/<sid>/controlfile_<sid>.ctl
Finished restore
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of alter db command
ORA-00201: control file version 11.2.0.0.0 incompatible with ORACLE version
11.1.0.0.0
ORA-00202: control file: '/<data_top>/<sid>/controlfile_<sid>.ctl'
Recovery Manager complete.
. . .
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |