Return-Path: <oracle-l-bounce@freelists.org>
Delivered-To: 2-oracle-l@orafaq.com
Received: (qmail 30083 invoked from network); 10 Oct 2006 14:58:31 -0500
Received: from freelists-180.iquest.net (HELO turing.freelists.org) (206.53.239.180)
  by 69.64.49.119 with SMTP; 10 Oct 2006 14:58:26 -0500
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id B72B5446297;
 Tue, 10 Oct 2006 15:57:44 -0400 (EDT)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 07906-03; Tue, 10 Oct 2006 15:57:44 -0400 (EDT)
Received: from turing (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 38FA64461BC;
 Tue, 10 Oct 2006 15:57:44 -0400 (EDT)
Received: with ECARTIS (v1.0.0; list oracle-l); Tue, 10 Oct 2006 15:56:43 -0400 (EDT)
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 5E1E24448D0
 for <oracle-l@freelists.org>; Tue, 10 Oct 2006 15:56:43 -0400 (EDT)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 07637-05 for <oracle-l@freelists.org>;
 Tue, 10 Oct 2006 15:56:43 -0400 (EDT)
Received: from NT15.oneneck.corp (dot092host.oneneck.net [63.226.42.92])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id B0DA844565A
 for <oracle-l@freelists.org>; Tue, 10 Oct 2006 15:56:41 -0400 (EDT)
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2757
Content-Class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by Ecartis
Subject: RE: log file sync
Date: Tue, 10 Oct 2006 12:58:24 -0700
Message-ID: <04DDF147ED3A0D42B48A48A18D574C45059E2121@NT15.oneneck.corp>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: log file sync
From: "Allen, Brandon" <Brandon.Allen@OneNeck.com>
To: <oracle@digistar.com>,
 <oracle-l@freelists.org>
X-archive-position: 40569
X-ecartis-version: Ecartis v1.0.0
Sender: oracle-l-bounce@freelists.org
Errors-to: oracle-l-bounce@freelists.org
X-original-sender: Brandon.Allen@OneNeck.com
Precedence: normal
Reply-to: Brandon.Allen@OneNeck.com
X-list: oracle-l
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at avenirtech.net

You should be able to see the commits by checking v$sesstat - something
like this:

select sid, value from v$sesstat a, v$statname b where
a.statistic#=b.statistic# and b.name='user commits';

Regards,
Brandon


> -----Original Message-----
> So with that said is there a way to identify in the 
> tracefiles that the commits are being issued?  Or any other 
> places to look?

Privileged/Confidential Information may be contained in this message or attachments hereto. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of this company shall be understood as neither given nor endorsed by it.

--
http://www.freelists.org/webpage/oracle-l


