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 Tablespace

RE: TEMP Tablespace

From: Koivu, Lisa <lisa.koivu_at_efairfield.com>
Date: Tue, 25 Sep 2001 10:51:09 -0700
Message-ID: <F001.003981B9.20010925100534@fatcity.com>

Hi Connie,

Because there isn't anything stored in there (a segment) permanently.   But when I look at my db (well, my horsing-around-and-breaking-stuff db) I see this.  My temp tablespace is not permanent.

  1  select segment_name from dba_segments
  2* where segment_Type = 'TEMPORARY'

(VIKING-SYSTEM)>/ SEGMENT_NAME



4.13234

What on earth is that?  Seems useless to me.   If I want to know what's going on in temp, I look at dba_tablespaces and dba_free_space.  Correct me if I'm wrong...

Why did you clear out your temp? 

Lisa Koivu
Oracle Database Administrator
Fairfield Resorts, Inc.
954-935-4117

-----Original Message-----

From:   Connie Milliken [SMTP:cemail_at_sprintmail.com]
Sent:   Tuesday, September 25, 2001 11:10 AM
To:     Multiple recipients of list ORACLE-L
Subject:        TEMP Tablespace

TEMP tablespace is not listed when I query dba_segments.  However, it does show up in OEM and
through OEM it does appear to be online.  Yesterday, I briefly took the TEMP tablespace offline and then back online again to make sure it was completely cleared out (did not appear to be any active sessions in the database at the time).  Have also bounced the database.  Any ideas on why it still would not be showing up when querying dba_segments?

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

  INET: cemail_at_sprintmail.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 Tue Sep 25 2001 - 12:51:09 CDT

Original text of this message

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