cx-oracle
execute a sql script file from cx_oracle?
Is there a way to execute a sql script file using cx_oracle in python. I need to execute my create table scripts in sql fi开发者_StackOverflow中文版les.PEP-249, which cx_oracle tries to be compliant[详细]
2023-04-06 20:24 分类:问答Parallel execution in cx-oracle
I have recently joined a new company and am new to python (their preferred scripting language) and have been working with cx_oracle to create some ETL processes.The scripts I have built so far have be[详细]
2023-04-06 19:38 分类:问答cx_Oracle and Exception Handling - Good practices?
I\'m trying to use cx_Oracle to connect to an Oracle instance and execute some DDL statements: db = None[详细]
2023-04-05 13:51 分类:问答Exception binding variables with cx_Oracle in python
Okay, so I\'m connected to an oracle database in python 2.7 and cx_Oracle 5.1 compiled against the instant client 11.2. I\'ve got a cursor to the database and running SQL is not an issue, except this:[详细]
2023-03-30 03:09 分类:问答Python-Oracle Passing in a Cursor Out Parameter
I am trying to call a stored procedure between python and an o开发者_运维知识库racle db. The problem I am having is passing a cursor out-parameter.[详细]
2023-03-22 16:01 分类:问答cx_Oracle executemany with a CLOB
I am attempting to parse multiple CSVs and insert their data into tables using cx_Oracle. I have no problem inserting into the tables using execute but when I try the same procedure with executemany I[详细]
2023-03-18 18:43 分类:问答SQL Alchemy and CX_Oracle Reflection Issue
I am having problems reflecting tables in Oracle using cx_Oracle version 5.1 (autoload=True).Everything works fine under cx开发者_如何学Go_Oracle version 5.0.4. Here\'s the error I get:[详细]
2023-03-16 17:39 分类:问答Setting up Cx_Oracle
I am running ... S开发者_C百科QL*Plus: Release 9.2.X.X.X - Production on Wed Jun 22 13:02:14 2011[详细]
2023-03-14 14:23 分类:问答executemany of CLOB elements on cx_Oracle
I have a function that inserts a chunk of data into oracle database. I\'m trying to achieve this by using executemany.[详细]
2023-03-08 05:13 分类:问答import cx_oracle fails when python script is started as win32 service
I have written a python script that should run as a windows service by subclassing the win32serviceutil.ServiceFramework. Within the script the cx_oracle module is used.[详细]
2023-03-05 12:28 分类:问答