1. flashback table table_test to timestamp to_timestamp('20091103000000','yyyymmddhh24miss');
2.如果報錯ORA-08189: cannot flashback the table because row movement is not enabled
3.alter table table_test enable row movement;
4.OK
本文介绍如何使用Flashback功能恢复Oracle数据库中的表到指定的时间点。包括使用TO_TIMESTAMP函数指定时间戳,解决因未启用行移动导致的错误,并展示如何正确启用行移动。
1. flashback table table_test to timestamp to_timestamp('20091103000000','yyyymmddhh24miss');
2.如果報錯ORA-08189: cannot flashback the table because row movement is not enabled
3.alter table table_test enable row movement;
4.OK

被折叠的 条评论
为什么被折叠?