Oracle Error ORA-16302: extended data type support is not supported for specified table

Oracle Error Message

ORA-16302: extended data type support is not supported for specified table

Reason for the Error

A call was made to DBMS_LOGSTDBY.EDS_ADD_TABLE for a table that was not supported for such an operation. The table either does not have a primary key or it has a data type not supported by this procedure.

Solution

Specify a table for which support exists in EDS_ADD_TABLE.