Oracle 48

A fresh view on Oracle

Use USE_DB_RECOVERY_FILE_DEST for self-managing deletion rules of the Archived Log files

When using the Fast Recovery Area for storing archive logs, one probably wants to use this location to make use of the self-managing deletion rules of files.

One of these rules is that files are obsolete under the retention policy are eligible for deletion. When for instance RMAN needs space for backup (without delete obsolete option), Oracle will do a similar ‘delete obsolete’ command to make space in the Fast Recovery Area.

For archived logs to be eligible, one MUST use the USE_DB_RECOVERY_FILE_DEST setting for log_archive_dest_x. If the actual location is used, Oracle does not include archived logs in the self-managing deletion rules of files!!!

[Read the rest of this entry...]

Database incarnations: Recovering through RESETLOGS

I have just explained a few test scenarios when trying to recover through RESETLOGS. You need to make sure you know your incarnations!

http://blog.whitehorses.nl/2009/11/03/database-incarnations-recovering-through-resetlogs/