问题: 对表空间 USERS 无权限 解决方案: 使用Oracle管理员(system)登录执行语句: alter user 用户名 quota unlimited on users; 问题解决 2018.8.28