Error ORA-12154

admin

Administrator
Staff member
Hi I'm having trouble connecting remotely to a Oracle 8i database from a remote server running Apache Operating system = Solaris 2.6.

PHP compiles fine with oci8 support , sqlplus connects fine , I changed the user inside the httpd.conf file in Apache to be oracle in group dba.

The problem occurs when I try to connect using PHP Oracle functions get the folowing error:

Warning: _oci_open_server: Error while trying to retrieve text for error ORA-12154 on line 8

This is what I have on line 8:
$c2 = ocilogon("tuxedo","tuxedo",$db);
where "tuxedo" is the user and password of the database

If anybody has any hinsight please let me know as soon as possible.
 
Back
Top