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: sql trace - XCTEND rlbk=1, rd_only=1

Re: sql trace - XCTEND rlbk=1, rd_only=1

From: Jared Still <jkstill_at_cybcon.com>
Date: Tue, 25 Nov 2003 06:54:27 -0800
Message-ID: <F001.005D7C5A.20031125065427@fatcity.com>


hmmm...

I think I meant OCITransCommit() there, not OCITransRollback().

Nobody caught that? :)

Jared

On Mon, 2003-11-24 at 18:29, Jared Still wrote:
> OCI defaults to rollback on transactions on disconnect if
> OCITransRollback() has not been called.
>
> Don't ask me for too much detail, as I'm not an OCI programmer,
> I just pulled this straight from The Fine Manual.
>
> Jared
>
> On Mon, 2003-11-24 at 16:54, Boris Dali wrote:
> > I've got a third party package that connects to Oracle
> > via OCI and works in HTTP-like (stateless) fashion.
> > Reviewing raw SQL trace output I don't see a single
> > commit or rollback there, but there are plenty of
> > XCTEND tx markers with rlbk=1 (after about every
> > SELECT statement). Is this normal? Does this mean that
> > this app rollbacks (implicitly?) after each of those
> > selects?
> >
> > Thanks,
> > Boris Dali.
> >
> > ______________________________________________________________________
> > Post your free ad now! http://personals.yahoo.ca
> > --
> > Please see the official ORACLE-L FAQ: http://www.orafaq.net
> > --
> > Author: Boris Dali
> > INET: boris_dali_at_yahoo.ca
> >
> > Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> > San Diego, California -- Mailing list and web hosting services
> > ---------------------------------------------------------------------
> > To REMOVE yourself from this mailing list, send an E-Mail message
> > to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> > the message BODY, include a line containing: UNSUB ORACLE-L
> > (or the name of mailing list you want to be removed from). You may
> > also send the HELP command for other information (like subscribing).
> >
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author: Jared Still
> INET: jkstill_at_cybcon.com
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jared Still
  INET: jkstill_at_cybcon.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue Nov 25 2003 - 08:54:27 CST

Original text of this message

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