Oracle GoldenGate Error Messages

OGG-30405

The {0} action specified to handle SQL error {1} is not supported for procedure executions. The action will only take effect for DML operations.


Cause

The supported REPERROR actions for procedures are: IGNORE, DISCARD, and ABEND.


Action

Remove the REPERROR rule for the given SQL error if it is intended to handle errors from procedure executions.