- 最后登录
- 2023-8-16
- 在线时间
- 1686 小时
- 威望
- 2135
- 金钱
- 50532
- 注册时间
- 2011-10-12
- 阅读权限
- 200
- 帖子
- 5207
- 精华
- 39
- 积分
- 2135
- UID
- 2
|
2#
发表于 2012-2-28 20:34:30
Answer:
你是升级到什么版本? 11.2.0.2?
运行 以下SQL 看一下版本:
select * from v$version ;
在升级过程中的 catupgrad.sql运行错误 可能导致该问题。
ODM Finding:- ORA-600 [kkpo_rcinfo_defstg:objnotfound] After Upgrade To 11.2.0.2 [ID 1290342.1]
- Applies to:
- Oracle Server - Enterprise Edition - Version: 11.2.0.2.0 and later [Release: 11.2 and later ]
- Information in this document applies to any platform.
- Symptoms
- You can get the following error after upgrade from 10.2.0.5 to 11.2.0.1 and then installation of 11.2.0.2 patchset.
- ORA-00600: internal error code, arguments: [kkpo_rcinfo_defstg:objnotfound], [xxxxxx], []
- The stack trace will look similar to the following:
- kkpo_rcinfo_defstg <- ktsircinfo_main <- kkdoilsn <- kkdolsoi <- kkdlgcd <- kkmfbtcn <- qcsIsColInFro <- qcsRslvColWithinQbc <- qcsStrongColRslv <- qcsRslvCol <- qcsRslvName <- qcsridn <- qcsraic <- qcspqbDescendents <- qcspqb <- qcsevw <- qcsfpsq <- kkmfcbsq <- kkmpfcbk <- qcsprfro <- qcsprfro_tree <- qcsprfro_tree <- qcspqbDescendents <- qcspqbDescendents <- qcspqb <- kkmdrv <- rpiswu2 <- opiSem <- opiprs <- kksParseChildCursor <- rpiswu2 <- kksLoadChild <- kxsGetRuntimeLock <- kksfbc <- kkspsc0 <- kksParseCursor <- opiosq0 <- opipls <- opiodr <- rpidrus <- skgmstack
- Following query shall also return 0 rows:
- SQL> SELECT COUNT(*)
- FROM deferred_stg$;
- Changes
- Upgrade performed from 10gR2 to 11.2.0.1 and then 11.2.0.2.
- Cause
- This issue has been identified as Bug:10373381.
- ORA-600 [kkpo_rcinfo_defstg:objnotfound] may be seen after re-running catupgrd.sql on 11.2.0.1 due to the dropping and recreating of the SYS table deferred_stg$.
- Solution
- 1. Apply the 11.2.0.2.2 PSU Patch: 11724916 or higher.
- If on Exadata, download and apply the 11.2.0.2. Bundle Patch 6 Patch:12326685 or higher (See NOTE: 1314319.1 for latest 11.2.0.2 Exadata patches).
-
- If on Windows, apply the 11.2.0.2 Patch 3 or higher (See NOTE:1114533.1 for latest 11.2.0.2 patch)
- 32-Bit Patch:11731183
- 64-Bit (x64) Patch:11731184
- OR
- 2. If available for your platform and version, download and apply Patch 10373381
- OR
- 3. As a workaround, restore and perform a direct upgrade from 10.2.0.5 to the 11.2.0.2 release.
- References
- BUG:10373381 - ORA-600 [KKPO_RCINFO_DEFSTG:OBJNOTFOUND] AFTER RUNNING CATUPGRD.SQL
- NOTE:10373381.8 - Bug 10373381 - ORA-600 [kkpo_rcinfo_defstg:objnotfound] after rerunning catupgrd.sql in 11.2
- NOTE:1114533.1 - 11.2.0.x Oracle Database and Networking Patches for Microsoft Platforms
- NOTE:1314319.1 - Bug Fix List: the 11.2.0.2 Patch Bundles for Oracle Exadata Database Machine
复制代码 |
|