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: uncomitted data gets committed when application dies

Re: uncomitted data gets committed when application dies

From: Alan <alan_at_erols.com>
Date: Wed, 8 Dec 2004 14:05:42 -0500
Message-ID: <31p1k7F3bam9pU1@individual.net>

"Niall Litchfield" <niall.litchfield_at_dial.pipex.com> wrote in message news:41b74438$0$19160$cc9e4d1f_at_news-text.dial.pipex.com...
> "Volker Hetzer" <volker.hetzer_at_ieee.org> wrote in message
> news:cp7b44$g0a$1_at_nntp.fujitsu-siemens.com...
> > Hi!
> > I've got a problem with a library I use for accessing oracle.
> > Basically, I use Oratcl ans Tcl/Tk and I take a lot of care not to
> > commit any data if everything is not in order. But, if the app gets
> > killed for some reason, the *uncomitted* data appears visible in
> > the database!
> > I just contacted the guy who wrote the Oratcl extension and
> > his answer was:
> >
> > "This seems to be standard behavior with oracle client libraries.
> > I have had this happen in multiple oracle versions and with SQL*Plus."
>
> I'd like to see evidence of that, it certainly *isn't* standard SQL*Plus
> behaviour. I know that by default JDBC and ODBC drivers tend to commit
after
> each statement - maybe this is what he meant?
>
>
> --
> Niall Litchfield
> Oracle DBA
> http://www.niall.litchfield.dial.pipex.com
>
>

SET AUTOCOMMIT - default is OFF, but it may be set to ON in his glogin.sql Received on Wed Dec 08 2004 - 13:05:42 CST

Original text of this message

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