Page 1 of 1

Apache server crashes when Oracle connected more than once

Posted: Mon Jun 16, 2003 2:40 pm
by smokedragon
The apache server is running fine except that it crashes when ocilogon is called. I am running Apache2, php4.3.2 and oracle 9.2. I was able to get the server to echo a connection the first time, but editing the page and refreshing causes the server to go down. I have checked the .ini file and global environment variables. frustrated! need help.

Posted: Tue Jun 17, 2003 4:23 am
by cactus
2 things, you state that you are using Oracle 9.2.

Question:
1) Is this the version of Oracle you are connecting to ?
2) Or the version of the client libs you have compiled PHP to use ?

If you try to connect to a 9i db with v8 libs, this would cause the error you are seeing.

Is there any chance you could supply more info ? :)

Regards,

Posted: Tue Jun 17, 2003 5:14 am
by twigletmac
Have you tried this with Apache 1.3? 2 isn't known for it's stability with PHP.

Mac