ORA-12541: TNS:no listener error in PHP 5 but not in PHP 4
561901Feb 14 2007 — edited Feb 16 2007Currently I'm using PHP 4 on Mac OS X Server 10.4.7 and able to connect to our remote Oracle database perfectly fine.
We are currently transitioning to PHP 5 and have a test server with Mac OS X Server 10.4.7 and found it difficult to connect to the same remote Oracle database server.
The ocierror() returns with ORA-12541: TNS:no listener when running on PHP 5. I'm not exactly to sure where to begin. I've googled this error and haven't found anything worth following.
Is there any tips or documentation that I can follow up on? I'm not too familiar with Oracle databases.
ron