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

Python Cx_oracle Sql With Bind String Variable

I have a problem with creating SQL query for Oracle database using Python. I want to bind string va… Read more Python Cx_oracle Sql With Bind String Variable

Cx_oracle Connection Timeout

I am trying to connect to Oracle database but getting below error: curcon = cx_Oracle.connect(conn… Read more Cx_oracle Connection Timeout

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

Application Vs Database Resident Connection Pool

Situation: I have a requirement to use connection pooling while connecting to Oracle database in p… Read more Application Vs Database Resident Connection Pool

Pyodbc Exception Args Has Some Unidentified Characters

I am trying to log the pyodbc exception to a log file, the problem is, using the standard python lo… Read more Pyodbc Exception Args Has Some Unidentified Characters

Loading Huge Xls Data Into Oracle Using Python

I have a 3+ million record XLS file which i need to dump in Oracle 12C DB (direct dump) using a pyt… Read more Loading Huge Xls Data Into Oracle Using Python

Django Inspectdb Issue Using Oracle Database

Installed cx_oracle and ran inspectdb. Don't seem to get any output? Can somebody help? Is ther… Read more Django Inspectdb Issue Using Oracle Database

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