|
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
|