Oracle錯誤號檢索
列出ORA-01578至ORA-01580錯誤號說明
set serveroutput on
declare
err_msg varchar2(200);
begin
dbms_output.enable(1000000);
for err_num in 1578..1580
loop
err_msg:=sqlerrm(-err_num);
if err_msg not like '%Message '||err_num||' not found%' then
dbms_output.put_line(err_msg);
end if;
end loop;
end;
/
ORA-01578: ORACLE 資料塊損壞 (檔案號 , 塊號 )
ORA-01579: 恢復過程中出現寫錯誤
ORA-01580: 建立控制備份檔案 時出錯
對於單個錯誤號
set serveroutput on
exec dbms_output.put_line(sqlerrm(-04031));
ORA-04031: 無法分配 位元組的共享記憶體 ("","","","")
在linux中可以使用oerr命令檢視錯誤解釋
oerr ora 1578
01578, 00000, "ORACLE data block corrupted (file # %s, block # %s)"
// *Cause: The data block indicated was corrupted, mostly due to software
// errors.
// *Action: Try to restore the segment containing the block indicated. This
// may involve dropping the segment and recreating it. If there
// is a trace file, report the errors in it to your ORACLE
// representative.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/28974745/viewspace-2138018/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORACLE 異常錯誤 錯誤號大全Oracle
- Laravel 的 Validation 檢索驗證錯誤訊息Laravel
- Oracle全文檢索Oracle
- EI 和 SCI 檢索號查詢
- Oracle全文檢索之中文Oracle
- Oracle 物化檢視 詳細錯誤描述 檢視方法Oracle
- 快速顯示oracle錯誤號的含義Oracle
- Oracle OCP(15):分層檢索Oracle
- Oracle全文檢索之Ctxcat 索引Oracle索引
- Oracle全文檢索之ContextOracleContext
- 在windows下檢視oracle錯誤的方法WindowsOracle
- Oracle的全文檢索技術(轉)Oracle
- 手工建立oracle text全文檢索元件Oracle元件
- oracle rman backup命令檢查資料庫錯誤Oracle資料庫
- ORACLE 錯誤Oracle
- 錯誤檢查思路
- 檢索oracle中口令:第一種方法Oracle
- 檢索oracle中口令:第二種方法Oracle
- 擊敗二分檢索演算法——插值檢索、快速檢索演算法
- 資訊檢索
- 錯誤日誌檢視
- Oracle 錯誤收集Oracle
- ORACLE錯誤大全Oracle
- 影象檢索:資訊檢索評價指標mAP指標
- 基於ElasticSearch實現商品的全文檢索檢索Elasticsearch
- 資料檢索
- Elasticsearch檢索文件。Elasticsearch
- EF Oracle:錯誤 175Oracle
- oracle 常見錯誤Oracle
- oracle錯誤小結Oracle
- Oracle安裝錯誤Oracle
- Oracle ASM 配置錯誤OracleASM
- 遇到 ORACLE 錯誤 6550Oracle
- Oracle ORA 錯誤大全Oracle
- oracle全文索引之配置全文檢索環境Oracle索引
- Outlook和Outlook Express導致超時錯誤並且無法檢索POP3郵件 (轉)Express
- Win10磁碟錯誤怎麼檢查 win10檢查磁碟錯誤的方法Win10
- 【雲圖】自有資料的多邊形檢索(雲檢索)