oci8 - Oracle 8.1.7 and PHP 4.0.6 LINUX

wxdqz

New Member
I have configured PHP to include oci8 library but I stil got an error trying to connect to DB via tnsnames
I got the following errors
Warning: _oci_open_server: Error while trying to retrieve text for error ORA-12154
.....
Warning: Supplied argument is not a valid OCI8-Connection resource
.....
Warning: Supplied argument is not a valid OCI8-Statement resource

First one is related to undefined ORACLE env variables (any suggestion in addition to ORACLE_HOME ORACLE_BASE )

What makes me unconfortable are the Warnings as it seems that I link a not oci8 lib while configure PHP I use directive --with-oci8.
 
Back
Top