Hi,
I have tested Oracle LogMiner in order to use it to retrieve all the INSERT, UPDATE and DELETE statements that have been executed on a database and then replicate them to a target database. Although I'm able to retrieve and apply the insert and delete statements to the target database, I could not apply the update statements because the primary key used in the where clause is replaced by the rowid by the logMiner (or in the redo log). And this rowid is unique for this database.
Anyone knows a solution to do this?

Thanks,
Gaƫtan