--清除当前用户的回收站:
purge recyclebin;
--删除表数据
truncate table
--查看当前用户回收站
select * from user_recyclebin t;
truncate table
--查看当前用户回收站
select * from user_recyclebin t;
--清除当前用户的回收站:
purge recyclebin;
相关文章: