Database Backup and Recovery (MOSC)

MOSC Banner

Puzzled by RMAN

edited Mar 17, 2022 6:59AM in Database Backup and Recovery (MOSC) 5 commentsAnswered

Hi all,

Ran the following command:

rman auxiliary / <<EOF

run

{

allocate auxiliary channel ch1 type disk;

allocate auxiliary channel ch2 type disk;

allocate auxiliary channel ch3 type disk;

allocate auxiliary channel ch4 type disk;

allocate auxiliary channel ch5 type disk;

allocate auxiliary channel ch6 type disk;



duplicate database to UCDB backup location '/oradata/source_bkp/RMAN' nofilenamecheck;


release channel ch1;

release channel ch2;

release channel ch3;

release channel ch4;

release channel ch5;

release channel ch6;

}

EOF

But before running the above, moved two of the backup pieces elsewhere, just to see what error RMAN will throw up:

[oracle@uat source_bkp]$ ll

Tagged:

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