Unable to extend temp segment in table space (PSATEMP).
Error is due to?
- When Hierarchy Attribute change run is in progress, it performs the realignment of aggregates which requires extra temporary table space.
- If bulk amount of data is processed then Oracle (database) won't be able to provide suffice storage then it will throw a dump.
- Dump normally happens when there are many aggregates created on the same day or there is a large change in the incoming Master data / Hierarchy, so that large amount of temporary memory is required to perform the realignment.
Error code for the tablespace isse?
- The Error ORA – 1652, ORA - 01653 and ORA - 01688– is related to issues with table space, which is unable to extend table space
How to resolve the issue?
- In case the table space is full then we have to contact the Basis team.
- Basis team will react accordingly to increase the size of table space.
- The increase of the table space is done by changing some parameters by allocating more space which are defined for individual tables.