You cannot insert data because you have a quota of 0 in the table space. To fix this, run
ALTER USER <user> quota unlimited on <tablespace name>;
or
ALTER USER <user> quota 100M on <tablespace name>;
as a DBA user (depending on how much space you need / want to provide).
Frank Schmitt Feb 10 '14 at 7:18 2014-02-10 07:18
source share