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: TEMP segments

RE: TEMP segments

From: Anjo Kolk <anjo_at_oraperf.com>
Date: Tue, 19 Nov 2002 23:28:23 -0800
Message-ID: <F001.005078E2.20021119232823@fatcity.com>


It did that for the longest time. It creates a temp segment so that if the create table table fails near the end, there doesn't have to be a complete rollback. SMON can come along and cleanup the segment. If the create table as has completed, the temp segment will be converted to a ordinary segment in the data dictionary.  

Anjo.  

-----Original Message-----
Sent: Tuesday, November 19, 2002 9:16 PM To: Multiple recipients of list ORACLE-L  

I just found a new command that creates TEMP segments. It is well known that index creations first create the index segments as TEMP segments then 'convert' them to index segments upon completion. What I just found out (thanks to a failed operation) is that 'CREATE TABLE AS SELECT'
(ctas) also creates the segments as TEMP first.
 

Dan Fink

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Anjo Kolk
  INET: anjo_at_oraperf.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Wed Nov 20 2002 - 01:28:23 CST

Original text of this message

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