Cloning a database from one host to another
Hi all
We have a quick question on restoring / recovering / cloning a database on a different host
On the source database we make a backup
Lets suppose we make a level 0 backup at 6:00 AM
backup incremental level 0 as compressed backupset;
lets say this creates a file LVL0.BKP
And we have --> CONFIGURE CONTROLFILE AUTOBACKUP ON;
So this will create a backup of spfile / controlfile --> lets say it is called CPSPF_01.BKP
so we have
LVL0.BKP
CPSPF_01.BKP
Next we make an incremental level 1 backup around 2 PM
backup incremental level 1 as compressed backupset;
lets say this creates a file LVL1_1.BKP