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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Help ! Problems with TEMP tablespace

Re: Help ! Problems with TEMP tablespace

From: Lun Wing San (Oracle) <wslun_at_qrc.org>
Date: 1997/01/28
Message-ID: <32EE7F7E.20AE@qrc.org>#1/1

Matthieu Exbrayat wrote:

> This query is made of 4 joins concerning about 10 000 tuples.
> The answer is about 10 tuples.
> Unfortunately, I receive the following answer :
>
> "ORA-01658: unable to create INITIAL extent for segment in tablespace
> TEMP"
>
> I feel quite uncomfortable, as it wasn't happening in the beginning
> of the day...
>
> I have been testing some proC programs, and sometimes I had to kill
> them. Could it have polluted the temp file?
>
> Is there anyway to clean it or enlarge it?

  You need increase the size of your temporary tablespace by using:

  ALTER TABLESPACE temp ADD DATAFILE 'xxx' SIZE xxM.

---
Name   : Lun Wing San
Title  : Oracle Application Developer of Hong Kong Productivity Council
         Oracle Database Administrator and System Administrator of QRC
Phone  : (852)27885841
Received on Tue Jan 28 1997 - 00:00:00 CST

Original text of this message

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