RE: log file sync

  • From: "Allen, Brandon" <Brandon.Allen@xxxxxxxxxxx>
  • To: <oracle@xxxxxxxxxxxx>, <oracle-l@xxxxxxxxxxxxx>
  • Date: Tue, 10 Oct 2006 12:58:24 -0700

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.

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


Other related posts: