Installing Cx_Oracle On Windows 7
Anyone has experience on doing similar installation? Any suggestion would be appreciated! Dawenx May 2, 2013 7:58 AM. Correct Answer. Since I got a few inquiries on this, it would be helpful to post it here. The trick is to load the cx_Oracle.pyd (from a Windows 7 64-bit machine) and 64-bit Windows. Getting Started. Install Python from python.org. Install cx_Oracle using Quick Start cx_Oracle Installation. Download cx_Oracle samples or create a script like the. Installing Oracle Database 11g on Windows Purpose. In this tutorial, you learn how to install Oracle Database 11g on Windows. This tutorial covers the.
Cx_Oracle 6.1. Python interface to Oracle. Python interface to Oracle Database conforming to the Python DB API 2.0 specification. See http://www.python.org/topics/database/DatabaseAPI-2.0.html. Alien Head Pepakura Files Database.
Installing cx_Oracle for Python/ Mac OSX Portions taken from (in case that link ever dies.) Assume you've got installed. This worked for me (building from source) until the last step. Python setup.py build finished (with the following warnings: 57 warnings generated. Creating build/lib.macosx-10.9-intel-2.7-11g cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. Seems like Oracle made a change to the basic zip since this was posted, so to anyone else who arrives here: ln -s libclntsh.dylib.11.2 libclntsh.dylib ln -s libocci.dylib.11.2 libocci.dylib should be. Ln -s libclntsh.dylib.11.1 libclntsh.dylib ln -s libocci.dylib.11.1 libocci.dylib You'll see both 11.1 files when you unpack the zips, and the links need to point to them.
With this tweak, I was able to install cx_Oracle 5.1.2 on OS X 10.8.5 using 64-bit versions of Oracle Instant Client 11.2 and Python 2.7.6. I am trying to build from source with the 64 bit instant client. Tried the same as above but I am getting compiler errors.
If anyone else is still getting: Complete output from command python setup.py egg_info: Traceback (most recent call last): File ', line 20, in File '/private/tmp/pip-build-7nKcf7/cx-Oracle/setup.py', line 170, in raise DistutilsSetupError('cannot locate an Oracle software ' distutils.errors. Toyota Diagnostics Software. DistutilsSetupError: cannot locate an Oracle software installation ---------------------------------------- Command 'python setup.py egg_info' failed with error code 1 in /private/tmp/pip-build-7nKcf7/cx-Oracle Then do export PATH=$PATH:/usr/lib/share/oracle/instantclient_11_2 as well. Sorted it for me. I was able to install cx_Oracle 5.2 on El Capitan 10.11.2 (15C50) with Python 3.4.3. See my instructions and test code at the bottom of this post. I left all the files in my /Users/gskluzacek/Downloads directory as I just wanted to try this out.