advertisements
_____________________________________________________________________________________________________________________
Description:
This script backs up all archived redo log files generated since the last backup. The BACKUP ARCHIVELOG ALL command ensures that all archived logs are included in the backup.
Script
RUN {
BACKUP ARCHIVELOG ALL;
}
Sample Output
Sample Output
advertisements
Starting backup at <timestamp>
...
Backup completed successfully.
_____________________________________________________________________________________________________________________
0 comments:
Post a Comment