Flash Recovery Area Full - Database Fails to Open ORA-16038 [ID 337258.1] | |||||
修改时间 23-FEB-2012 类型 PROBLEM 状态 MODERATED |
In this Document
Symptoms
Cause
Solution
References
This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process and therefore has not been subject to an independent technical review. |
Using the default Oracle-Suggested strategy as implemented by EM in Oracle10gR1
Retention policy changed from the default redundancy of 1 to recovery window of 15 days
When the retention policy is changed to recovery window or to a redundancy > 1, RMAN cannot satisfy the retention policy if there is only one copy of database and it is recovered to the latest point in time. In order to satisfy the
retention policy, it keeps all the incrementals and archivelogs since database creation
SQL> ALTER SYSTEM SET DB_RECOVERY_FILE_DEST_SIZE=Xg SCOPE=BOTH;
-- Replace X with a number larger than the current and ensure is sufficient space in the destination
SQL> alter system set db_recovery_file_dest='';
RMAN> backup archivelog all delete input;