How can I use Data Guard or GoldenGate to create a slave database where the master does not propagate delete queries to the slave database?
I want to have a replication/slave database to have all the records of the master but when a delete query is executed on the master database, it must not propagate to the slave database.
I'm using Oracle 12c
How can I achieve this requirement?