I have granted the user in my connection to create tables, triggers, procedures, and sequence using sql+ (grant create table to ); however, that still does not allow
Solution 1:
Run the following command from a privileged user and re-connect with your user:
GRANT RESOURCE to my_user;
Post a Comment for "Insufficient Privileges When Creating Tables In Oracle Sql Developer"