system表空间达到接近5G的大小,我把表move走以后,做了高水位线回收,3条命令:
alter table aud$ enable row movement;
alter table aud$ shrink space compact;
alter table aud$ shrink space cascade;
但是表空间依然是这么大,可用空间4G左右。(dba_free_space)
是不是我做顺序做错了,先做使能行迁移,再move,然后shrink?
这个情况是不是只能 resize来减少了? 这种resize的动作有必要吗?可否不做?
不明白这样的审计是怎么产生的? 如何能关闭它?
SQL> select * from dba_sys_privs p where p.grantee='DBSNMP';
GRANTEE PRIVILEGE ADMIN_OPT
------------------------------------------------------------------------------------------
DBSNMP CREATE PROCEDURE NO
DBSNMP UNLIMITED TABLESPACE NO
DBSNMP SELECT ANY DICTIONARY NO
DBSNMP CREATE TABLE NO