[cx-oracle-users] Choosing client libraries
Brought to you by:
atuining
From: <pw...@re...> - 2006-01-27 11:53:57
|
> Ok, I can accept that the risks are reasonable. The only other > difference in behavior that I can think of is that some of the current > differences between OCI releases are based on #define constants -- > which are definitely not available in the dll. We will need to find > some function that exists in one release and not in the other and use > the presence of that function instead as a means of determining what > client level is being used. Are you volunteering to find those??? :-) > Are you volunteering to provide the template I should be using to try > this? How eager are you to move down this path? How about using the VERSIONINFO from oci.dll? I still do not understand your statement, Anthony, that cx_Oracle is linked to a specific version of Oracle client. I can use the same cx_Oracle with 10g and 8.1.7 by changing the PATH. There are three components with "version" states. If cx_Oracle executable does a static link to one version of the Oracle client library, then how can I use the same cx_Oracle to connect with both 8.1.7 and 10g? cx_Oracle Oracle client Oracle database |