Skip DML statement
I am trying to build a logical standby database in 11.2.0.3 ( HP-UX 11.31) for historial data.
I need to meet the following conditions
1. Certain tables will be skipped
2. Certain tables will be fully replicated
3. Certain tables propage only insert, update and NO delete.
I could meet the condition 1 & 2, but not sure how to achieve condition 3.
I tried dbms_logstdby.skip('DML',....proc_name), but not sure about the syntax in creating the procedure for skipping the Delete statement.
There are some examples in Oracle documentation related to DDL but not for DML
Thanks
Raj