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: Where are temp segments created?

RE: Where are temp segments created?

From: Christopher Spence <cspence_at_FuelSpot.com>
Date: Thu, 06 Sep 2001 08:39:09 -0700
Message-ID: <F001.00385473.20010906083549@fatcity.com>

Heh, this is a common problem. The error message is misleading. It really means it can't build a "temp" segment used to create the new object of the right size. Remember when creating the initial extent there has to be one of the same size or bigger. It means you don't have enough space or too fragmented.

It is refering to the temp segment needed to create the table, not a "true' temp segment that you are thinking of.
When you create a table, it creates a temporary segment the destination tablespace before it actually marks it for the table segment.

"Do not criticize someone until you walked a mile in their shoes, that way when you criticize them, you are a mile a way and have their shoes."

Christopher R. Spence
Oracle DBA
Phone: (978) 322-5744
Fax: (707) 885-2275

Fuelspot
73 Princeton Street
North, Chelmsford 01863  

-----Original Message-----
Sent: Thursday, September 06, 2001 9:46 AM To: Multiple recipients of list ORACLE-L

Hi DBAs,

I have a user Test who has a default tablespace trf_data and temporary tablespace temporary. When trying to create a table I got unable to extend temp segment in tablespace trf_data. My question is if I have temporary tablespace set up as temporary why is Oracle creating temp segments in trf_data?

Thanks
Rick
--

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

Author: Cale, Rick T (Richard)
  INET: RICHARD.T.CALE_at_saic.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: Christopher Spence
  INET: cspence_at_FuelSpot.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 Thu Sep 06 2001 - 10:39:09 CDT

Original text of this message

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