Database Backup and Recovery (MOSC)

MOSC Banner

rman clone with duplicate database command to till date/ scn.

edited Feb 22, 2016 1:06PM in Database Backup and Recovery (MOSC) 9 commentsAnswered ✓

Dear Team,

I am  taking weekly backup of my database using rman hot backup. and use  the same backup for cloning purpose using the below command.

run {

set until scn < scn number>;                   -- find out the scn no by list backup command on the source database (prod instance)

duplicate target  database to <TEST>;

}

when i performed  the cloning with the above method i get the data till the last backup only.  But I want to get the data  till last date when i performed the cloning process.

kindly suggest me how can i get the latest data on my clone instance after the rman backup.

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