Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: who owns temp segments

Re: who owns temp segments

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Mon, 15 Feb 1999 23:03:17 +0100
Message-ID: <36C899A4.47CEDD9A@sybrandb.demon.nl>


Use
select owner, segment_name, extents, bytes/1024 K from dba_segments
where segment_type = 'TEMPORARY';
and that will probably tell you what you need to know.

Hth,

Sybrand Bakker, Oracle DBA

doug_martin_at_cpr.ca wrote:

> Does anyone know how to tell who the user is that initiated a Sort that
> consumes specific temp segments in Oracle 7.3.4.3?
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own


Received on Mon Feb 15 1999 - 16:03:17 CST

Original text of this message

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