Also Pasword files and SPFILEs.
ATTENTION! After taking the database in ARCHIVELOG immediatelly 'shutdown' the DB and take a cold backup.
If this is not done your backup is not consistent. Because Export do not saves the SCNs of the datafiles.
If you do a new 'incarnation of the DB' - this means coldbackup and new flow of archive logs
then open the DB with resetlog option to begin the numeration of the archive logs from 1.
Main Topics
Browse All Topics





by: ploubierPosted on 2006-03-08 at 00:12:28ID: 16130962
You can use an export (taken with option full=y of course) to recover your DB, but you'll have to create the database manually first.
In my opinion, the best strategy is a combination of :
- RMAN hot backups
- cold backups (as often as instance is shut down) using RMAN or your backup software
- user-level exports several times a day
- frequent backups of archived logs
And remember : cold backups must include all DB-related files (datafiles, control files, and redo log files).