Preventing the Capture of Replicat Transactions (Oracle)
To prevent the capture of SQL that is applied by Replicat to an Oracle database, there are different options depending on the Extract capture mode:
-
When Extract is in classic or integrated capture mode, use the
TRANLOGOPTIONSparameter with theEXCLUDETAGtagoption. This parameter directs the Extract process to ignore transactions that are tagged with the specified redo tag. See Identifying Replicat Transactions to set the tag value. This is the recommended approach for Oracle. -
When Extract is in classic capture mode, use the Extract
TRANLOGOPTIONSparameter with theEXCLUDEUSERorEXCLUDEUSERIDoption to exclude the user name or ID that is used by Replicat to apply the DDL and DML transactions. MultipleEXCLUDEUSERstatements can be used. The specified user is subject to the rules of theGETREPLICATESorIGNOREREPLICATESparameter. See Preventing Capture of Replicat Transactions (Other Databases) for more information.