 |
|
Oracle Tips by Burleson |
Oracle 10g RMAN Recovery Area Space Management
When the recovery area is less than 90% full,
Oracle does not delete eligible files immediately, to minimize the
need to restore recent files from tape during recovery. The recovery
area can thus serve as a kind of cache for tape.
Once the recovery area is 90% full, Oracle will
issue a warning to users. The Oracle database server and RMAN will
continue to create files in the recovery area until 100% of the disk
limit is reached.
Once the recovery area is 100% full, the RMAN
retention policy is used to indicate what files will be deleted in
order to make space for newer files.
The db_flashback_retention_target parameter
specifies how long Oracle will keep the flashback logs in the
flashback recovery area. However, flashback logs won't be deleted,
even if they exceed the duration specified by the flashback
retention period, unless more space is needed in the recovery area
for other files.
New
RMAN command for Recovery Area
RMAN> BACKUP
RECOVERY AREA;
RMAN> BACKUP RECOVERY FILES;
Get the complete Oracle10g story:
To get the code instantly, click here:
Need an Oracle Mentor?
BEI is now offering personal mentors for Oracle DBAs where you can have an
Oracle expert right at your fingertips, anytime day or night. We work with
hundreds of Oracle databases every year, so we know exactly how to quickly
assist you with any Oracle question.
Why risk an unplanned outage? You can now get telephone access to Don
Burleson or any of his Oracle Certified DBAs with more than 20 years of
full-time IT experience. Click here for details:
http://www.dba-oracle.com/service_oracle_backup.htm

|