Any DB 2018. 4. 23. 16:43

TEMPORARY TABLESPACE를 확장해줌으로서 해결 완료

ALTER DATABASE TEMPFILE '....' autoextend on next 200M;


resize
alter database tempfile '...' resize 2000m;