Apache server crashes when Oracle connected more than once

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
smokedragon
Forum Newbie
Posts: 1
Joined: Mon Jun 16, 2003 2:40 pm

Apache server crashes when Oracle connected more than once

Post 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.
User avatar
cactus
Forum Regular
Posts: 343
Joined: Tue Jun 10, 2003 4:16 am
Location: UK

Post 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,
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Have you tried this with Apache 1.3? 2 isn't known for it's stability with PHP.

Mac
Post Reply