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: Query temp segments blank

RE: Query temp segments blank

From: Vergara, Michael (TEM) <mvergara_at_guidant.com>
Date: Wed, 26 Nov 2003 07:39:25 -0800
Message-ID: <F001.005D7E5C.20031126073925@fatcity.com>


Well, you could try...

select view_name from all_views
where view_name like '%TEMP%';

..and see what you get. I have lots of views that give me information about the TEMP tablespace. YMMV, but it's a place to start.

Cheers,
Mike

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

Sent: Wednesday, November 26, 2003 6:00 AM To: Multiple recipients of list ORACLE-L

It appears one database I can not query the temp tablespace.

It's local, unform extents, but nothing shows up in dba_segments or any where I have found thus far.

Has this progressed to a "trust me" type of situation?

Even TOAD gives me nothing but blanks on objects in TEMP yet on other databases will show me a "temp" segment.

Database is: Oracle8i Enterprise Edition Release 8.1.7.4.0 - Production Platform is HP:
HP-UX xx016xxx B.11.11 U 9000/800 86714596 unlimited-user license

--

13308 Thornridge Ct
Midlothian, VA 23112
804-744-1545
--

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

Author:
  INET: mkline1_at_comcast.net

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).
--

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

Author: Vergara, Michael (TEM)
  INET: mvergara_at_guidant.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 26 2003 - 09:39:25 CST

Original text of this message

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