Database Backup and Recovery (MOSC)

MOSC Banner

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?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center