Re: undo segments online causing performance problems.
- From: sol beach <sol.beach@xxxxxxxxx>
- To: zhuchao@xxxxxxxxx
- Date: Fri, 30 Dec 2005 08:07:57 -0800
When the "hang" occurs, run the following query:
SELECT DECODE(request,0,'Holder: ','Waiter: ')||sid sess,
id1, id2, lmode, request, type
FROM V$LOCK
WHERE (id1, id2, type) IN
(SELECT id1, id2, type FROM V$LOCK WHERE request>0)
ORDER BY id1, request
/
It very well could be that the application is pausing on ENQUEUE waits.
- References:
- undo segments online causing performance problems.
- From: The Human Fly
- Re: undo segments online causing performance problems.
- From: zhu chao
Other related posts:
- » undo segments online causing performance problems.
- » Re: undo segments online causing performance problems.
- » Re: undo segments online causing performance problems.
- » Re: undo segments online causing performance problems.
- » Re: undo segments online causing performance problems.
- » Re: undo segments online causing performance problems.
- » Re: undo segments online causing performance problems.
- » RE: undo segments online causing performance problems.
- » Re: undo segments online causing performance problems.
- » Re: undo segments online causing performance problems.
- undo segments online causing performance problems.
- From: The Human Fly
- Re: undo segments online causing performance problems.
- From: zhu chao