zl程序教程

您现在的位置是:首页 >  数据库

当前栏目

oracle 清除当前用户的回收站

Oracle 用户 当前 清除 回收站
2023-09-27 14:29:13 时间

--清除当前用户的回收站:
purge recyclebin;

 

 

 --删除表数据
truncate table

--查看当前用户回收站
select * from user_recyclebin t;