downgrade oracle from vers 10.2.0.4 TO 10.2.0.3 &change compatible init param from 10.2.0.3to 10 [message #455259] |
Mon, 10 May 2010 19:24 |
cakeday
Messages: 31 Registered: May 2010
|
Member |
|
|
FIRST i just needed to change the compatible init parameter. but i couldn't. got the error below.
now i want to downgrade oracle from version 10.2.0.4 TO 10.2.0.3
AND
change the compatible parameter from 10.2.0.3 to 10.2.0
how and what is the best way of doing this.
it is AIX box.
i have backups and everything in place.
is there a catdowngrade available between these versions ?
============
Problem Description: REQUIREMENT:
To change the COMPATIBLE init parameter from 10.2.0.3 to 10.2.0
ERROR:
alter system set compatible='10.2.0.0' scope=spfile;
shutdown immediate;
SQL> startup;
ORACLE instance started.
Total System Global Area 4194304000 bytes
Fixed Size 2089344 bytes
Variable Size 637537920 bytes
Database Buffers 3539992576 bytes
Redo Buffers 14684160 bytes
ORA-00201: control file version 10.2.0.3.0 incompatible with ORACLE version
10.2.0.0.0
ORA-00202: control file: '/s063/sys001/control01.ctl'
====
ORACLE INSTANCE VERSION: 10.2.0.4.0
====
CAN i use downgrade this isntance to 10.2.0.3.0 and then set compatible parameter to 10.2.0 ?
|
|
|
|
|
|
|
|
|
|