Thread: 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 |
From: JP G. <jpg...@gm...> - 2006-02-22 10:33:58
|
That helps a lot, thank you! I will uninstall and try version 9i. Thanks again, JP On 2/22/06, Amaury Forgeotdarc <Ama...@gl...> wrote: > 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 > > uninstalled the old one and installed the 10g version) and > > the oci.dll library. cx_Oracle imports fine. > > > > Now, I am fiddling around with the connection, but it is not > > clear that I can connect to an Oracle 8.1.7 database server > > with a 10g client library. I am hoping it is backward > > compatible (the earliest version available on the Oracle site > > 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, > > but before I try to work out the correct protocol, can > > 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, > > -- > Amaury > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log fi= les > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmdlnk&kid=103432&bid#0486&dat=121642 > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > |
From: JP G. <jpg...@gm...> - 2006-02-22 10:42:30
|
And the error I got was 03114 Unexpected end of page error. But I will try the version that is closer to what we have anyway. Cheers, JP On 2/22/06, Amaury Forgeotdarc <Ama...@gl...> wrote: > 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 > > uninstalled the old one and installed the 10g version) and > > the oci.dll library. cx_Oracle imports fine. > > > > Now, I am fiddling around with the connection, but it is not > > clear that I can connect to an Oracle 8.1.7 database server > > with a 10g client library. I am hoping it is backward > > compatible (the earliest version available on the Oracle site > > 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, > > but before I try to work out the correct protocol, can > > 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, > > -- > Amaury > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log fi= les > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmdlnk&kid=103432&bid#0486&dat=121642 > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > |
From: JP G. <jpg...@gm...> - 2006-02-22 16:22:27
|
Thanks for your help! The 9i client install is working nicely with cx_Oracle and our server. Cheers! JP On 2/22/06, Amaury Forgeotdarc <Ama...@gl...> wrote: > 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 > > uninstalled the old one and installed the 10g version) and > > the oci.dll library. cx_Oracle imports fine. > > > > Now, I am fiddling around with the connection, but it is not > > clear that I can connect to an Oracle 8.1.7 database server > > with a 10g client library. I am hoping it is backward > > compatible (the earliest version available on the Oracle site > > 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, > > but before I try to work out the correct protocol, can > > 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, > > -- > Amaury > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log fi= les > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmdlnk&kid=103432&bid#0486&dat=121642 > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > |