sqlplus sys/pwd@ip:1521/test
drop table xxxTable
show recyclebin
flashback table xxxTable to before drop;
Oracle Using Flashback Drop and Managing the Recycle Bin

最新推荐文章于 2023-01-30 11:07:49 发布

sqlplus sys/pwd@ip:1521/test
drop table xxxTable
show recyclebin
flashback table xxxTable to before drop;