您好,登錄后才能下訂單哦!
處理Oracle數據庫閃回區空間滿的問題
作者:趙全文 網名:guestart
今天早上一到單位,發現EMCC上有一臺數據庫服務器的概覽頁面出現×××報警,
查詢alert_orcl13.log發現如下報錯,
Errors in file /u01/app/oracle/diag/rdbms/orcl13/orcl13/trace/orcl13_arc3_34080.trc:
ORA-19815: WARNING: db_recovery_file_dest_size of 68719476736 bytes is 100.00% used, and has 0 remaining bytes available.
system command was used to delete files, then use RMAN CROSSCHECK and
************************************************************************
DELETE EXPIRED commands.
You have following choices to free up spacefrom recovery area:
************************************************************************
1. Consider changing RMAN RETENTION POLICY.If you are using Data Guard,
ARC0: Error 19809 Creating archive log fileto '+DATA'
then consider changing RMAN ARCHIVELOG DELETION POLICY.
2. Back up files to tertiary device such astape using RMAN
BACKUP RECOVERY AREA command.
3. Add disk space and increasedb_recovery_file_dest_size parameter to
reflect the new space.
4. Delete unnecessary files using RMANDELETE command. If an operating
system command was used to delete files, then use RMAN CROSSCHECK and
DELETE EXPIRED commands.
************************************************************************
發現閃回區的容量已經達到100%,于是查找閃回區的容量當前為多少G?
SYS@orcl13> show parameterdb_recovery_file_dest_size;
NAME TYPE VALUE
---------------------------- ------------ ---------
db_recovery_file_dest_size big integer 64G
增大閃回區的容量為100G
順便查看一下歸檔文件所在的位置,
噢,頓時明白,是歸檔文件保存在閃回區,把閃回區的容量撐爆了。
歸檔文件一直在增加,有也可能是用rman備份的時候,沒有設置歸檔日志的清除策略,也有可能是沒有進行rman備份。
查看一下是否進行了rman備份
原來是沒有進行rman備份,由于是測試庫,在開啟歸檔功能以后,沒有用rman備份導致的
現在把rman備份開啟
再次查看alert_orcl13.log的日志文件,已經切換歸檔操作,一切正常了。
如您覺得此篇文章對您有幫助,歡迎關注微信公眾號:guestart的DBA學習筆記,您的支持是對我最大的鼓勵!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。