Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Note: 283565.1
Inside the Solaris 64 bit 9.2.0.6 patch is a readme that says don't patch until you read note 283565.1. The note is in a hidden, edit state and has been since Dec 2004. They gave it to me in a tar. Someone here may be interested:
Note 283565.1
Circulation: UNDER_EDIT (EXTERNAL)
Topic: Oracle 9i Data Guard Known Issues
Title: ORA-2437 on SYSTEM.LOGMNRC_GTCS_PK during upgrade to 10g
ORA-2437 on SYSTEM.LOGMNRC_GTCS_PK during upgrade to 10g
Versions Affected
Platforms Affected
Description
Likelihood of Occurrence
Possible Symptoms
Workaround
select count(*)
from (select logmnr_uid
from system.logmnrc_gtcs
group by logmnr_uid, obj#, objv#, intcol#
having count(1) > 1);
2) If the returned count is greater than 0 then the system in question has been affected.
If the returned count is less than 0, update system catalog statistics before executing DDL commands such as 'alter table drop column'.
For example, in sqlplus:
EXECUTE DBMS_STATS.GATHER_SCHEMA_STATS(ownname=>'SYS');
Patches
Interim patches can be requested on top of 9.2.0.6 and 10.1.0.3.
References
Bug 3785754 : 9IR2->10.1 UPGRADE GETS ORA-2437 : CANNOT VALIDATE (SYSTEM.LOGMNRC_GTCS_PK)
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Feb 16 2005 - 10:04:25 CST