Database Backup and Recovery (MOSC)

MOSC Banner

Rman duplicate failed from active database.

edited Apr 4, 2017 5:00AM in Database Backup and Recovery (MOSC) 3 commentsAnswered

Dear experts,

We have doing a rman duplicate activity from active database. Today it is aborted, kindly help me to solve the issue. database is 11.2..0.4.

run

{

allocate auxiliary channel a1 type disk;

allocate auxiliary channel a2 type disk;

allocate channel c1 type disk;

allocate channel c2 type disk;

allocate channel c3 type disk;

duplicate target database to "TEST" from active database;

release channel a1;

release channel a2;

release channel c1;

release channel c2;

release channel c3;

rman are aborted for below error.

{
   set until scn  8542271678;
   recover
   clone database
    delete archivelog
   ;
}
executing Memory Script

executing command: SET until clause

Starting recover at 27-MAR-17

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