ORACLE 10G flash_recovery_area
(我的學習筆記)
今天檢視錯誤日誌法相 flash_recovery_area 區域已經滿了。flash_recovery_area 區域是在預設的情況下儲存RMAN和ARCHIVELOG的地方 預設大小為2G 所以會經常出現不足的情況,當然處理方法有4種、
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.
我刪除了物理級別的RMAN資訊後 檢視
SQL> select substr(name,1,30) name,space_limit as quota,space_used as used,
2 space_reclaimable as reclaimable,number_of_files as files from v$recovery_file_dest;
NAME QUOTA
------------------------------------------------------------ ----------
USED RECLAIMABLE FILES
---------- ----------- ----------
E:\flash_recovery_area 4294967296
1746919424 0 2
任然有記錄,所以可以看出這個引數應該是檢視的控制檔案資訊,即使你使用物理級別的刪除,控制檔案並沒有更新所以使用:
CROSSCHECK BACKUP;
DELETE EXPIRED BACKUP; 來刪除控制檔案中的備份資訊。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7728585/viewspace-483887/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle10g釋放flash_recovery_areaOracle
- Oracle10g釋放flash_recovery_area(轉)Oracle
- flash_recovery_area故障處理
- OMF和flash_recovery_area的關係!
- ORACLE 10g下載|ORACLE 10g下載地址|ORACLE 10g官網下載地址Oracle 10g
- oracle 10g patchOracle 10g
- ORACLE 10G AUTOTRACEOracle 10g
- oracle asm 10gOracleASM
- recyclebin for oracle 10gOracle 10g
- Oracle 10g flashbackOracle 10g
- Glossary Oracle 10gOracle 10g
- oracle 10g flashback databaseOracle 10gDatabase
- Oracle 10g RAC NFSOracle 10gNFS
- oracle 10g em建立Oracle 10g
- ORACLE 10G 升級Oracle 10g
- Oracle 10g RAC TAFOracle 10g
- oracle 10g RMAN管理Oracle 10g
- ORACLE 10G AWR 速查!Oracle 10g
- Oracle AS 10g 10.1.2.0.2Oracle
- Oracle 10G 跟蹤Oracle 10g
- oracle 10g的程式Oracle 10g
- oracle 10g em patchOracle 10g
- Oracle 10g Scheduler 特性Oracle 10g
- Oracle 10g AS基本管理Oracle 10g
- oracle 10g logmnrOracle 10g
- oracle 10g downloadOracle 10g
- ORACLE 10G expdp/impdpOracle 10g
- oracle 10g logminerOracle 10g
- oracle 10g ADDMOracle 10g
- oracle 10g table streamOracle 10g
- oracle 10g user streamOracle 10g
- oracle 10g stream weihuOracle 10g
- Oracle 10G V$ViewsOracle 10gView
- Oracle 10g installationOracle 10g
- 【ORACLE】relink oracle 10g 資料庫Oracle 10g資料庫
- Oracle Linux 5.5 安裝Oracle 10gLinuxOracle 10g
- Oracle 10g 下載地址Oracle 10g
- Scheduler in Oracle Database 10g(轉)OracleDatabase