SQLzoo.net

CREATE TABLE problems: Insufficient privileges.

Oracle
The user account must be set up to permit tables to be created. Usually the database administrator must grant such permissions.


Specific to Oracle
Users must be granted RESOURCE to create tables.

Related links:

  • CREATE, DROP and ALTER