database commit on 1st db only when commited on the second DB
I have 2 database and using DBlinks between them, i have the same table existing on both DB , both DBs are online and receive their trasactions.
I have a scenario where i need the replicated data to be committed on the first db only if its committed on the second DB
is there any way to achieve the result other than using a trigger , for example from development perspective or for example GOLDENGATE or any kind
thank you
regards