How to to backup&Restore only the changed records in oracle 12c
Hi All,
How to backup the only the changed records on one instance and restore only those records in another instance on daily basis in Oracle 12c . My PROD DB has nearly 700+ tables
and all these tables needs to be replicated to another instance on daily basis. So how can I backup the delta /changed records(from prod) and restore on the other instance .
Thanks in Advance
Sri