Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle SQL Developer ORA-01031: insufficient privileges

4186357Feb 10 2020 — edited Feb 11 2020

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

Comments
Post Details
Added on Feb 10 2020
9 comments
15,738 views