Notifications
Clear all

ORA-01045: user ONE_SDK lacks CREATE SESSION privilege logon denied

1 Posts
1 Users
0 Reactions
4,575 Views
0
Topic starter

A developer is trying to build a module, but gets the following error message:

ORA-01045: user ONE_SDK lacks CREATE SESSION privilege logon denied

image

How should he/she solve this issue?

1 Answer
0
Topic starter

This turned out to be caused by user system having the character '&' in the password.

The developer altered this user to change the password to 'password', reinstalled the SDK with different schema (e.g. ONE_SDK2), created the module, built it, and started the server successfully.