OCILogon - TIMEOUT : HOW TO ? [message #94348] |
Mon, 23 August 2004 23:07 |
shashank
Messages: 6 Registered: May 2002
|
Junior Member |
|
|
Hi
I am using following calls to make a OCI connection:
OCIEnvCreate, OCIHandleAlloc, OCIHandleAlloc, OCIServerAttach, OCILogon, OCIHandleAlloc in the same order.
I am using application based connection pooling instead of Oracle self connection pooling mechanism ( OCIConnectionPoolCreate ).
I wish to specify connection idle TIMEOUT. Is there anyway to specify TIMEOUT per connection in my case. Or for connection idle timeout; OCIConnectionPoolCreate is must ?
Thanks in advance.
|
|
|