Oracle10g釋放flash_recovery_area(轉)
ORA-19815: WARNING: db_recovery_file_dest_size of 2147483648 bytes is 100.00% used, and has 0 remaining bytes available.
*************************************************************
You have the following choices to free up space from
flash recovery area:
1. Consider changing your RMAN retention policy.
If you are using dataguard, then consider changing your
RMAN archivelog deletion policy.
2. Backup files to tertiary device such as tape using the
RMAN command BACKUP RECOVERY AREA.
3. Add disk space and increase the db_recovery_file_dest_size
parameter to reflect the new space.
4. Delete unncessary files using the RMAN DELETE command.
If an OS command was used to delete files, then use
RMAN CROSSCHECK and DELETE EXPIRED commands.
*************************************************************
這時候實際上flash_recovery_area已經手工釋放空間,甚至切換到一個全新的磁碟,仍然無法解決。
*************************************************************
You have the following choices to free up space from
flash recovery area:
1. Consider changing your RMAN retention policy.
If you are using dataguard, then consider changing your
RMAN archivelog deletion policy.
2. Backup files to tertiary device such as tape using the
RMAN command BACKUP RECOVERY AREA.
3. Add disk space and increase the db_recovery_file_dest_size
parameter to reflect the new space.
4. Delete unncessary files using the RMAN DELETE command.
If an OS command was used to delete files, then use
RMAN CROSSCHECK and DELETE EXPIRED commands.
*************************************************************
這時候實際上flash_recovery_area已經手工釋放空間,甚至切換到一個全新的磁碟,仍然無法解決。
連線資料庫查詢:
發現仍然記錄了227個檔案,USED空間並未釋放。
使用rman登入資料庫進行crosscheck:
此時空間得以釋放:
Oracle指出,我們可以通過執行以下命令:
將閃回區的內容備份到第三方介質,也同樣可以解決這個問題。
是以為記。
|
發現仍然記錄了227個檔案,USED空間並未釋放。
使用rman登入資料庫進行crosscheck:
|
此時空間得以釋放:
|
Oracle指出,我們可以通過執行以下命令:
|
將閃回區的內容備份到第三方介質,也同樣可以解決這個問題。
是以為記。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/756652/viewspace-242293/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle10g審計(轉)Oracle
- about oracle10g rac(轉)Oracle
- [待整理]oracle10g刪除(釋放)資料檔案/表空間流程Oracle
- linux 釋放埠Linux
- linux埠釋放Linux
- 釋放ip埠
- 自動釋放池
- centos 釋放內容CentOS
- Oracle資料庫高水位釋放——LOB欄位空間釋放Oracle資料庫
- 如何釋放Mac空間?釋放Mac系統空間小技巧Mac
- 影像縮放、旋轉、翻轉、平移
- (轉載)刪除檔案後硬碟空間不釋放的問題硬碟
- XCode釋放記憶體XCode記憶體
- ROG 2020新品釋出會 天生高能釋放
- UIViewController及UIView未deinit釋放UIViewController
- vector 的記憶體釋放記憶體
- ORACLE10G升級11GOracle
- oracle10g RMAN增量備份策略Oracle
- 重拾 ObjC 自動釋放池OBJ
- Ubuntu檢視和釋放80埠Ubuntu
- Ubuntu檢視埠和釋放埠Ubuntu
- 奈學:reaseShared共享式釋放鎖
- html-拖拽釋放(Drag and drop) APIHTMLAPI
- lsof |grep deleted 釋放磁碟空間delete
- Hyperf 如何快速釋放 DB 連線
- TCP連結的建立和釋放TCP
- Oracle10g刪除資料檔案Oracle
- [轉]C++ STL list的初始化、新增、遍歷、插入、刪除、查詢、排序、釋放C++排序
- 浪潮卓數:釋放資料要素價值 助力中小微企業數字化轉型
- 從資料安全到價值釋放,美創科技助力醫療數字化轉型
- 放棄TensorFlow,谷歌全面轉向JAX谷歌
- Pandas 0.24釋出,將放棄Python 2Python
- java try(){}catch(){}自動資源釋放Java
- C# 垃圾回收釋放記憶體C#記憶體
- GIL在python的獲取和釋放Python
- 讓數字世界釋放無限可能
- Oracle10g SQL tune adviser簡單介紹OracleSQL
- oracle10g DataGuard的日誌傳輸方式Oracle