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 -> sorts (disk) and v$sort_usage

sorts (disk) and v$sort_usage

From: <niy38_at_hotmail.com>
Date: 8 Jun 2006 10:41:53 -0700
Message-ID: <1149788513.326545.105250@y43g2000cwc.googlegroups.com>


select a.name,b.value from v$statname a, v$sesstat b

   where a.statistic#=b.statistic# and a.name='sorts (disk)'    and b.sid in (select sid from v$session where saddr in (select session_addr from v$sort_usage));

returns all value is 0, anyone explain? Received on Thu Jun 08 2006 - 12:41:53 CDT

Original text of this message

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