ORA-19376: no privileges on tablespace provided or tablespace is offline
Database version: Oracle 11g Release 2 (11.2)
Cause: The user tried to create a staging table on a tablespace on which he does not have any space allocated, or it is offline
Solution: Allocate space on the tablespace, bring it online, and retry