Hi,
I am trying to get a web application deployed on a the following configuration
RHEL 4
PHP 5
Apache 2
Oracle 10g instant client -- Connecting to oracle 8i server
The application runs succesfully on a windows xp machine with a similar config,
but refuses to run succesfully on the above mentioned config and there are
intermitent failures realted to database connection .
The OCI interface call (OCILogon('username','password','DB_SID') )to connect to
the database seems to be failing intermittently, and the logs show the following
error on failure
The service name specified is not defined correctly in the TNSNAMES.ORA file.
This happens intermittenly , ie., it may login successfully for the first time ,
but on the second or third or some nth request to the web server , the call fails.
The very nature of such failure is maddening :mad: , as the failure are intermittent
and dont seem to have any pattern associated with them.
any help on the above issue is much appreciated.
thanks
nadeem