aiaiDBA

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

13718043309

010-86462881

ORA-16277: specified table is not supported by logical standby database

ORA-16277: specified table is not supported by logical standby database
Cause: A call was made to DBMS_LOGSTDBY.INSTANTIATE_TABLE to instantiate an unsupported table on the logical standby database. Tables with unsupported data types cannot be replicated to a logical standby database.
Action: Specify a table which is not listed in the DBA_LOGSTDBY_UNSUPPORTED_TABLE view.

请先 登录 后评论

1 个回答

小智
ORA-16277:逻辑备数据库不支持指定的表,
.原因:对DBMS_LOGSTDBY.INSTANTIATE_TABLE进行了调用,以在逻辑备数据库上实例化不受支持的表。不支持的数据类型的表不能复制到逻辑备数据库。,
.操作:指定在DBA_LOGSTDBY_UNSUPPORTED_TABLE视图中未列出的表。,
.
请先 登录 后评论