ORA-01536: space quota exceeded for tablespace ‘USERS’ | space quota exceeded for tablespace
First check table space quota for all user or for specific user using sql query. DBA_TS_QUOTAS describes tablespace quotas for all users.USER_TS_QUOTAS describes tablespace quotas for the current user. select * from…