I have been told that php works with oracle 10.1.0.3, however I can't get it to work nor find anyone that has it working on SuSE 9.[123]. Is anyone here using php 5.0.x with oracle 10.1.0.3 on SuSE 9.3? The error I get is a call to undefined function Ora_Logon. (It also fails when tying to use OCILogon). It compiles cleanly, the output of phpinfo shows oci8 support enabled, the libphp5.so library shows it is correctly linked with the oracle client library. Anyone have any ideas or know if something is broken on 9.3 that could be causing this? Thx, CC
On Wed, 2005-07-06 at 07:48 -0500, Chuck Carson wrote:
I have been told that php works with oracle 10.1.0.3, however I can't get it to work nor find anyone that has it working on SuSE 9.[123].
Is anyone here using php 5.0.x with oracle 10.1.0.3 on SuSE 9.3?
The error I get is a call to undefined function Ora_Logon. (It also fails when tying to use OCILogon).
It compiles cleanly, the output of phpinfo shows oci8 support enabled, the libphp5.so library shows it is correctly linked with the oracle client library.
if i'm not mistaken oci8 support provides functions for oracle 7,8 and 9 ; not 10. cristi
Anyone have any ideas or know if something is broken on 9.3 that could be causing this?
Thx, CC
--------------------------------------------------- This message and its contents have been scanned and certified for transmission as being free from malicious code by <<eTrust Antivirus>>. This message may contain confidential, privileged or other legally protected information. It is intended for the addressee(s) only. If you are not the addressee, or someone the addressee authorized to receive this message, you are prohibited from copying, distributing or otherwise using it. Please notify the sender and return it.Thank you.
Well, people are claiming it works with php 5.0.4 and it complains and links against the 10.1.0.3 client library. However, I can't find anyone that has it working on SuSE 9.3... -Chuck On 7/6/05, Cristi Tauber <cristi.tauber@sbhost.ro> wrote:
On Wed, 2005-07-06 at 07:48 -0500, Chuck Carson wrote:
I have been told that php works with oracle 10.1.0.3, however I can't get it to work nor find anyone that has it working on SuSE 9.[123].
Is anyone here using php 5.0.x with oracle 10.1.0.3 on SuSE 9.3?
The error I get is a call to undefined function Ora_Logon. (It also fails when tying to use OCILogon).
It compiles cleanly, the output of phpinfo shows oci8 support enabled, the libphp5.so library shows it is correctly linked with the oracle client library.
if i'm not mistaken oci8 support provides functions for oracle 7,8 and 9 ; not 10.
cristi
Anyone have any ideas or know if something is broken on 9.3 that could be causing this?
Thx, CC
--------------------------------------------------- This message and its contents have been scanned and certified for transmission as being free from malicious code by <<eTrust Antivirus>>. This message may contain confidential, privileged or other legally protected information. It is intended for the addressee(s) only. If you are not the addressee, or someone the addressee authorized to receive this message, you are prohibited from copying, distributing or otherwise using it. Please notify the sender and return it.Thank you.
participants (2)
-
Chuck Carson
-
Cristi Tauber