I am new with Sql Developer and I got this problem. I make connection but when I try to create table it shows me error:
ORA-01031: Insufficient Privileges.
I try to find answer but I did not succeed.
I am new with Sql Developer and I got this problem. I make connection but when I try to create table it shows me error:
ORA-01031: Insufficient Privileges.
I try to find answer but I did not succeed.
I tried the chosen answer and it didn't work. When you ask questions just wait until you recieve at least 3 answers and then give it green thick.
Try this instead(run it with sys or system user): 'GRANT RESOURCE to my_user; '
Source & already answered link: Insufficient Privileges when creating tables in Oracle SQL Developer
you or your dba should logon sys, and issue :
OR
OR
to have creating table privilege.