PHP4.2.2 access to Oracle 8.1.7 on Red Hat 7.3

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
petracomp
Forum Newbie
Posts: 1
Joined: Wed Jul 31, 2002 5:28 pm
Location: Sugar Land, Texas
Contact:

PHP4.2.2 access to Oracle 8.1.7 on Red Hat 7.3

Post by petracomp »

We currently have PHP4.2.2 going against a Oracle 8.1.7 on red Hat 6.2.
With Red Hat 7.3, a special "stub" script had to be run in order for the compatible older glibc libraries to work against the newer kernel.

All that is working - the database comes up, we can get at it from the client, etc.

However, we keep getting "ORA-12154" error when we try to get into Oracle 8.1.7 on this Red Hat 7.3 box. Same working code from the RH6.2 box....

Anyone have any idea??

We've already included ORACLE_HOME, ORACLE_SID, etc. at the apachectl start script, and done just about everything the same as the setup on the RedHat 6.2 box...

Any and all help greatly appreciated!!
Post Reply