Re: [cx-oracle-users] Clarification on cx_Oracle version to support 11gR2 XE (UNICODE)
Brought to you by:
atuining
From: Anthony T. <ant...@gm...> - 2012-01-13 22:39:25
|
Hi, On some platforms UCS2 is used and on others UCS4. I am using the RedHat/Fedora "standard" but you can still use whatever you have on your own machine by simply building cx_Oracle yourself. It is fairly straightforward to do. python setup.py build python setup.py install If you have any further questions, please let me know. Thanks. Anthony On Mon, Dec 5, 2011 at 2:54 PM, Darin Wilson <wil...@ya...> wrote: > Hi- > > I'm fairly new to Python and Linux and could use some clarification on what > version of cx_Oracle I need to support Oracle 11gR2 XE. As I've found, 11g > XE only supports unicode. I had issues with the installation of cx_Oracle > 5.1.1 (ImportError: /usr/lib/python2.7/dist-packages/cx_Oracle.so: undefined > symbol: PyUnicodeUCS2_AsEncodedString). However, I was able to successfully > install xc_Oracle 5.0.4 Unicode. > > Does this mean that I can only use cx_Oracle 5.0.4 Unicode? I tried > building from the source files of 5.1.1 and still wasn't able to resolve the > unicode issue. > > My environment: > Ubuntu > Oracle 11gR2 XE > Oracle InstantClient > Python 2.7 > > > Thanks!! > > Darin > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure > contains a definitive record of customers, application performance, > security threats, fraudulent activity, and more. Splunk takes this > data and makes sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-novd2d > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > |