OCI COnnection pool and transaction management
Greetings
We are trying to use OCI Connection pooling and also start an explicit transaction to set our transaction boundaries. At this point we want to open some READ ONLY transactions for which there seems no way to do it when you use OCILogon2 to get a connection from the connection pool.
Would appreciate if some one has used other ways to get a connection out of an OCI connection pool which would allow us to explicitly open a new transaction on the connection with the flags that we need to use.
We are trying to use OCI Connection pooling and also start an explicit transaction to set our transaction boundaries. At this point we want to open some READ ONLY transactions for which there seems no way to do it when you use OCILogon2 to get a connection from the connection pool.
Would appreciate if some one has used other ways to get a connection out of an OCI connection pool which would allow us to explicitly open a new transaction on the connection with the flags that we need to use.
0