Re: SQL*NET tablespace temp

From: Krishna K. Kurup <krishnak_at_kna.com>
Date: 1996/12/01
Message-ID: <32A26085.2BE6_at_kna.com>#1/1


George Zolla wrote:
>
> I have Personal Oracle for NT loaded on my NT 4.0 aerver. SQL*NET works
> fine and I can see all the info on my tablespace on an Digital Alpha
> with the Oracle DBMS.
>
> When I use SQL*NET to hook third party applications to my Oracle
> tablespace on the Alpha I have problems. The hookup works fine but when
> I try to download the whole table or move too fast in the Oracle table I
> get an error:
>
> "ORA 01652 unable to extend temp segment by 128 in tablespace TEMP"
>
> Obviously I need to alocate some more memory for the tablespace TEMP but
> I can't find where I would do that. I had been running the Oracle
> enterprise NT server on my machine and didn't have that problem.
>
> Any suggestions?
> --
> George

Your select statement is sorting the table in the temp tablspace which is running out of space. You need to add more disk space (datafile) to the temp tablespace.

krishna Received on Sun Dec 01 1996 - 00:00:00 CET

Original text of this message