ORA-19375: no CREATE TABLE privilege on schema "string"
What triggered the Error:
e user tried to create a staging table when he is missing the CREATE TABLE privilege on the specified schema.What should we do to fix it:
ant the privilege to the user and retry