[Orclib-users] Pool with OCI_POOL_SESSION is failing with ORA-24427
Open source C and C++ library for accessing Oracle Databases
Brought to you by:
vince_del_paris
From: Ameo G. <ame...@re...> - 2011-01-31 14:28:00
|
Hi Team, I was creating Session Pool using OCI_ConnPool *pool = OCI_PoolCreate("service", "user","pwd", OCI_POOL_SESSION, OCI_SESSION_DEFAULT, 2, 10, 2); OCI_Connection cn1 = OCI_PoolGetConnection(pool, NULL); OCI_Connection cn2 = OCI_PoolGetConnection(pool, NULL); Second call to getConnection is failing with "ORA-24427: Invalid attributes on user handle" Source: Connection.c - OCISessionGet (Line: 504) OCILib v3.8.1 Oracle Version: 11gR2 /Ameo Email: ame...@re...<mailto:ame...@re...> |