创建表时,报告错误:ORA-01950: no privileges on Tablespace 
'USERS'” 

解决方案 »

  1.   

    缺少权限,用dba执行如下赋权操作:
    GRANT UNLIMITED TABLESPACE TO youruser;
    或者:
    alter user youruser quota 100m on users;
      

  2.   

    no privileges on Tablespace -> 没有特权的表空间
      

  3.   

    no privileges on Tablespace 表空间无权限
    见1楼解决方案
      

  4.   

    多使用 Google,
    及时找到答案,搜不到答案的时候再发发帖......