Database Backup and Recovery (MOSC)

MOSC Banner

RMAN Duplicate from backup - 19c Database


Hello

We are trying to duplicate one of our 2 node 19c RAC database from source hosts to target hosts from backup

Source database name is TEST and AUX / DESTINATION database is DEV

We fired up the RMAN DUPLICATE script, the contents of which are as follows


rman auxiliary / <<EOF

connect target sys/password@test

run {

set until time "to_date('2021-01-24:00:48:30','YYYY-MM-DD:HH24:MI:SS')";

allocate auxiliary channel ....

....

allocate auxiliary channel ch08 DEVICE TYPE SBT_TAPE PARMS...

duplicate database to dev

}

The script ended with the following message (after the restore part was done)

contents of Memory Script:

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