Top "Cx-oracle" questions

cx_Oracle is a Python extension module that allows access to Oracle databases and conforms to the Python database API specification.

How manipulate query results from cx_Oracle

I've trying to create a list with the results from a column. I execute the query and the result are …

python oracle cx-oracle
Executing script by using function callproc from cx_Oracle module in python 2.7.5

I'm relatively new to Python. I'm currently working on SQL statement execution in Oracle DB. When I execute query: query = …

python sql cx-oracle
How can I make cx-oracle bind the results of a query to a dictionary rather than a tuple?

Here is my code. I would like to find a way to have results from a query returned as a …

python sql database oracle cx-oracle
Calling Python from Oracle

Is it possible to call Python within an Oracle procedure? I've read plenty of literature about the reverse case (calling …

python sql oracle pandas cx-oracle
Inserting a CLOB using cx_Oracle

I am trying to insert a CLOB using the following code. cursor = connection.cursor() cursor.setinputsizes(HERP = cx_Oracle.CLOB) …

python oracle cx-oracle
User input variables in cx_Oracle?

I'm using cx_Oracle to access our database. I would like the user to be able to input the station …

python oracle cx-oracle
error: cannot locate an Oracle software installation

I'm working on Plone. PRELUDE I've installed: oracle-instantclient12.1-basic-12.1.0.1.0-1.x86_64.rpm oracle-instantclient12.1-devel-12.1.0.1.0-1.x86_64.rpm oracle-instantclient12.1-sqlplus-12.1.0.1.0-1.…

python oracle plone buildout cx-oracle
Getting column info in cx_oracle when table is empty?

I am working on an a handler for the python logging module. That essentially logs to an oracle database. I …

python cx-oracle
Python3 cx-Oracle Oracle Client library cannot be loaded: "libclntsh.so" on Linux

I have found similar questions by searching. However, the previous solutions seem to be centered around Windows and not Linux. 1) …

python linux database cx-oracle sles
Anaconda 3.5 (64bit Windows) Install cx_Oracle

I have installed Anaconda 3.5 for Windows 64bits, and I need to connect to the Oracle database using package "cx_Oracle". …

python oracle anaconda cx-oracle