For some strange reason I get an :
Warning: failed to rollback outstanding transactions!: ORA-24324 : Service handle not 
initialised in ... on line 0

I'm running 4.0.3pl1 as server module with OCI8-support for apache 1.3.14 and had no 
problems with the same script under php3.

After some error() calls and debugging I found it.
If you got this error too check your script for double calls of ocilogogg. For some 
reason the second ocilogoff call is executed after the scripts output to the webserver 
has finished. Therefor the error message is placed only in the apache logfile and not 
on the page.

cu


Reply via email to