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

Home -> Community -> Usenet -> c.d.o.misc -> OCI: Multiple Transactions on a Connection

OCI: Multiple Transactions on a Connection

From: <faceman28208_at_yahoo.com>
Date: 9 Nov 2006 09:05:29 -0800
Message-ID: <1163091929.621095.81690@m7g2000cwm.googlegroups.com>


I am trying to [re]write a server using OCI. The server uses one username/password for all clients. I can set up on service context and support multiple SELECT queries from various clients.

I may have to support mutiple simultaneous transactions It looks like one service context == one transaction.

The OCISessionBegin will not allow multiple service contexts to be attached to a single session.

It there are way to have mutiple service contexts (=> multiple transaction) with one session?

If not what approach should be taken? Multiple connections?

Thanks, Received on Thu Nov 09 2006 - 11:05:29 CST

Original text of this message

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