View Single Post

  #5 (permalink)  
Old 07-15-2007, 03:07 PM
Larry Cumber Larry Cumber is offline
Junior Member
 
Join Date: Jul 2007
Location: Birmingham-UK
Posts: 12
Larry Cumber is on a distinguished road
If you have the archivelogs then it means you database is in archivelog mode (archiving the redo logs). which similarly means the was a reason for activating archiving.
which gives you the ability to perform online backups, hoping its been set to automatic archiving and not manual
use ARCHIVE LOG LIST to verify database mode and destination and log sequence.
You have the ability to carry an OPEN BACKUP/hot or online backup.
Carry out a backup as Adrian said, preferable using the RMAN.
The importance of Archiving logs is that is gives you different options in the Recovery process - and this logs would be applied to bring the database to its original state if it Crashed. Don't delete this archivelogs. instead it would be nice for you to save keep them in a seperate directory in order to aid perfomance
Reply With Quote