Hi all,
is there any possibility to install PHP with an Oracle 9i Client under Linux (RedHat).
Will there be any support in the future?
thanks
turboprop
Hi all,
is there any possibility to install PHP with an Oracle 9i Client under Linux (RedHat).
Will there be any support in the future?
thanks
turboprop
I install Oracle Client 8.1.6 on my server (RH 7.2, Apache 1.3, PHP 4.0.6) connect to Oracle 9i Database on remote server.
PHP with oci8 support. But I still have to deal with error ORA-12154 till now.
This configuration work well with Perl.
Hi gilijk,
did you check the database-name in the file called tnsnames.ora?
Sometime it´s a little bit tricky with the extension of the database name like
"db1.mydomain".
I´ve installed the 8.1.7 client now and everything works fine.