Amazon books

Sunday, February 9, 2014

How to Clean Up ALL Backups from your control file

This command is simple and can help when you are trying to restore a database on another server.

Best Regards,
Paulo Portugal


RMAN> run{
allocate channel ch1 device type disk;
allocate channel ch2 device type disk;
allocate channel ch3 device type disk;
allocate channel ch4 device type disk;
delete noprompt backup;
 };



No comments:

Post a Comment