Rman restore is not skipping datafiles available in ASM
During our restoration from production DB to DRL , restoration has been stopped because of the filesystem was full. After I generate enough space and rerun the restoration script,RMAN didn't skip available datafiles and it continue the full restore.
Environment details.
OS AIX 7.2
DB Oracle 19c ,RAC,ASM
EMC networker
There is no recovery catalog , we are using current control file .
run {
allocate channel c1 device type 'SBT_TAPE' PARMS 'SBT_PARMS=(NSR_SERVER=servername,NSR_CLIENT=clientname)';
restore database;
}
Do you have any idea why is it not skipping available datafiles?