Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: how to get exactly how much temp tablespace a query is using
select ss.username,
su.tablespace, su.contents, su.extents, su.blocks, substr(sa.sql_text,1,60)
-----Original Message-----
From: ryan.gaffuri_at_comcast.net [mailto:ryan.gaffuri_at_comcast.net]
Sent: Monday, July 26, 2004 2:50 PM
To: oracle-l_at_freelists.org
Subject: how to get exactly how much temp tablespace a query is using
query or session level. I had this query in a script on my last project, but
forgot to bring it with me. Now I'm having a brain fart and can't figure out
the joins. I know its v$sort_usage to some where. I think its a 3 table
join.
Can anyone give it to me?
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.htmlput 'unsubscribe' in the subject line.
-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request_at_freelists.org
![]() |
![]() |