Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: undotbs01 growing , filling up filesystem
Hi John,
select username,osuser,b.xidusn,c.sql_text
from v$session a ,v$transaction b,v$sql c
where b.ses_addr = a.saddr
and xidusn = < rollback segment growing rapidly>
and a.sql_hash_value = c.hash_value;
3) Check various other views in the DD. A list of other useful views is found in the Database Performance Guide and Reference.
4) Use tools like sql trace, profiler etc..
On 31 Dec 2003 00:50:10 -0800, johnleslie_at_madasafish.com (John Leslie) wrote:
><<In a lot of cases this problem can be fixed by tuning or
> redesigning the long running process>.
>
>Thanks for responding. I agree. Any idea how I can identify the SQL or
>package that is to blame?
>
Received on Wed Dec 31 2003 - 05:08:40 CST
![]() |
![]() |