Difference of these two commands
Hi All,
Could anyone please explain the difference between the below commands?
RECOVER DATABASE UNTIL CANCEL USING BACKUP CONTROLFILE;
and
RECOVER DATABASE USING BACKUP CONTROLFILE UNTIL CANCEL;
Thanks,
Ramesh
0