Script that will show the TEMP      tablespace history of sort usage
select distinct
select distinct
c.username "user",
       from
       v$sort_usage a,
       where c.saddr=a.session_addr
       and b.addr=c.paddr
 
No comments:
Post a Comment