Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: What is this Session Doing
Ganesh, did you also try running it non-parallel?
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Ganesh Raja
Sent: Friday, September 24, 2004 6:49 AM
To: Zhu, Chao
Cc: oracle-l_at_freelists.org
Subject: Re: What is this Session Doing
Zhu,
Truss may give me some output. Will Try that.
But 10046 Should not give me anything rite because it is consuming CPU and not waiting for anything so the Trace file is Just Going to be Sitting there without writing anything to the File.
Cheers
Ganesh=20
On Fri, 24 Sep 2004 19:40:32 +0800, Zhu, Chao <chzhu_at_ebay.com> wrote:
> Hi,
> (It seems that my outlook is incompatible with oracle-l, so if it =
mess code, please forward it to the list).
> Try truss -p $pid , and find out what the process is doing in the =
unix level and using event 10046 to trace it in oracle.
> I have seen similar things on my solaris box. Maybe it is doing po=
ll() system call, or yield() system call.(I hit such problem). Workaround i=
s to use another execution path for this specific SQL.
> V$sesstat won't update the statistics until the current SQL has fi=
nished.
>=20
>=20 >=20 >=20 >=20
>=20
>=20
>=20
-- http://www.freelists.org/webpage/oracle-l ********************************************************************** The information contained in this communication is confidential, is intended only for the use of the recipient named above, and may be legally privileged. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this communication is strictly prohibited. If you have received this communication in error, please re-send this communication to the sender and delete the original message or any copy of it from your computer system. Thank You. -- http://www.freelists.org/webpage/oracle-lReceived on Tue Sep 28 2004 - 20:28:00 CDT
![]() |
![]() |