Oracle connection problem

wxdqz

New Member
We are having a rather strange problem with php-oracle.
We have been doing some maintenance (physically) in our computerroom. After the startup the problem arose.
On 1 of our servers we can no longer establish a connection to Oracle using php. On other servers the same scripts work fine.
On the 'problem-server' the scripts work when we execute them on the commandline but not when they are executed via a browser.

The messages we get are :
Warning: Oracle: Connection Failed: Error while trying to retrieve text for error ORA-12154 in /home/httpd/html/scripts/dbAccess.php on line 81

Warning: Supplied argument is not a valid Oracle-Connection resource in /home/httpd/html/scripts/dbAccess.php on line 82


The strange thing is it has worked before and we didn't change anything to the code. We just physically moved some machines. (I guess it doesn't like his new place... lol)
 
Back
Top