rman clone from an active standby database
Hello expert,
Recently I faced a scenario where I need to clone a database from the active standby database which is used for backup to reduce server load in primary database server.
Please mind that I am cloning from ASM storage to non-ASM storage and following is my run block.
run
{
allocate auxiliary channel aux1 device type disk;
allocate auxiliary channel aux2 device type disk;
allocate auxiliary channel aux3 device type disk;
allocate auxiliary channel aux4 device type disk;
allocate auxiliary channel aux5 device type disk;
allocate auxiliary channel aux6 device type disk;
allocate auxiliary channel aux7 device type disk;