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

Return A Stored Procedure Out Cursor Variable In Cx_oracle

I am trying to return a refcursor from a procedure in python using cx_oracle, my procedure looks so… Read more Return A Stored Procedure Out Cursor Variable In Cx_oracle

Python - Typeerror: Expecting String Or Bytes Object

After much research I cannot figure out why I receive this error in my code. I'm trying to expo… Read more Python - Typeerror: Expecting String Or Bytes Object

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

Sharing An Oracle Database Connection Between Simultaneous Celery Tasks

I'm working with Python2.7, Celery and cx_Oracle to access the Oracle database. I create a lot … Read more Sharing An Oracle Database Connection Between Simultaneous Celery Tasks

Binding Variables To Sqlalchemy Query For Pandas.read_sql

Is it possible to bind variables to a SQLAlchemy query used in a Pandas.read_sql statement? Using %… Read more Binding Variables To Sqlalchemy Query For Pandas.read_sql

Cx_oracle Does Not Recognize Location Of Oracle Software Installation For Installation On Linux

I have been able to successfully install cx_Oracle for use with Python 3.4 on my Windows 8 laptop, … Read more Cx_oracle Does Not Recognize Location Of Oracle Software Installation For Installation On Linux