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: Mon, 24 Nov 2003 18:29:25 -0800
Message-ID: <F001.005D7A68.20031124182925@fatcity.com>


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).
Received on Mon Nov 24 2003 - 20:29:25 CST

Original text of this message

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