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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: log file sync

RE: log file sync

From: Allen, Brandon <Brandon.Allen_at_OneNeck.com>
Date: Tue, 10 Oct 2006 12:58:24 -0700
Message-ID: <04DDF147ED3A0D42B48A48A18D574C45059E2121@NT15.oneneck.corp>


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
Received on Tue Oct 10 2006 - 14:58:24 CDT

Original text of this message

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