ORA-01536: space quota exceeded for tablespace 'string'
What triggered the Error:
The space quota for the segment owner in the tablespace has been exhausted and the operation attempted the creation of a new segment extent in the tablespace.What should we do to fix it:
Either drop unnecessary objects in the tablespace to reclaim space or have a privileged user increase the quota on this tablespace for the segment owner.