aiaiDBA

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

13718043309

010-86462881

ORA-08189: cannot flashback the table because row movement is not enabled

ORA-08189: cannot flashback the table because row movement is not enabled
Cause: An attempt was made to perform Flashback Table operation on a table for which row movement has not been enabled. Because the Flashback Table does not preserve the rowids, it is necessary that row movement be enabled on the table.
Action: Enable row movement on the table

请先 登录 后评论

1 个回答

小智
ORA-08189:无法闪回表,因为未启用行移动,
.原因:试图对尚未启用行移动的表执行闪回表操作。因为闪回表不保留rowid,所以必须在表上启用行移动。,
.操作:在表上启用行移动,
.
请先 登录 后评论