码迷,mamicode.com
首页 > 数据库 > 详细

Oracle ORA-01045错误解决方法(转发的)

时间:2019-09-26 11:30:05      阅读:108      评论:0      收藏:0      [点我收藏+]

标签:语句   ack   登录出错   news   权限   you   lan   问题   iss   

 

 

问题:

在用PL/SQL进行登录时,出现:”ora-01045 :user system lacks create session privilege; logon denied”。

原因:该用户没有创建session会话的权限

在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 Oracle server, but that the username doesn’t have permission to create a session. If you think this username should have permission to create sessions send mail to acisdba.

解决办法:

使用系统用户登录后,使用如下sql语句给出错用户赋权限

grant create session to UserName;(UserName是登录出错的用户名)

Oracle ORA-01045错误解决方法(转发的)

标签:语句   ack   登录出错   news   权限   you   lan   问题   iss   

原文地址:https://www.cnblogs.com/shuaiheng/p/11589583.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!