Eddy Mulyono (eddymulyono) wrote,

HOWTO Install cx_Oracle on Ubuntu 8.10 (intrepid) 64bit

Assuming we have installed Oracle Instant Client 11,

  1. Browse to homepage of cx_Oracle.
  2. Download the "CentOS 5 x86_64 RPM (Oracle 11g, Python 2.5)" (Ubuntu 8.10 (intrepid) by default carries Python 2.5).
  3. Install the RPMs using alien. For example, at the time of this writing:
    sudo alien -i cx_Oracle-5.0-11g-py25-1.x86_64.rpm

To test,
python -c 'import cx_Oracle'
should "just return" without errors.

Tags: intrepid, oracle, python, ubuntu
  • Post a new comment

    Error

    default userpic
  • 4 comments