ORA 19573 cannot obtain exclusive enqueue Recovering Standby Database Using Incremental RMAN
edited Sep 10, 2017 7:36PM in High Availability Data Guard, Sharding and Global Data Services (MOSC) 3 commentsAnswered ✓
Hallo!I have a DR db that is not synchronizing
with Live db.The SCN for DR db is 2254739 while for live its 2346717.Thus I
wanted to take an incremental Backup of Live db from DR SCN of 2254739 and
restore this on DR db.I have taken the steps below
On Live DB I ran RMAN incremental backup as below
RMAN>backup incremental from scn 2254739 database format '/u01/rman/incremental/inc_backup_%U';
I copied the incremental Backup to DR and from DR I tried the steps below.I restarted the DR db in mount mode before running the RMAN commands
0