Showing posts with label ORA-19375. Show all posts
Showing posts with label ORA-19375. Show all posts

Tuesday, 3 April 2012

ORA-19375: no CREATE TABLE privilege on schema string

ORA-19375: no CREATE TABLE privilege on schema string

Cause: The user tried to create a staging table when he is missing the CREATE TABLE privilege on the specified schema.

Action: Grant the privilege to the user and retry