aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

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.

请先 登录 后评论

1 个回答

小智
ORA-16308:指定表具有扩展数据类型支持,
.原因:对由扩展数据类型支持维护的表进行了对DBMS_LOGSTDBY.INSTANTIATE_TABLE的调用。,
.操作:调用DBMS_LOGSTDBY.EDS_REMOVE_TABLE,然后调用DBMS_LOGSTDBY.EDS_ADD_TABLE或重试操作。,
.
请先 登录 后评论