ORA-1652: unable to extend temp segment by 1280 in tablespace TEMP
Hi All,
Im unable to rectify the ora 1652 error. Earlier temp tbs size was 1Gb. User got the above error while executing one package to populate some tables. Later we extended the temp tbs to 3Gb.
Still we are facing same issue.
our db version=9.2.0.5.0 on HP-UX
Error like this
ERROR at line 1:
ORA-01652: unable to extend temp segment by 1280 in tablespace TEMP
ORA-06512: at "GRVP.GRVP_BUI_TABLE_INSERT_PACKAGE", line 829
ORA-06512: at line 2
We cant just go and increase the temp tbs size. Any solutions?
0