Oracle DBA, How To, Error, Cause and Action

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

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


Cause:


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.



Action:


Specify a table for which support exists in EDS_ADD_TABLE.

No comments:

Post a Comment

Thanks for your comment.