- Oracle Temp tablespace ran out of space due to an Oracle issue which all Oracle Oracle DBs
- We can check the free space available at the TEMP tablespace by running the following on the Oracle box:
SQL> select sum(free_blocks) from gv$sort_segment where tablespace_name = 'TEMP';
- As a result, All PPDM jobs get affected as:
- Discovery Issue as we rely on this query: select count ( * ) from v$backup_piece_details;
ddbmcon: 09/30/21 11:29:43.040112 OCIStmtExecute(): failure 1964ddbmcon: 09/30/21 11:29:43.040166 Error - ORA-01652: unable to extend temp segment by 64 in tablespace TEMP
- SQL queries that update backup progress. Backup shows Queued when it starts to run and then completes directly from 'Queued' to 'Complete'
- Backup deletions
- Affected versions: PPDM 19.13 and below
Limitation of Temp space issue is fixed in PPDM 19.14 release