简体   繁体   English

如何将PHP连接到Oracle 11g和Oracle8

[英]how to connect php to oracle 11g and oracle8

I am on linux redhat 6 enterprise. 我在linux redhat 6企业上。 I have php set up to connect to oracle 11g, I would like to connect it to oracle 8, how can i do this? 我已经将php设置为连接到oracle 11g,我想将其连接到oracle 8,我该怎么做?

I have tried using the current drivers installed but it does not work. 我尝试使用已安装的当前驱动程序,但是它不起作用。

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

Your problem is because your client version (which used to compile oci8 you are using) is not compatible with Oracle 8 server. 您的问题是因为您的客户端版本(用于编译您正在使用的oci8)与Oracle 8服务器不兼容。

This is the matrix (image format) for the Oracle client / server interoperabillity: 这是Oracle客户端/服务器互操作性的矩阵(图像格式): 矩阵

And the meaning: 含义:

传说

Extracted from here <- where is 12 version? 这里摘录<-12版本在哪里? I'm trying to get a newer one. 我正在尝试更新。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM