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

 

 

 --删除表数据
truncate table

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

相关文章:

  • 2021-11-23
  • 2022-12-23
  • 2021-10-01
  • 2022-12-23
  • 2021-05-27
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-18
  • 2022-12-23
  • 2022-12-23
  • 2021-10-08
  • 2022-01-18
相关资源
相似解决方案