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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Please Help - ora error

RE: Please Help - ora error

From: G, Subrahmanyam (CAP) <Subrahmanyam.G_at_gecis.ge.com>
Date: Thu, 16 Aug 2001 22:31:25 -0700
Message-ID: <F001.0036E694.20010816224525@fatcity.com>

Hi

In case of Temporary Tablespace the Initital segemnt and next segment should be
equal to the sort_area_size parameter.

bye
G.Subrahmanyam

-----Original Message-----
Sent: Thursday, August 16, 2001 8:28 PM
To: Multiple recipients of list ORACLE-L

Hello all,

I have a strage error.

'ORA-01658: unable to create INITIAL extent for segment in tablespace TEMP'. The clients TEMP tablespace is 200M. The sql is:-

SELECT a.username, length(sql_text),

substr(sql_text,1,100) as "SQL TEXT",
substr(sql_text,101,250) as "Second TEXT",
substr(sql_text,351,250) as "Third TEXT",
substr(sql_text,601,250) as "Fourth TEXT",
substr(sql_text,851,250) as "Fifth TEXT",
substr(sql_text,1101,250) as "Sixth TEXT"
FROM sys.dba_users a, v$session, v$sqlarea WHERE parsing_user_id=user_id AND address=sql_address(+) ORDER BY executions desc
/

Can you please explain why I am getting this error and cannot run the simple SQL statement?

Rgds,

raja

Get 250 color business cards for FREE!
http://businesscards.lycos.com/vp/fastpath/
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Viraj Luthra
  INET: viraj999_at_lycos.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: G, Subrahmanyam (CAP)
  INET: Subrahmanyam.G_at_gecis.ge.com
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Fri Aug 17 2001 - 00:31:25 CDT

Original text of this message

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