Database Backup and Recovery (MOSC)

MOSC Banner

duplicate database from active with until time

edited Jan 30, 2015 10:00AM in Database Backup and Recovery (MOSC) 3 commentsAnswered

Hi all

May i do the duplicate from active database with until time option,, obviously i will have all the archive log file available..or maybe i misunderstood the concept

Let me know your comments, This is what I'm pretending to do

sacux134:BE1Y1 #more be1p1restore.rcv

connect target sys/Ling_221@BE1P1

connect catalog rman11gr2/rman11gr2@gl1p9

connect auxiliary sys/oracle

run {

set until time "to_date('19-JAN-2015-04:00:00','DD-MON-YYYY-HH24:MI:SS')";

duplicate target database to be1y1 nofilenamecheck from active database;

}

Jesus

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