Thread: [cx-oracle-users] Version mismatch
Brought to you by:
atuining
From: Stefan C. <sch...@sk...> - 2013-02-18 20:02:22
|
cx_oracle.version() reports (10,2,...) However, my cx_oracle version is from cx_Oracle-5.1.2-11g.win32-py2.7.msi So I'm surprised to see a ref. to the 10.2 client in the call above... Is this normal ? Regards, Stefan -- Timeo Danaos et dona ferentes |
From: Joram A. <jor...@gm...> - 2013-02-18 20:16:05
|
Hint; what does your ORACLE_HOME point to? >>> cx_Oracle.version '5.1.2' >>> cx_Oracle.version() Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: 'str' object is not callable >>> On Mon, Feb 18, 2013 at 9:02 PM, Stefan Champailler <sch...@sk...>wrote: > cx_oracle.version() > > reports (10,2,...) > > However, my cx_oracle version is from > > cx_Oracle-5.1.2-11g.win32-py2.7.msi > > So I'm surprised to see a ref. to the 10.2 client in the call above... > > Is this normal ? > > Regards, > > Stefan > > -- > Timeo Danaos et dona ferentes > > > > ------------------------------------------------------------------------------ > The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, > is your hub for all things parallel software development, from weekly > thought > leadership blogs to news, videos, case studies, tutorials, tech docs, > whitepapers, evaluation guides, and opinion stories. Check out the most > recent posts - join the conversation now. > http://goparallel.sourceforge.net/ > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > |
From: Stefan C. <sch...@sk...> - 2013-02-23 09:06:07
|
As said in another post, there's not even an ORACLE_HOME... Welcome to corporate world... (for more explanations see my other post) stF On 02/18/2013 09:15 PM, Joram Agten wrote: > Hint; what does your ORACLE_HOME point to? > >>>> cx_Oracle.version > '5.1.2' >>>> cx_Oracle.version() > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > TypeError: 'str' object is not callable > > On Mon, Feb 18, 2013 at 9:02 PM, Stefan Champailler > <sch...@sk...>wrote: > >> cx_oracle.version() >> >> reports (10,2,...) >> >> However, my cx_oracle version is from >> >> cx_Oracle-5.1.2-11g.win32-py2.7.msi >> >> So I'm surprised to see a ref. to the 10.2 client in the call above... >> >> Is this normal ? >> >> Regards, >> >> Stefan >> >> -- >> Timeo Danaos et dona ferentes >> >> >> >> ------------------------------------------------------------------------------ >> The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, >> is your hub for all things parallel software development, from weekly >> thought >> leadership blogs to news, videos, case studies, tutorials, tech docs, >> whitepapers, evaluation guides, and opinion stories. Check out the most >> recent posts - join the conversation now. >> http://goparallel.sourceforge.net/ >> _______________________________________________ >> cx-oracle-users mailing list >> cx-...@li... >> https://lists.sourceforge.net/lists/listinfo/cx-oracle-users >> > > > ------------------------------------------------------------------------------ > The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, > is your hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials, tech docs, > whitepapers, evaluation guides, and opinion stories. Check out the most > recent posts - join the conversation now. http://goparallel.sourceforge.net/ > > > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users -- Timeo Danaos et dona ferentes |
From: Anthony T. <ant...@gm...> - 2013-02-23 15:18:38
|
On Sat, Feb 23, 2013 at 2:05 AM, Stefan Champailler <sch...@sk...>wrote: > As said in another post, there's not even an ORACLE_HOME... Welcome to > corporate world... > And on Windows, there generally should *NOT* be. :-) So that's all fine. Just make sure that the Oracle home you want to use is *first* in the PATH environment variable and all should be well. And I am familiar with "corporate world" and can sympathize with you. :) Anthony > > (for more explanations see my other post) > > stF > > > > > On 02/18/2013 09:15 PM, Joram Agten wrote: > > Hint; what does your ORACLE_HOME point to? > > > cx_Oracle.version > > '5.1.2' > > cx_Oracle.version() > > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > TypeError: 'str' object is not callable > > On Mon, Feb 18, 2013 at 9:02 PM, Stefan Champailler<sch...@sk...> <sch...@sk...>wrote: > > > cx_oracle.version() > > reports (10,2,...) > > However, my cx_oracle version is from > > cx_Oracle-5.1.2-11g.win32-py2.7.msi > > So I'm surprised to see a ref. to the 10.2 client in the call above... > > Is this normal ? > > Regards, > > Stefan > > -- > Timeo Danaos et dona ferentes > > > > ------------------------------------------------------------------------------ > The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, > is your hub for all things parallel software development, from weekly > thought > leadership blogs to news, videos, case studies, tutorials, tech docs, > whitepapers, evaluation guides, and opinion stories. Check out the most > recent posts - join the conversation now.http://goparallel.sourceforge.net/ > _______________________________________________ > cx-oracle-users mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > > > > ------------------------------------------------------------------------------ > The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, > is your hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials, tech docs, > whitepapers, evaluation guides, and opinion stories. Check out the most > recent posts - join the conversation now. http://goparallel.sourceforge.net/ > > > > _______________________________________________ > cx-oracle-users mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > > > -- > Timeo Danaos et dona ferentes > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_feb > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > > |