Link to home
Start Free TrialLog in
Avatar of bogdan_etechnics
bogdan_etechnics

asked on

PHP + Oracle persistent connections problem

I have recently enabled persistent connection from our PHP application to Oracle by using oci_pconnect instead of oci_connect. 99% of the application works fine, but one specific script has problems. The problem is that I bind some variables by using oci_bind_by_name and I get an error that those variables are not binded. The script works 100% without persistent connections, and sometimes is works sometimes is does not work with persistent connections. Is there a sharing of bind variables when I use persistent connections, and multiple requests to the same script reset each-other's variables, or something similar to that? Otherwise I can't find out why it works sometimes and I can't predict the error.
ASKER CERTIFIED SOLUTION
Avatar of poisa
poisa
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
No comment has been added to this question in more than 21 days, so it is now classified as abandoned.

I will leave the following recommendation for this question in the Cleanup topic area:
   Accept: poisa {http:#20503865}

Any objections should be posted here in the next 4 days. After that time, the question will be closed.

cyberwebservice
Experts Exchange Cleanup Volunteer
Forced accept.

Computer101
EE Admin