遇到错误 ORA-01536: space quota exceeded for tablespace 'XXX'

遇到错误 ORA-01536: space quota exceeded for tablespace 'XXX'

IMP-00003: ORACLE error 1536 encountered
ORA-01536: space quota exceeded for tablespace 'OMSSM'
IMP-00017: following statement failed with ORACLE error 1536:


  当初在Create User的时候,居然没有指定QUOTA UNLIMITED ON XXX。:P
  于是用sys/change_on_intall@XXX打开SQL*Plus,把权限付给了指定用户。

GRANT UNLIMITED TABLESPACE TO XXX

然后重新用拥有UNLIMITED TABLESPACE的用户重新Create Table了一下,成功了。:P
  不过,不知道为什么我查了一下user_ts_quotas的内容。MAX_BYTES为0。。。。。。

 

转载于:https://www.cnblogs.com/haifeisi/archive/2013/05/10/3071141.html

你可能感兴趣的:(遇到错误 ORA-01536: space quota exceeded for tablespace 'XXX')