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

Cx_oracle.databaseerror: Ora-12170: Tns:connect Timeout Occurred

I am getting cx_Oracle.DatabaseError: ORA-12170: TNS:Connect timeout occurred error while connecti… Read more Cx_oracle.databaseerror: Ora-12170: Tns:connect Timeout Occurred

Python - Sqlalchemy - Oracle Connection Fails To Connect To Sid

I am trying to use sqlalchemy to connect to an oracle DB. I was expecting the following to work gi… Read more Python - Sqlalchemy - Oracle Connection Fails To Connect To Sid

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 With Multiple Oracle Client Versions

I am running Python 2.7 and am using cx_Oracle on a linux 64 bit OS. I need to be able to run agai… Read more Cx_oracle With Multiple Oracle Client Versions

Cx_oracle: Using Pl/sql Record Types As Arguments To Stored Procedures

I'm attempting to call AP_VENDOR_PUB_PKG.CREATE_VENDOR from cx_Oracle (This is an Oracle R12 st… Read more Cx_oracle: Using Pl/sql Record Types As Arguments To Stored Procedures

Tell Me How To Access Oracledb From Raspberry Pi Through Query

The problem is the link between raspberry pie and Oracle database. We've tried a lot of things … Read more Tell Me How To Access Oracledb From Raspberry Pi Through Query