Hello,

I have a strange problem, i nedd to use php under IIS for accessing Oracle
database
I'm using OCIPlogon to connect to Oracle because i need the fastest possible
response.
When i use a small script
with
OCIPLogon
OCIParse
OCIexecute
OCIFetchStatement
OCIFreeStatement
(OCILogoff) - i understand this is not necessary anymore. ???

all things is running/working OK, but when for some reson i need to restart
the Oracle service
the next time the script is executed, return an error message, the message
from OCIError is :
code = 12571 message = ORA-12571: TNS:packet writer failure

Warning: failed to rollback outstanding transactions!: ORA-03114: not
connected to ORACLE in Unknown on line 0,
but if i use Apache in place of IIS, this thing is working OK,
but with Apache at least with php 4.0.6 i has some another strange problem :
the number of open session to oracle is increased rapidly and the script is
stopped working,
ata the moment i don't have time to try this with php 4.1.0.


Any help would be appreciated,
Thank you
JSz.





-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to