Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Help: Is there any way we can find how many times a session has committed?

Re: Help: Is there any way we can find how many times a session has committed?

From: charlie cs <cfs3526(no-spam)_at_ureach.com>
Date: Sun, 29 May 2005 01:26:14 GMT
Message-ID: <WS8me.2439$615.1810@trnddc08>


> Daniel A. Morgan wrote;
> Oracle version number?

We are using Oracle 9i

> Using rollback or UNDO?

We are using UNDO tablespace

> SQL or PL/SQL?

I am not sure which session is the offending session, which is doing the commit. Actually my question is, can we get a counting of commit group by sid?

> Executing what DML statements?In a loop?
of course it is inserting, but I am not sure which session is the quilty one, there are so many connections. Some of them in loop, some of them using static sql,
all I want to know is

" who is doing the insert one row, commit once, not insert several thousand rows and commit"

How can I find out? Received on Sat May 28 2005 - 20:26:14 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US