ORA-1652: unable to extend temp segment by 16 in tablespace APPS_TS_MEDIA
We're hitting error ORA-1652 in our eBS 12.1 database, which indicates a full tablespace:
ORA-1652: unable to extend temp segment by 16 in tablespace APPS_TS_MEDIA
The weird thing is:
It literally says it needs more TEMP segments, in a specific eBS data tablespace !
This doesn't make sense, as data tablespaces are not meant to be used as temporary tablespaces, right ?
So, we first checked if some account has this tablespace as a temp tablespace: this is not the case.
We checked this document: ORA-01652 Error Reported When Running Auto Space Advisor Job (Doc ID 1439823.1)
This looks similar, but instead of hitting the issue on SYSTEM, we have it on APPS_TS_MEDIA