資料泵匯出出現ORA-31623錯誤
客戶資料庫在調整SGA後,匯出出現ORA-31623錯誤。
Oracle對於這個錯誤的描述為:
ORA-31623: a job is not attached to this session via the specified handle
Cause: An attempt to reference a job using a handle which is invalid or no
longer valid for the current session.
Action: Select a handle corresponding to a valid active job or start a new job.
從這個錯誤看不出導致問題的真正原因,不過從告警日誌中可以發現進一步的資訊:
Tue Jan 17 19:30:08 2012
Errors in file
/opt/oracle/diag/rdbms/mobiledb_n/mobiledb/trace/mobiledb_ora_17167.trc
(incident=84810):
ORA-04031: unable to allocate 56 bytes of shared memory ("streams
pool","unknown object","streams pool","fixed
allocation callback")
Incident details in:
/opt/oracle/diag/rdbms/mobiledb_n/mobiledb/incident/incdir_84810/mobiledb_ora_17167_i84810.trc
Use ADRCI or Support Workbench to package the incident.
See Note 411.1 at My Oracle Support for error and packaging details.
Tue Jan 17 19:30:11 2012
Dumping diagnostic data in directory=[cdmp_20120117193011], requested by
(instance=1, sid=17167), summary=[incident=84810].
Tue Jan 17 19:30:12 2012
Sweep [inc][84810]: completed
Sweep [inc2][84810]: completed
資料庫在嘗試分配STREAMS POOL的時候出現了ORA-4031錯誤。此時查詢V$MEMORY_RESIZE_OPS檢視,發現同一時間大量的STREAMS POOL擴充套件失敗的記錄,Oracle嘗試分配STREAMS POOL但是目前資料庫的記憶體採用了在SGA_TARGET下手工分配的方式,為了避免Oracle記憶體的動態調整,所有的記憶體元件已經將記憶體全部使用,因此STREAMS POOL無法獲取到空間。
解決問題的方法很簡單,手工收縮DB_CACHE_SIZE或SHARED_POOL_SIZE的值,分配給STREAMS POOL,就可以避免這個錯誤,不過資料泵的匯出還要使用STREAMS POOL,還是第一次發現這個問題。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/4227/viewspace-715885/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 資料泵匯出出現ORA-4030錯誤
- 資料泵匯出出現ORA-31617錯誤
- Oracle8i匯出出現EXP-8錯誤Oracle
- 資料泵匯出時報錯ORA-1422錯誤
- 資料泵匯入時出現ORA-600(klaprs_11)錯誤
- 資料泵匯出資料包錯處理
- 轉oracle資料泵匯出時報錯Oracle
- 資料泵轉換模式匯入時出現0ra31655錯誤模式
- 資料泵匯出匯入
- 資料泵匯出時報ORA-31623、ORA-06512問題的解決
- Oracle用資料泵匯入資料包12899的錯誤碼解決方法Oracle
- 資料泵匯出碰到ORA-600(kcbz_check_objd_typ_3)錯誤OBJ
- 資料泵的匯入匯出
- 資料泵匯出匯入表
- Impdp資料泵匯入
- Oracle資料泵-schema匯入匯出Oracle
- 資料泵匯出匯入資料標準文件
- python實現oracle資料泵匯出功能PythonOracle
- 使用資料泵impdp匯入資料
- Oracle資料泵的匯入和匯出Oracle
- Oracle資料泵匯出匯入(expdp/impdp)Oracle
- Oracle使用資料泵匯出匯入表Oracle
- 資料泵取匯出和匯入(一)
- 資料泵匯入分割槽表統計資訊報錯(七)
- 資料泵匯入分割槽表統計資訊報錯(二)
- 資料泵匯入分割槽表統計資訊報錯(四)
- 資料泵匯入分割槽表統計資訊報錯(三)
- 資料泵匯入分割槽表統計資訊報錯(六)
- 資料泵匯入分割槽表統計資訊報錯(五)
- 資料泵無法匯入JOB
- 資料庫泵(expdp/impdp)匯入匯出流程資料庫
- shell,ant指令碼實現自動資料泵(exp.expdp)匯出匯入資料指令碼
- 使用資料泵工具expdp工具匯出資料
- Oracle使用資料泵expdp,impdp進行資料匯出匯入Oracle
- Oracle expdp資料泵遠端匯出Oracle
- 使用資料泵匯出DDL語句
- 資料泵 EXPDP 匯出工具的使用
- 資料泵IMPDP 匯入工具的使用