Experts,
We have logical standby between two servers. It is built already and sql
statements get applied to the standby database. I want to stop applying only
delete statement from the source database to the standby. I mean i want only the
insert and update to be applied to the logical standby. I am trying to use this:
DBMS_LOGSTDBY.SKIP('delete','scott','emp',null), but the delete statements still
getting shipped to the standby database. Would you please let me know what's
wrong here.
Thanks,
Oracle LazyDBA home page