Persistent connections with Oracle 8i

wxdqz

New Member
Hi,

I have problems with ociPlogon() using windows.
The problem is that every time ociPlogon is called it doesn't call the previously created session, but creates a new session.
Obviously this is problematic as it defeats the point of persistent connections and causes my Oracle Db to freeze once the max no. of sessions is reached. My question is, if I use ociPlogon as the first call to the Db, and the ociLogon as the proceeding calls, will it work as it should? Otherwise how can I sort this problem?

Kind regards,

Kelvin
 
Back
Top