解决方法有二:
一、清空回收站
PURGE recyclebin;
二、逐个删除
purge table origenal_tableName;
purge index origenal_indexName;
--查询回收站表
select t.object_name,t.type ,t.original_name FROM user_recyclebin t;
另,删除Table不进入Recycle的方法:drop table tableName purge;
This man is too old to remember everything in his brain. Right now, he needs a place to write down what he has studied.
沒有留言:
張貼留言