Skip to content Skip to sidebar Skip to footer
Showing posts with the label Oracle

How To Install Cx_oracle On El Capitan

As I understand it, there was some change related to SIP that makes installing this difficult. Thes… Read more How To Install Cx_oracle On El Capitan

Dpi-1047: 64-bit Oracle Client Library Cannot Be Loaded

I am trying to run oracle database in python. Specifications: 1. Windows 7 64 bit 2. Python 32 bit … Read more Dpi-1047: 64-bit Oracle Client Library Cannot Be Loaded

Parse Table Names From A Bunch Sql Statements

I have an table with thousands of SQL statements in a column called Queries. Any ideas on how to ge… Read more Parse Table Names From A Bunch Sql Statements

Python 2.7 Connection To Oracle: Loosing (polish) Characters

I connect from Python 2.7 to Oracle data base. When I use: cursor.execute('SELECT column1 FROM … Read more Python 2.7 Connection To Oracle: Loosing (polish) Characters

Set Database Connection Timeout In Python

I'm creating a RESTful API which needs to access the database. I'm using Restish, Oracle, … Read more Set Database Connection Timeout In Python

Cx_oracle And The Data Source Paradigm

There is a Java paradigm for database access implemented in the Java DataSource. This object create… Read more Cx_oracle And The Data Source Paradigm