ORA-00600: [kpoodp:kpodpfin_30] 資料庫升級 11.2.0.1.0->11.2.0.3.0
--資料庫告警日誌出現以下錯誤,經過分析對庫進行升級操作
--告警資訊如下:
level='1' host_id='m1hfdata' host_addr='::1'
prob_key='ORA 600 [kpoodp:kpodpfin_30]' upstream_comp='' downstream_comp='DIRPATH_LOAD'
ecid='' errid='51639' detail_path='/m1hf/diag/rdbms/m1hf/m1hf/trace/m1hf_ora_3334.trc'>
ORA-00600: internal error code, arguments: [kpoodp:kpodpfin_30], [], [], [], [], [], [], [], [], [], [], []
--此問題是在資料庫並行處理時出現的內部錯誤,已經在11.2.0.2.0中修復
-在metalink上查閱相關資料後發現需要對庫進行升級解決此問題,此處採取升級至11.2.0.3.0
Bug 10036865: INFORMATICA LOADS FAIL IN BULK MODE WITH ORA-00600: [KPOODP:KPODPFIN_30]
補丁號:【p10404530】
--當前資料庫版本
SQL> select * from v$version where rownum<5;
SQL> select * from v$version where rownum<5;
BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
PL/SQL Release 11.2.0.1.0 - Production
CORE 11.2.0.1.0 Production
TNS for Linux: Version 11.2.0.1.0 - Production
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
PL/SQL Release 11.2.0.1.0 - Production
CORE 11.2.0.1.0 Production
TNS for Linux: Version 11.2.0.1.0 - Production
--資料庫處於開啟模式
SQL> select OPEN_MODE from v$database;
SQL> select OPEN_MODE from v$database;
OPEN_MODE
--------------------
READ WRITE
--------------------
READ WRITE
SQL> select * from test.test;
ID NAME
---------- --------------------
1 oraking
2 yallonking
---------- --------------------
1 oraking
2 yallonking
--在使用dbua升級時將庫關閉後進行的,在沒有停庫的情況下升級,進度條卡死不動,遂採用停庫後進行升級,不過在未停庫進行時,也沒有停庫的相關提示,所以還是很納悶,是不是可以在不停庫的情況下進行dbua升級呢....
Your recycle bin contains objects. It is required that the recycle bin is empty prior to upgrading your database. Run "PURGE DBA_RECYCLEBIN" command using SQLPLUS before continuing with your upgrade.
Database contains schemas with objects dependent on DBMS_LDAP package. Refer to the 11g Upgrade Guide for instructions to configure Network ACLs.
Oracle recommends gathering dictionary statistics prior to upgrading the database. Refer to the Upgrade Guide for instructions to gather statistics prior to upgrading the database.
Your database has EVENT or _TRACE_EVENT initialization parameters set. Oracle recommends reviewing any defined events prior to upgrade. DBUA will retain these parameters during upgrade.
--升級完成後(約1.5h),測試庫自動開啟,不過需要修改ORACLE_HOME環境變數。
SQL> select * from v$version where rownum<5;
BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - Production
PL/SQL Release 11.2.0.3.0 - Production
CORE 11.2.0.3.0 Production
TNS for Linux: Version 11.2.0.3.0 - Production
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - Production
PL/SQL Release 11.2.0.3.0 - Production
CORE 11.2.0.3.0 Production
TNS for Linux: Version 11.2.0.3.0 - Production
SQL> select * from test.test;
ID NAME
---------- --------------------
1 oraking
2 yallonking
---------- --------------------
1 oraking
2 yallonking
至此,資料庫升級完成。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26143577/viewspace-721988/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- rac 升級crs 升級資料庫軟體,升級資料庫資料庫
- 資料庫升級資料庫
- ♀♀資料庫升級♀♀資料庫
- Oracle 資料庫升級Oracle資料庫
- 資料庫升級之-Dataguard滾動升級資料庫
- 資料庫升級之-資料泵資料庫
- 資料庫升級和工具資料庫
- 資料庫升級之-XTTS資料庫TTS
- 資料庫升級報錯資料庫
- oracle資料庫升級11.2.0.3升級到11.2.0.4Oracle資料庫
- 靜默方式安裝、升級oracle(三): 升級資料庫軟體及資料庫Oracle資料庫
- android資料庫如何進行版本升級?架構之資料庫框架升級Android資料庫架構框架
- Oracle資料庫升級(轉發)Oracle資料庫
- Oracle 資料庫 升級為 RACOracle資料庫
- Oracle資料庫升級與補丁Oracle資料庫
- 資料庫升級後‘PLAN_TABLE資料庫
- Oracle 資料庫升級注意事項Oracle資料庫
- 資料庫的升級及遷移資料庫
- RAC資料庫升級到10.2.0.5資料庫
- 谷歌升級雲端資料庫Cloud SQL谷歌資料庫CloudSQL
- 資料庫升級-物理重新整理資料字典資料庫
- iOS 資料庫升級資料遷移解決方案iOS資料庫
- Android版本升級同時Sqlite資料庫的升級及之前資料的保留AndroidSQLite資料庫
- 探索Oracle之資料庫升級一 升級補丁修復概述Oracle資料庫
- RAC 資料庫升級 10.2.0.1.0 到 10.2.0.2.0 之升級catalog資料庫
- 13 使用SQL Apply 升級資料庫SQLAPP資料庫
- 自定義開發資料庫升級程式資料庫
- Android ORM 框架:GreenDao 資料庫升級AndroidORM框架資料庫
- Flask連線資料庫打怪升級之旅Flask資料庫
- xutils3資料庫升級(markdown版)S3資料庫
- AndroidSqlite資料庫版本升級管理初探AndroidSQLite資料庫
- 他奶奶個腿的資料庫升級資料庫
- ORACLE資料庫升級詳細步驟Oracle資料庫
- 我的PB程式資料庫升級程式資料庫
- 升級到資料庫到10.2.0.5.0版本資料庫
- 故障分析 | MySQL 資料庫升級後,資料庫怎麼卡住了MySql資料庫
- 升級失敗後,資料庫降級方案(flashback database)資料庫Database
- 如何理解騰訊雲資料庫戰略升級?資料庫