max_persistent: how set with oci??

admin

Administrator
Staff member
hi folk,

i have a quite urgent problem:

we're using oci with an adserver and just a few secs after startin apache, we get db errors saying too many connections open.

lokking at the oracle i find out that there are 200 (!) open connections.

i found uodbc.max_connections and set it to 50, but this doesn't work for oci and there's no oci-section in php.ini.

how can i create a connection pool for oci?
or
how can i limit the CONNECTIONS (not the cursors) in oci?

this is quite urgent...


cheers riese
 
Back
Top