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: v$sort_usage

RE: v$sort_usage

From: Reardon, Bruce (CALBBAY) <Bruce.Reardon_at_comalco.riotinto.com.au>
Date: Tue, 16 Jul 2002 15:03:20 -0800
Message-ID: <F001.00499A5C.20020716150320@fatcity.com>


Do you use global temporary tables? (select owner,table_name from dba_tables where temporary='Y';)

If so the segments shown could be associated with that.

HTH,
Bruce Reardon

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

Sent: Wednesday, 17 July 2002 2:00

Hi,

Could someone shed some light on how v$sort_usage is populated? It is supposed to show active sorts in the database. If that is the case then I don't understand why I see the following:

  1. An entry exists for a user/sort, yet according to v$session the session is NOT active.
  2. Multiple entries exist for a user with the SAME session_addr. I don't understand how a session could have multiple sort segments.

As always, you're feedback is appreciated.

Thanks.
-w
--

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

Author: Reardon, Bruce (CALBBAY)
  INET: Bruce.Reardon_at_comalco.riotinto.com.au

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 Jul 16 2002 - 18:03:20 CDT

Original text of this message

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