[Oracle] Backup Methodologies
Intro
The system backup with NT or UNIX (such as dump or tar) should be performed weekly. Oracle databases can be saved either by stopping the database or performing it while the database is still running.
Note that all of the control files, data and archive logs should be saved at the same time and to ensure the integrity and consistency of restorations.
Note that even if REDO logs are saved, they should not be restored without the Online redo logs being lost or corrupted( try to maximize the use of Online redo logs and control files the most recent possible). If it is needed that you use control files restored from a backup, make use the USING BACKUP CONTROLFILE option in the restore command Import / Export.
Archive Logging
Archive logging is strongly recommended for all Oracle databases.
Archive logging is automatic and can consume disk resources in a highly active environment. If a restore is required, the system will ask the Archive logs and perform restores from them.
The archive logs can restore from a point in time.
For live backups, archives logs are needed.
To control the destination and frequency of the archive log, make use of the parameters available at INIT.ORA.