How can I connect PHP 5.1 to Oracle 7?
Posted
by Travis Beale
on Stack Overflow
See other posts from Stack Overflow
or by Travis Beale
Published on 2010-06-17T17:28:56Z
Indexed on
2010/06/17
23:03 UTC
Read the original article
Hit count: 170
I have been able to query newer Oracle databases using the PHP oci8 extension with the Oracle 10.2 Instant Client. Unfortunately, the Oracle Instant Client seems to be unable to connect to an Oracle 7 database (version 7.3.3 to be precise).
Is there a way to query an older Oracle database from PHP?
© Stack Overflow or respective owner