Skip to content

Instantly share code, notes, and snippets.

View Jolly23's full-sized avatar
🎯
Focusing

Mars Jolly23

🎯
Focusing
  • University of Southern California
  • Los Angeles, CA
View GitHub Profile
@Jolly23
Jolly23 / cx_oracle.md
Created May 7, 2016 10:27 — forked from kimus/cx_oracle.md
Installing python cx_oracle on Ubuntu

First of all, it just seems like doing anything with Oracle is obnoxiously painful for no good reason. It's the nature of the beast I suppose. cx_oracle is a python module that allows you to connect to an Oracle Database and issue queries, inserts, updates..usual jazz.

Linux

Step 1:

sudo apt-get install build-essential unzip python-dev libaio-dev

Step 2. Click here to download the appropriate zip files required for this. You'll need: