ORA-19815:警告:db_recovery_file_dest_size 已使用100%

來源:互聯網
上載者:User

前幾天,由於大量匯入資料,在不能關閉歸檔的情況下,歸檔路徑把+flash撐爆了!(歸檔放在這我還是計較好奇為啥的,之前沒有遇到過,不知道是出於什麼考慮)

 ora-19815:警告:db_recovery_file_dest_size 已使用100%

select * from v$flash_recovery_area_usage;

從輸出結果中可以很明了的看到每個部分的佔用率

由于歸檔是放在這裡的,那就好辦了,直接改刪除歸檔指令碼的保留原則就好了。可是如果不能改而是擴充空間該怎麼辦那,下面就是我做的實驗了,希望有用。

select * from v$flash_recovery_area_usage;

查看使用量:

select sum(percent_space_used)*300/100 from v$flash_recovery_area_usage;

我的大小為300G 當然*300了,按實際情況來定!

修改db_recovery_file_dest_size:

alter system set db_recovery_file_dest_size=300G scope=both;

關閉資料庫

shutdown immediate

重新啟動:

startup

這樣就好了!

Oracle ORA-01555 快照過舊 說明

ORA-01078 和 LRM-00109 報錯解決方案

ORA-01555超長的Query Duration時間

ORA-00471 處理方法筆記

ORA-00314,redolog 損壞,或丟失處理方法

ORA-00257 歸檔日誌過大導致無法儲存的解決辦法

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.