如何将 php 连接到 oracle 11g 和 oracle8

how to connect php to oracle 11g and oracle8

我在 linux redhat 6 企业版。我已 php 设置连接到 oracle 11g,我想将它连接到 oracle 8,我该怎么做?

我试过使用当前安装的驱动程序,但它不起作用。

PHP Warning:  oci_connect(): ORA-03134: Connections to this server version are no longer supported. in /var/SP/oiadm/docroot/common/php/DatabaseConnection.php on line 112

您的问题是因为您的客户端版本(用于编译您正在使用的 oci8)与 Oracle 8 服务器不兼容。

这是 Oracle 客户端/服务器互操作性的矩阵(图像格式):Matrix

以及含义:

Legend

摘自here <- 12 版本在哪里?我正在尝试购买更新的。