去除用户权限
1.ORA-01536: 超出表空间 ‘xxxx’ 的空间限额? 解决:select * from user_ts_quotas;?????? alter user 用户 quota 50m on 表空间;2.去掉某某用户的权限?? revoke dba from 用户;