ORA-01045 Error Message
Learn the cause and how to resolve the ORA-01045 error message in Oracle.
Description
When you encounter an ORA-01045 error, the following error message will appear:
- ORA-01045: user name lacks CREATE SESSION privilege; logon denied
Cause
You tried to log into Oracle with a username that has not been granted the CREATE SESSION privilege.
Resolution
The option(s) to resolve this Oracle error are:
Option #1
Have the Oracle DBA grant the username the CREATE SESSION privilege.
Option #2
Try logging into Oracle with a different username that has the CREATE SESSION privilege.
No comments:
Post a Comment