How to fix the Oracle error ORA-16302: extended data type support is not supported for specified table?
In this post, you’ll learn more about the Oracle ErrorORA-16302: extended data type support is not supported for specified table with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-16302: extended data type support is not supported for specified table
Reason for the Error ORA-16302: extended data type support is not supported for specified table
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.
How to fix the Error ORA-16302: extended data type support is not supported for specified table ?
You can fix this error in Oracle by following the below steps
Specify a table for which support exists in EDS_ADD_TABLE.
Leave Your Comment