Hello,
I have a query that takes about 15 min and uses ~80.000 blocks when run from SQL*PLUS.
Now I want to use the same query to fill a table with
INSERT INTO <table> SELECT
and it uses > 220.000 blocks ending with
ORA-01652: unable to extend temp segment by 128 in tablespace TEMP
We had to increase temp space from 500 MB to 2.5 GB on the testing machine.
Now I have two questions:
1. Why?
2. Is there a way to limit the temp space needed?
Regards
Marcus
Posted originally in SQL-Forum 1899522