This command is simple and can help when you are trying to restore a database on another server.
Best Regards,
Paulo Portugal
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