I need to connect to an Oracle 8i server, but oci8 does not support it by default.
The php documentation says as following:
Note:
If
OCI8uses9iR2client libraries, thenPHPcan connect to Oracle Database8i,9iR2,10gor11g. IfOCI8uses10gR2client libraries, the database can be9iR2,10g,11gor12c. IfOCI8uses11gclient libraries, the database can be9iR2,10g,11gor12c. IfOCI8uses12cclient libraries, the database can be10gR2,11gor12c.
How can I setup OCI8 to use 9iR2 client libraries?
My current environment is:
I'm on a ubuntu server,
Oracle 8i version 8.1.7.4.0
I have already installed instantclient libraries(I'm able to connect to oracle 10i and above)
I'm using instantclient version 12.1... Also tried with instantclient version 10.2
Could someone help me figuring out what the problem might be and how to solve it? Any help is really appreciated.
Thank you