aiaiDBA

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

13718043309

010-86462881

EXP-00098: Data in table has not been upgraded, table will not be exported

EXP-00098: Data in table has not been upgraded, table will not be exported
Cause: Export is attempting to process a table containing references to a type which has evolved. In order for Export to process the table successfully, all data within each table must be upgraded to the latest revision of each referenced type.
Action: The table must be updated using ALTER TABLE UPGRADE DATA.

请先 登录 后评论

1 个回答

小智
EXP-00098:表中的数据尚未升级,表将不会导出,
.原因: Export正在尝试处理包含对已演进的类型的引用的表。为了使Export能够成功处理表,每个表中的所有数据必须升级到每个引用类型的最新版本。,
.操作:必须使用ALTER TABLE UPGRADE DATA更新表。,
.
请先 登录 后评论