Posted by trpost on 04/06/07 17:00
I am using php version 5.05 and Oracle instantclient_10_2 and adodb
4.96. I was previously using php 4.3.9 and the ora functions, which
worked fine with the same queries, however with php 5+ I cannot use
the ora fxns and insead must use the oci fxns which is where I run
into this problem that I cannot run the same long query at the same
time. I did some more reading about blocking vs. non-blocking
queries... Is it possible to switch between the 2 using php/oci? Or
any other ideas??
[Back to original message]
|