Grant Privileges to the User

You must have the "create table" privileges in the database. Run the grant Create Any Table to <db_username> command as a Database Administrator.

SQL> grant Create Any Table to <db_username>;

For instance, for the <db_username> as cimuser, the command to grant privilege is:

SQL> grant Create Any Table to cimuser;