cx-oracle
How to export a table to csv or excel format
I need to export a oracle table to a csv/excel file 开发者_运维问答format (along with the column headings). A solution through cx_oracle or through sqlplus welcome.[详细]
2023-02-26 06:21 分类:问答INSERT not working in cx_oracle when used with execute. How to get it working?
I am new to cx_oracle. I have established a connection and I am able to create and drop a ta开发者_如何学运维ble using execute.[详细]
2023-02-24 11:18 分类:问答problem with soaplib (lxml) with apache2 + mod_wsgi
when I launch my application with apache2+modwsgi I catch Exception Type:ImportError Exception Value: DLL load failed: The specified module could not be found.[详细]
2023-02-21 23:43 分类:问答DLL file load failed For Cx_oracle
I\'m using Python 3.1.2. I\'ve downloaded cx_Oracle (Windows x86 Installer (Oracle 10g, Python 3.1)). I\'m using Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64-bit.[详细]
2023-02-17 14:40 分类:问答Capturing stdout output from stored procedures with cx_Oracle
Is there a way in cx_Oracle to capture the stdout output from an oracle stored procedure? These show up when using Oracle\'s SQL开发者_StackOverflow社区 Developer or SQL Plus, but there does not seem[详细]
2023-02-16 04:58 分类:问答Closing a cx_Oracle Connection While Allowing for a Down Database
The following cx_Oracle code works fine when the database is up: #!C:\\Python27 import cx_Oracle try: conn = cx_Oracle.connect(\"scott/tiger@oracle\")[详细]
2023-02-16 00:01 分类:问答Oracle and Python - cx_Oracle DLL load failed
Right I have Python 2.6.2 installed on my machine, I wish to access an Oracle 10g (10.2.0.1.0 to be precise) instance on the same network (not local machine)[详细]
2023-02-12 03:11 分类:问答Is this the preferred way to detect if the unicode or non-unicode version of cx_oracle was installed?
I have a custom module that\'s basically a thin wrapper around a database connection with cx_Oracle.I\'d like to re-use this module on computers with both the unicode version of cx_Oracle installed, a[详细]
2023-02-09 15:59 分类:问答Read LONG RAW with cx_Oracle
I\'ve a legacy database with LONG RAW columns. Data stored in this columns are about ~100KB. I\'m trying to access those binary data with cx_Oracle.[详细]
2023-02-06 05:58 分类:问答Oracle instant client can't execute sql update
I can connect to a Oracle 10g release 2 server using instant client. Using pyodbc and cx_Oracle. Using either module, I can execute a select query without any problems, but wh开发者_如何学Pythonen I[详细]
2023-02-05 13:12 分类:问答