Hello,
I'm using Windows and the Oracle SQL Developer to connect to a DB.
The DB is running in a (linux) Docker container (I start it via docker-compose up).
When I try to login/connect to the DB I get the following error:
ORA-01031: insufficient privileges
01031. 00000 - "insufficient privileges"
*Cause: An attempt was made to perform a database operation without
the necessary privileges.
*Action: Ask your database administrator or designated security
administrator to grant you the necessary privileges
What is the reason for this and how can I fix it?
Note that I do not have the full Oracle Database Software installed.
Thank you and best regards