holding session [message #314210] |
Wed, 16 April 2008 01:35 |
balaji1482
Messages: 312 Registered: July 2007 Location: INDIA
|
Senior Member |
|
|
can anybody tell me the difference of holding session and blocking session in oracle database?
thanks in advance
Balaji
|
|
|
|
|
Re: holding session [message #317069 is a reply to message #314219] |
Tue, 29 April 2008 07:10 |
balaji1482
Messages: 312 Registered: July 2007 Location: INDIA
|
Senior Member |
|
|
by your answer for holding session i got some idea about it.but i have also asked about blocking session.because we find number of holding session with sid which acquires a single blocking session . say for example there are 10 holding sessions with distinct waiting session like 2,8,6,10,9,11,8,20,10,8 .all these 10 holding sessions acquired by a single block session.
kindly explain in detail.
Regards
Balaji
|
|
|
Re: holding session [message #317071 is a reply to message #314219] |
Tue, 29 April 2008 07:13 |
balaji1482
Messages: 312 Registered: July 2007 Location: INDIA
|
Senior Member |
|
|
By your answer for holding session i got some idea about it.but i have also asked about blocking session.because we find number of holding session with sid which acquires a single blocking session . say for example there are 10 holding sessions with distinct waiting session like 2,8,6,10,9,11,8,20,10,8 .all these 10 holding sessions acquired by a single block session.
kindly explain in detail.
|
|
|
|
Re: holding session [message #317413 is a reply to message #317072] |
Thu, 01 May 2008 02:21 |
balaji1482
Messages: 312 Registered: July 2007 Location: INDIA
|
Senior Member |
|
|
here is the clear example when active sessions went high
HOLDING_SESSION COUNT(DISTINCTWAITING_SESSION)
--------------- ------------------------------
1369 -------------- 14
10886 -------------- 14
1556 -------------- 14
1921 -------------- 14
1946 -------------- 14
3758 -------------- 14
4279 -------------- 14
5661 -------------- 14
1486 -------------- 14
8632 -------------- 14
10007 -------------- 14
10077 -------------- 14
10179 -------------- 14
10314 -------------- 14
6149
15 rows selected.
Only Blocking
BLOCKING_SESSION COUNT(1)
---------------- ----------
1556 1
please explain me this part clearly
hope it is clear for u.
[Updated on: Thu, 01 May 2008 02:24] Report message to a moderator
|
|
|
|
Re: holding session [message #317430 is a reply to message #314210] |
Thu, 01 May 2008 03:39 |
flyboy
Messages: 1903 Registered: November 2006
|
Senior Member |
|
|
> hope it is clear for u.
I am afraid that without source SELECT statements(?), which generated these results, even "u" would be unclear what you are trying to show.
|
|
|