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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to