2022-01-14 15:36:54
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
How should he/she solve this issue?
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.