Verify database consistency of 2 databases (prod and dr)
Hi,
I hope I can explain it clearly.
How can I verify that 2 database (production and DR) is consistent. On our own solution, which uses dataguard, I am using applied 'sequence#' to check that primary is sync with standby DB.
However, our 3rd party solutions provider uses proprietary storage to storage block copy to replicate our primary to another database as DR. Can I still use applied Sequence# to check it's consistency?
Thanks.