Oracle Error ORA-19375: no CREATE TABLE privilege on schema “string”

Oracle Error Message

ORA-19375: no CREATE TABLE privilege on schema “string”

Reason for the Error

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

Solution

Grant the privilege to the user and retry