Oracle GoldenGate Error Messages

OGG-01329

Column function diagnostic message: No key columns for @RANGE clause


Cause

The @RANGE function cannot create the ranges because a column on which to base the range is not defined.


Action

Add a primary key to the table definition, or specify a column on which to base the range allocation to the third position of the syntax as follows: @RANGE ( range_number , total_number_of_ranges , base_column ). See the Oracle GoldenGate reference documentation for more information.