Oracle GoldenGate Error Messages

OGG-00222

The column(s) used for the @RANGE filter for table {0} contain only NULL value(s) or missing value(s): There must be at least one non-NULL value present


Cause

The columns that are specified for the @RANGE filter contain only null values or column values are missing.


Action

Specify columns that have values, or remove the columns specification so that @RANGE uses the KEYCOLS clause (if one exists) or the primary key as the columns on which to allocate the range. For more information, see the Oracle GoldenGate reference documentation for @RANGE.