The ora-01652 tag has no wiki summary.
5
votes
3answers
1k views
oracle query - ORA-01652: unable to extend temp segment but only in some versions of sql*plus
This one has me rather confused. I've written a query which runs fine from my development client but fails on the production client with error "ORA-01652: unable to extend temp segment by....". In ...
2
votes
1answer
357 views
Continuous problems setting up oracle
I am currently embroiled in a battle of wills regarding the installation and setup of oracle 10.2.0.
I am following this guide. Having received errors at every step of the way I've finally got to the ...
0
votes
2answers
718 views
SQL query hangs on join
I've written an SQL query that produces a report of some stats for each Year-Week-Mine-Product.
It works exactly as desired except for one thing - trn.wid-date isn't the correct date to be using.
I ...