Issue :
Rman active duplicate failed with below error.
Rman active duplicate failed with below error.
RMAN-00571:
===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS
===============
RMAN-00571:
===========================================================
RMAN-03002: failure of Duplicate Db command at 08/22/2017
11:04:54
RMAN-05501: aborting duplication of target database
RMAN-06457: UNTIL SCN (11106466738406) is ahead of last
SCN in archived logs (11106466667595)
script used for duplicate is :
run
{
SET UNTIL SCN 11106466738406;
DUPLICATE DATABASE TO <target_db_SID>
FROM ACTIVE DATABASE
NOFILENAMECHECK;
}
Solution:
No comments:
Post a Comment