Insufficient Privileges when creating tables in Oracle SQL Developer -


i have granted user in connection create tables, triggers, procedures, , sequence using sql+ (grant create table <my_user>); however, still not allow me create table in schema showing error message:

java.sql.sqlsyntaxerrorexception ora-01031 insufficient privileges

select * session_privs; shows:

privilege unlimited tablespace create table create cluster create sequence create procedure create trigger create type create operator create indextype 

does know doing wrong here? setting pl/sql developer @ home, brand new. have tablespace?

run following command privileged user , re-connect user:

grant resource my_user;


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -