conn scott/tiger
select * from tab;
drop table emp;
select * from tab;
select * from recyclebin;
flashback table emp to before drop;
本文出自 “常用文档” 博客,请务必保留此出处http://yujianglei.blog.51cto.com/7215578/1561605
2022-10-16 20:34:13
conn scott/tiger
select * from tab;
drop table emp;
select * from tab;
select * from recyclebin;
flashback table emp to before drop;
本文出自 “常用文档” 博客,请务必保留此出处http://yujianglei.blog.51cto.com/7215578/1561605
下一篇:druid 数据库密码加密