RE: [cx-oracle-users] 10g oci.dll on 8.1.7
Brought to you by:
atuining
From: Amaury F. <Ama...@gl...> - 2006-02-22 10:09:24
|
JP Glutting wrote: > Ok, I am back with another attempt to use cx_Oracle. I have downloaded > the Oracle Database 10g Express Edition from the website. > So, I have a match between the cx_Oracle module (I=20 > uninstalled the old one and installed the 10g version) and=20 > the oci.dll library. cx_Oracle imports fine. >=20 > Now, I am fiddling around with the connection, but it is not=20 > clear that I can connect to an Oracle 8.1.7 database server=20 > with a 10g client library. I am hoping it is backward=20 > compatible (the earliest version available on the Oracle site=20 > is 9i, so I can't get a matching version). In principle, Oracle versions try to be interoperable. In practice, a jump of two versions can have problems. > Am I out of luck? I am getting errors when trying to connect,=20 > but before I try to work out the correct protocol, can=20 > someone tell me if this is even possible? On Oracle support site, I found this statement: """ An ORA-3134 error is incorrectly reported if a 10g client tries to connect to an 8.1.7.3 or lower server """ Do you get this error? You may try to use Oracle 9 client instead. We have successfully used versions 9.2.0.4 and up to connect to various databases: 8i, 9i, 10g. Hope this helps, --=20 Amaury |