ORACLE10g下 ORA-19809 錯誤
在開啟ORACLE資料庫的時候,系統報錯:
SQL> startup
ORACLE 例程已經啟動。
ORACLE 例程已經啟動。
Total System Global Area 612368384 bytes
Fixed Size 1250428 bytes
Variable Size 218106756 bytes
Database Buffers 385875968 bytes
Redo Buffers 7135232 bytes
資料庫裝載完畢。
ORA-16038: 日誌 2 序列號 54 無法歸檔
ORA-19809: 超出了恢復檔案數的限制
ORA-00312: 聯機日誌 2 執行緒 1:
'F:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\REDO02.LOG'
Fixed Size 1250428 bytes
Variable Size 218106756 bytes
Database Buffers 385875968 bytes
Redo Buffers 7135232 bytes
資料庫裝載完畢。
ORA-16038: 日誌 2 序列號 54 無法歸檔
ORA-19809: 超出了恢復檔案數的限制
ORA-00312: 聯機日誌 2 執行緒 1:
'F:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\REDO02.LOG'
檢視recovery dest:
SQL> show parameter recovery
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
db_recovery_file_dest string F:\oracle\product\10.2.0/flash
_recovery_area
db_recovery_file_dest_size big integer 2G
recovery_parallelism integer 0
------------------------------------ ----------- ------------------------------
db_recovery_file_dest string F:\oracle\product\10.2.0/flash
_recovery_area
db_recovery_file_dest_size big integer 2G
recovery_parallelism integer 0
修改db_recovery_file_dest_size:
SQL> alter system set db_recovery_file_dest_size=4g scope=both;
系統已更改。
SQL> alter database open;
資料庫已更改
至此資料庫正常開啟.
查了一下錯誤資訊,原來說得很明白。
ORA-19809: | limit exceeded for recovery files |
Cause: | The limit for recovery files specified by the DB_RECOVERY_FILE_DEST_SIZE was exceeded. |
Action: | The error is accompanied by 19804. See message 19804 for further details. |
ORA-19804: | cannot reclaim string bytes disk space from string limit |
Cause: | Oracle cannot reclaim disk space of specified bytes from the DB_RECOVERY_FILE_DEST_SIZE limit. |
Action: |
There are five possible solutions: 1) Take frequent backup of recovery area using RMAN. 2) Consider changing RMAN retention policy. 3) Consider changing RMAN archivelog deletion policy. 4) Add disk space and increase DB_RECOVERY_FILE_DEST_SIZE. 5) Delete files from recovery area using RMAN. |
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/15592508/viewspace-717335/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【故障處理】ORA-19809錯誤處理
- Oracle10g DML錯誤日誌表Oracle
- oracle線上日誌出現錯誤 ORA-16038 ORA-19809 ORA-00312 錯誤解決Oracle
- Oracle10g的ORA-3136錯誤Oracle
- Oracle10g Logminer處理BLOB欄位錯誤Oracle
- Oracle10g新特性——記錄DML錯誤日誌(三)Oracle
- Oracle10g新特性——記錄DML錯誤日誌(二)Oracle
- Oracle10g新特性——記錄DML錯誤日誌(一)Oracle
- oracle10g啟動錯誤ORA-27101解決Oracle
- Oracle10g的ORA-3136錯誤解決辦法Oracle
- Oracle10g Flashback database功能恢復使用者錯誤(zt)OracleDatabase
- 使用Oracle10g Flashback database功能恢復使用者錯誤OracleDatabase
- 幽默:使用錯誤框架的下場框架
- 修正windows下ora錯誤顯示???Windows
- Mac下php常見錯誤資訊MacPHP
- Ubuntu下apache2的錯誤UbuntuApache
- Linux下錯誤解決方案Linux
- Oracle10g新特性——LOG ERRORS記錄DML錯誤日誌(三)OracleError
- Oracle10g新特性——LOG ERRORS記錄DML錯誤日誌(二)OracleError
- Oracle10g新特性——LOG ERRORS 記錄DML錯誤日誌(一)OracleError
- 關於win7安全機制引起的Oracle10g的錯誤Win7Oracle
- Oracle10g升級時出現主目錄不相容錯誤Oracle
- springMVC下前端ajax報404錯誤SpringMVC前端
- 編譯錯誤,請教一下!編譯
- oracle10g rac 報ora-12545錯誤的解決方案(zt)Oracle
- wget下載安裝時出現錯誤doesn‘t match requested host name錯誤wget
- 修正FIREFOX下批量上傳的錯誤Firefox
- 下載遠端bundle倉庫有錯誤
- linux下gdb如何處理coredump錯誤Linux
- 錯誤檔名稱下的Oracle選擇Oracle
- 在windows下檢視oracle錯誤的方法WindowsOracle
- jivejdon3在jboss下執行錯誤
- oracle10g官方例子(很不錯)Oracle
- Windows環境下Oracle10g使用DBCA建立資料庫時遇到ORA-12560協議介面卡錯誤WindowsOracle資料庫協議
- ORACLE 異常錯誤 錯誤號大全Oracle
- windows下oracle的ora-27100錯誤WindowsOracle
- ubuntu下import matplotlib錯誤解決辦法UbuntuImport
- JNI命令列下編譯錯誤解決方案命令列編譯