HI All,
I have a PHP + Apache on a Win2K connecting to an Oracle DB on a HP Superdome. I use a simple login.html file to get the userid and password (the db instance is preset in a hidden input item).
The first time, the correct page is served by the post method with the connection using the PHP_AUTH_USER, PHP_AUTH_PW and PHP_DB. I then allow the user to refresh the page to set it into a enter-query mode and I get the dreaded Warning:_oci_open_server ORA-12560:
TNS:protocol adapter error in d:\php_dev\job_requests.php on line 14
and the connection does not seem to exist anymore.
Can somebody please help me as I am going nuts trying to solve this problem.
TIA!