Problems with oci_pconnect
Ola ..
I'm using the oci_pconnect to improve performance of an application with PHP, but connection reuse is not happening, it is creating new connections with BD.
I'm using:
Oracle 10g r2
PHP 5.3.2
OCI8 1.4.7
Anyone been through this?