Hi,
I have a problem making a connection to Oracle 8.1.6 using PHP4 on RedHat 6.2.
$or_conn=Ora_Logon("system@or8", "pwd");
$dbstring="or8";
$oci_conn = ocilogon("system", "pwd", $dbstring);
I get the following errors:
Warning: Oracle: Connection Failed: Error while trying to retrieve text for
error ORA-12154 in db.php on line 18
Warning: _oci_open_server: Error while trying to retrieve text for error
ORA-12154 in db.php on line 21
Anyone got any thoughts on what I'm doing wrong? I can connect to Oracle via SQLPlus just fine.
Thanks v.much,
Cheers Roland.