Oracle DBA, How To, Error, Cause and Action

ORA-16308: specified table has extended data type support

ORA-16308: specified table has extended data type support


Cause:


A call was made to DBMS_LOGSTDBY.INSTANTIATE_TABLE for a table that is being maintained by extended data type support.



Action:


Call DBMS_LOGSTDBY.EDS_REMOVE_TABLE followed by either DBMS_LOGSTDBY.EDS_ADD_TABLE or a retry of the operation.

No comments:

Post a Comment

Thanks for your comment.