Skip to content Skip to sidebar Skip to footer
Showing posts with the label 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

Connection Timeout Parameter For Oracle Db From Python

I am using the below simple code to connect to Oracle database to execute a stored procedure. But a… Read more Connection Timeout Parameter For Oracle Db From Python

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: 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

How To Connect To Database Using Qoci Or Qodbc With Correct Encoding?

I want to connect to Oracle database using PyQt5 QOCI driver. Here is some example code I'm usi… Read more How To Connect To Database Using Qoci Or Qodbc With Correct Encoding?

Amazon Python 2.7 Lambda: Dpi-1047: 64-bit Oracle Client Library Cannot Be Loaded: "libclntsh.so"

This article was the closest to what I experienced: Connecting to Oracle RDS using AWS Lambda using… Read more Amazon Python 2.7 Lambda: Dpi-1047: 64-bit Oracle Client Library Cannot Be Loaded: "libclntsh.so"

How To Export Parsed Data From Python To An Oracle Table In Sql Developer?

I have used Python to parse a txt file for specific information (dates, $ amounts, lbs, etc) and no… Read more How To Export Parsed Data From Python To An Oracle Table In Sql Developer?