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 -> autocommit ON but no commits visible in v$sqlarea

autocommit ON but no commits visible in v$sqlarea

From: Hans de Git <hansdegit_at_hotmail.com>
Date: 25 Dec 2002 03:16:37 -0800
Message-ID: <72383d4a.0212250316.bdf8945@posting.google.com>


Hi,

We use an OCI application which connects to our database using the autocommit setting ON. When I emulate such a session using SQL+ (set autocommit on) I cannot see any COMMIT statements in v$sqlarea. How is that possible? I always believed that ALL changes to the database were visible in the v$ views....

I would like to have some kind of control over those sessions, because we are experiencing a lot of waits on the 'log file sync' event, which pretty much prevents us from allowing more users to use this application concurrently (the wait would grow to unacceptable proportions).

Any suggestions would me much appreciated.

HTH, Hans de Git Received on Wed Dec 25 2002 - 05:16:37 CST

Original text of this message

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