Is it possible to do incremental backups and restores without using datafile copies?
Hi,
version 11.2.0.3
Is it possible to do incremental backups and restores without using datafile copies?
I thought I was doing incremental backups some years ago with very simple scripts, eg:
backup as compressed backupset incremental level 0 database format... plus archivelog format...
backup as compressed backupset incremental level 1 database format... plus archivelog format...
When I try and restore them with a (also) very simple restore and recover script the restore is successful but when I do the recover it complains:
run {
<channel conf...>
set until time "to_date...
restore database;
}
channel c1: restoring datafile 00001 to +DATA...
(completed without errors)
The alert log shows though: