ORA-01950:no privileges on tablespace 'USERS'

来源:互联网 发布:在线学习算法 编辑:程序博客网 时间:2024/06/01 10:21

问题:没有分配表空间配额

alter user user1 quota 10M[unlimited] on users;