随笔分类 - Oracle 常见错误解决方案
摘要:ORA-01950: 对表空间 'USERS' 无权限 解决方法以sys用户登陆数据库,执行以下语句:alter user 数据库用户名 quota unlimited on USERS;
阅读全文
摘要:问题:在用PL/SQL进行登录时,出现:”ora-01045 :user system lacks create session privilege; logon denied”。原因:没有权限在Google找到这段的说明:What does “ORA-01045: user USERNAME lacks CREATE SESSION privilege;logon denied” mean?It means that the username and password with which you tried to login are known and accepted by the or
阅读全文