Database Error Messages

ORA-62574

row replication flag was not set

Cause

A row replication API was called, but the Describe method set ROW_REPLICATION to FALSE (default).


Action

Change the value of ROW_REPLICATION to TRUE in the Describe method.