tags:

views:

34

answers:

1

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?

+1  A: 

This article gives a patch against the oci8 extension to make it working with Oracle 7

analogue