Mailing List
Home
Forum Home
Oracle List - by freelists.org
Oracle on SUSE Linux - Runing Oracle on SUSE Linux
Oracle database error code ...
www.freelists.org
Subjects
ORA 12540: TNS:internal limit restriction exceeded
ORA 12838 please : Is possible to append two times to the same table befo
ORA 12838 please : Is possible to append two times to the same table before
ora 04031
ora 12500 on windows
ORA 32004: obsolete and/or deprecated parameter(s) specified
ORA 01925: maximum of 30 enabled roles exceeded
ORA 01925: maximum of 30 enabled roles exceeded
ora 12500 on windows
ORA 01650, one idea
ORA 01650
ORA 4030
ORA 12838 please : Is possible to append two times to thesametable before do
ORA 12838 please : Is possible to append two times to thesame table before d
ORA 01536
ORA 03113 end of file on communication channel
ORA 32004: obsolete and/or deprecated parameter(s) specified
ORA 00600:
ORA 00020: maximum number of processes (%s) exceeded
ORA 01925: maximum of 30 enabled roles exceeded
ORA 3113 while creating a cluster database 9201 RAC on Linux with OCFS
ora 12500 on windows
ora 12500 on windows
ora 12500 on windows
ORA 01650, one idea
ora 12500 on windows
ora 12500 on windows
ora 12500 on windows
ORA 2000 Error Using DBMS STATS GATHER SCHEMA STATS
ORA 01650, one idea
ORA 01650, one idea
ORA 01650, one idea
ORA 01650
ORA 01650
Subject: ora 01031
ORA 4030
ORA 4030
ORA 06502: PL/SQL: numeric or value error: Bulk Bind: Truncated Bind
Subject: Re: ORA 01722 invalid number
 
Query against V$SESSION hangs on 10g RAC systems

Query against V$SESSION hangs on 10g RAC systems

2007-11-02       - By M Rafiq

 Back
Reply:     1     2     3     4     5     6  


I ran this query on a non rac 10.2.0.3 database and it returned the rows very
quickly. It may be some RAC related issue.

Regards
Rafiq



Date: Fri, 2 Nov 2007 08:35:40 +0100From: exriscer@(protected): snowman327
@(protected): Re: Query against V$SESSION hangs on 10g RAC systemsCC:
oracle-l@(protected)
hi

querying blocking_session is the problem, if you dont query that columnd then
it should be fine

I have a customer who requested a backport to fix the bug but the one-off patch
has no effect so might have to wait until 10.2.0.4

thanks

--
LSC

On 11/1/07, Dean <snowman327@(protected)> wrote:



We recently had a locking/blocking problem on two different 10.2.0.3 RAC
systems.  I ran a query similar to below to get more information:

select sid, serial#, program, module, action, username, osuser,
sql_hash_value, machine, event, blocking_session
from v$session
where status='ACTIVE';

About 1 out of 5 times this query hangs.  When it hangs, it waits for exactly
60 seconds on "DIAG idle wait" and then returns the result set.  If I remove
the blocking_session column, this query runs fine and never hangs.  Has anyone
run into this or have any ideas why this would happen?
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ __
Climb to the top of the charts!? Play Star Shuffle:? the word scramble
challenge with star power.
http://club.live.com/star_shuffle.aspx?icid=starshuffle_wlmailtextlink_oct
<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
<BR>I ran this query on a non rac 10.2.0.3 database and it returned the rows
very quickly. It may be some RAC related issue.<BR>
&nbsp;<BR>
Regards<BR>
Rafiq<BR>
<BR>&nbsp;<BR>
<BLOCKQUOTE>
<HR>
Date: Fri, 2 Nov 2007 08:35:40 +0100<BR>From: exriscer@(protected)<BR>To:
snowman327@(protected)<BR>Subject: Re: Query against V$SESSION hangs on 10g RAC
systems<BR>CC: oracle-l@(protected)<BR><BR>
<DIV>hi</DIV>
<DIV>&nbsp;</DIV>
<DIV>querying blocking_session is the problem, if you dont query that columnd
then it should be fine</DIV>
<DIV>&nbsp;</DIV>
<DIV>I have a customer who requested a backport to fix the bug but the one-off
patch has no effect so might have to wait until <A href="http://10.2.0.4/"
target=_blank>10.2.0.4</A></DIV>
<DIV>&nbsp;</DIV>
<DIV>thanks</DIV>
<DIV>&nbsp;</DIV>
<DIV>--</DIV>
<DIV>LSC</DIV>
<DIV><BR><BR>&nbsp;</DIV>
<DIV><SPAN class=EC_gmail_quote>On 11/1/07, <B class=EC_gmail_sendername>Dean<
/B> &lt;<A href="mailto:snowman327@(protected)">snowman327@(protected)</A>&gt; wrote
:</SPAN>
<BLOCKQUOTE class=EC_gmail_quote style="PADDING-LEFT: 1ex; BORDER-LEFT: #ccc
1px solid">
<DIV lang=EN-US>
<DIV>
<FONT face=Arial size=2><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">We
recently had a locking/blocking problem on two different <A href="http://10.2.0
.3/" target=_blank>10.2.0.3</A> RAC systems. &nbsp;I ran a query similar to
below to get more information:</SPAN></FONT><BR>
<FONT face=Arial size=2><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">&nbsp
;</SPAN></FONT><BR>
<FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">select sid,
serial#, program, module, action, username, osuser,</SPAN></FONT><BR>
<FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">sql_hash_value,
machine, event, blocking_session </SPAN></FONT><BR>
<FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">from v$session <
/SPAN></FONT><BR>
<FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">where status=
'ACTIVE';</SPAN></FONT><BR>
<FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">&nbsp;</SPAN><
/FONT><BR>
<FONT face=Arial size=2><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">About
1 out of 5 times this query hangs.&nbsp; When it hangs, it waits for exactly 60
seconds on "DIAG idle wait" and then returns the result set.&nbsp; If I remove
the blocking_session column, this query runs fine and never hangs. &nbsp;Has
anyone run into this or have any ideas why this would happen? </SPAN></FONT><BR
></DIV></DIV></BLOCKQUOTE></DIV><BR></BLOCKQUOTE><br /><hr />Climb to the top of
the charts!? Play Star Shuffle:? the word scramble challenge with star power.
<a href='http://club.live.com/star_shuffle.aspx?icid=starshuffle_wlmailtextlink
_oct' target='_new'>Play Now!</a></body>
</html>