Oracle 10g and PHP

RxGenerics

New Member
HII've converted a call center app from Oracle Forms into a web app using PHPi am using oci_pconnect() to connect to the DB but we are seeing very high connections (in excess of 40 000 a day) because each user has a unique username and password.this is obviously killing the DBany advice on best practices to minimize the impact or reuse connections?
 
Back
Top