Excluding DDL in Integrated Extract using DBMS_STREAMS_ADM.SET_TAG
A couple of months ago I had to configure an Oracle GoldenGate Integrated Extract to exclude specific DDL statements from replication.
Having worked a lot with Oracle Streams, I decided to utilize DBMS_STREAMS_ADM.SET_TAG
for that task.