ORA-06553: PLS-801: internal error [56319],以及64位oracle降級為32位的處理
很早之前給開發建了兩套環境,今天有同事提出說兩套環境經過長時間的折騰,兩邊很多不一致,於是決定從一個庫來同步另一個庫。首先想到的最簡單的辦法就是把源庫宕下來,然後冷備過去,然後得到兩個完全一致的庫。
等做完了,目標資料庫起來,登陸進去,一切正常。結果在執行最簡單的sql查詢的時候報錯,ORA-06553: PLS-801: internal error [56319],執行多個不同的sql反覆報這個錯誤。
[@more@]網上搜了下,看到有人碰到過類似的情況,結果被我也撞上了。源庫是64位的OS,目標庫是32位的,暈!公司32位的機器都是老爺機,只有那麼兩三臺還被我碰上了。於是琢磨著怎麼能把這個庫起來。之前做過32位升級到64位的,不過那也是兩年前的事情了。於是繼續google,搜了半天也沒碰見過誰幹過類似的事情,於是把32位升級到64位的步驟看了一遍,發現好像當中也沒有做很多的操作,那應該把這個操作再做一遍,應該就可以把64位的資料檔案在32位的OS上起來了。最後果然成功了,簡單記錄一下操作過程。
1、修改初始化檔案,增加 _SYSTEM_TRIG_ENABLED = false引數
2、Stratup nomount
3、從源庫備份一個控制檔案,在目標庫上重新建立控制檔案。
4、Shutdown immediate
5、 Startup upgrade
6、@$ORACLE_HOME/rdbms/admin/utlirp.sql;
7、Shutdown immediate
8、Startup
9、@$ORACLE_HOME/rdbms/admin/utlrp.sql;
10、Shutdown immediate
11、再次修改初始化引數檔案,刪除引數 _SYSTEM_TRIG_ENABLED = false
12、Startup
轉換完成(當時是照網上一個文件做的,現在仔細看來1、2、3、4、11這些步驟貌似都不需要的,最最主要的就是使用utlirp來把相關內容全部在32位平臺下編譯一遍),順便補充下utlirp的作用:
Rem NAME
Rem utlirp.sql - UTiLity script to Invalidate Pl/sql modules
Rem
Rem DESCRIPTION
Rem This script can be used to invalidate and all pl/sql modules
Rem (procedures, functions, packages, types, triggers, views)
Rem in a database.
Rem
Rem This script must be run when it is necessary to regenerate the
Rem compiled code because the PL/SQL code format is inconsistent with
Rem the Oracle executable (e.g., when migrating a 32 bit database to
Rem a 64 bit database or vice-versa).
Rem
Rem Please note that this script does not recompile invalid objects
Rem automatically. You must restart the database and explicitly invoke
Rem utlrp.sql to recompile invalid objects.
Rem
Rem USAGE
Rem To use this script, execute the following sequence of actions:
Rem 1. Shut down the database and restart in UPGRADE mode
Rem (using STARTUP UPGRADE or ALTER DATABASE OPEN UPGRADE)
Rem 2. Run this script
Rem 3. Shut down the database and restart in normal mode
Rem 4. Run utlrp.sql to recompile invalid objects. This script does
Rem not automatically recompile invalid objects.
Rem
Rem NOTES
Rem * This script must be run using SQL*PLUS.
Rem * You must be connected AS SYSDBA to run this script.
Rem * This script expects the following files to be available in the
Rem current directory:
Rem standard.sql
Rem dbmsstdx.sql
Rem * There should be no other DDL on the database while running the
Rem script. Not following this recommendation may lead to deadlocks.
Rem
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25016/viewspace-1000693/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-06553:PLS-801:internal error重新編譯 降級Error編譯
- RMAN異地恢復(ORA-06553: PLS-801: internal error [56319])Error
- ORA-06544:PL/SQL:internal error,arguments:[56319]SQLError
- DC 升級/降級事件處理事件
- 32位Oracle10.2.0.1 升級64位Oracle10.2.0.1,ORA-06553:PLS-801:內部錯誤Oracle
- Flutter 異常處理方案——灰度與降級Flutter
- ORA-00600: internal error code, arguments: [4194] 錯誤處理Error
- Oracle817 export 時ORA-06553和ORA-00904處理OracleExport
- error的處理方式Error
- ORA-00600: internal error code, arguments: [15709], [29], [1]-故障處理Error
- ORA-00600: internal error code, arguments: [kcratr_scan_lastbwr]錯誤處理ErrorAST
- 記一次ORA-00600: internal error code, arguments: [kdtdelrow-2]的處理Error
- Oracle 外來鍵的級聯處理Oracle
- Internal Server Error..ServerError
- ORA-00257: archiver error. Connect internal only, until freed 錯誤的處理方法HiveError
- ORA-03137: TTC protocol internal error: [12333]分析及處理ProtocolError
- Oracle RAC 錯誤記錄以及處理方法Oracle
- A Oracle Data Guard Broker 升級和降級Oracle
- 處理百萬級以上的資料處理
- [wm-cjdbc33-0069][Oracle JDBC Driver]Internal error: Net8 protocol errorJDBCOracleErrorProtocol
- 利用RMAN把ORACLE 10G 64位降級為32位Oracle 10g
- 資料預處理–資料降維
- [譯] Part 30: Golang 中的Error處理GolangError
- ORA-00600 Error的通用處理Error
- oracle internalOracle
- 15-錯誤處理(Error)Error
- Rails全域性處理Error薦AIError
- Oracle OER 7451 in Load Indicator : Error Code = OSD-04500的問題處理OracleIndicatorError
- 【故障處理】Bug : ASM FAILS WITH CHECKRESOURCE ERROR ERROR CODE = 139ASMAIError
- 建立外來鍵(FK) 以及Oracle9i中三種處理級聯刪除資料的方式Oracle
- Internal error:1058 解決方法Error
- ORA-00600: internal error codeError
- 求助:weblogic8.1 : Error 500--Internal Server ErrorWebErrorServer
- Spring Boot Web Error Page處理Spring BootWebError
- Oracle-InternalOracle
- selenium的升級與降級
- Siri自定義Intent以及處理Intent
- Oracle TX鎖的處理Oracle