ORA-19375: no CREATE TABLE privilege on schema “string”
Database version: Oracle 11g Release 2 (11.2)
Cause: 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