ORA-1652: unable to extend temp segment by 128 in tablespace
Hi Team,
I have created the temporary tablespace TEMP2 and assigned it to tablespace group and made it as default temporary tablespace.
After that I am getting this error
ORA-1652: unable to extend temp segment by 128 in tablespace TEMP2
Before that I have only one tablespace TEMP and no group and I was not facing this error. After creating TEMP2 and tablespace group I am facing this error. Please let me know how to solve this issue. I have got lot of space in first TEMP tablespace.
SQL> SELECT * FROM dba_tablespace_groups;
GROUP_NAME TABLESPACE_NAME
------------------------------ ------------------------------
TEMP_TS_GROUP TEMP
TEMP_TS_GROUP TEMP2