Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: SQL - Oracle Error

Re: SQL - Oracle Error

From: joel garry <joel-garry_at_home.com>
Date: 30 Nov 2006 15:28:23 -0800
Message-ID: <1164929303.931146.155630@16g2000cwy.googlegroups.com>

beersa wrote:
> Hello,
>
> I am using WinXP Home Pro with Oracle Client 9. The oracle server also
> ver 9.
>
>
> I've got an error after long running SELECT query . The error is
> ORA-01652: unable to extend temp segment by 16 in tablespace TEMP
>
>
> Thanks!!
>
>
> Rgds/Beer

Search asktom.oracle.com for ora-01652 for a couple of things it could be, aside from actually not having enough space. Is your temp ts really temp? See v$sort_usage and v$sort_segment. Maybe someone else (ie, something you thought you killed) is using up space. Maybe you aren't closing cursors you should be, or are using global temporary tables, or... Do you have pga_aggregate_target set?

jg

-- 
@home.com is bogus.
http://www.crashbonsai.com/gallery3.html
Received on Thu Nov 30 2006 - 17:28:23 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US