Unable to extend temp segment [message #638193] |
Fri, 05 June 2015 14:13  |
varunvir
Messages: 389 Registered: November 2007
|
Senior Member |
|
|
Hi Experts,
I am trying to insert 481554905 rows with following command:-
INSERT INTO T_HISTTMP1 SELECT /*+ PARALLEL(H) */ * FROM T_HISTTMP1_NOT_PART H ORDER BY CTU_BUS_DATE;
I am getting the following errors:-
ERROR at line 1:
ORA-12801: error signaled in parallel query server P009, instance danur:ct000011 (1)
ORA-01652: unable to extend temp segment by 128 in tablespace TEMP
Please suggest if there is any ways to avoid this error.
Thanks,
Varun
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|