¡@

Home 

python Programming Glossary: cx_oracle

Help installing cx_Oracle

http://stackoverflow.com/questions/1711408/help-installing-cx-oracle

installing cx_Oracle I'm trying to install the cx_Oracle for Python 2.6 but it is.. installing cx_Oracle I'm trying to install the cx_Oracle for Python 2.6 but it is failing. I don't know enough about.. myself. This is what is output on the command line C pydev cx_Oracle 5.0.1 C python26 python setup.py install running install running..

Determine precision and scale of particular number in Python

http://stackoverflow.com/questions/3018758/determine-precision-and-scale-of-particular-number-in-python

is already a float and is being pushed to a database via cx_Oracle. I'm trying to do the best I can in Python to handle floats..

How can I access Oracle from Python?

http://stackoverflow.com/questions/3521692/how-can-i-access-oracle-from-python

How can I access Oracle from Python I have downloaded a cx_Oracle msi installer but Python can't import the library. I get the.. can't import the library. I get the following error import cx_Oracle Traceback most recent call last File pyshell#1 line 1 in module.. recent call last File pyshell#1 line 1 in module import cx_Oracle ImportError DLL load failed The specified module could not be..

Can't get cx_Oracle to work with Python version 2.7 / mac os 10.7.2 (Lion) - missing_OCIAttrGet

http://stackoverflow.com/questions/8169946/cant-get-cx-oracle-to-work-with-python-version-2-7-mac-os-10-7-2-lion-mis

get cx_Oracle to work with Python version 2.7 mac os 10.7.2 Lion missing_OCIAttrGet.. 2.7 mac os 10.7.2 Lion missing_OCIAttrGet Can't get cx_Oracle to work with Python version 2.7 mac os 10.7.2 Lion One other.. recent call last File reader.py line 9 in module import cx_Oracle File build bdist.macosx 10.7 intel egg cx_Oracle.py line 7 in..

Creating a logging handler to connect to Oracle?

http://stackoverflow.com/questions/935930/creating-a-logging-handler-to-connect-to-oracle

that will log to the DB. I am using python 2.5.4 and cx_Oracle and the applications in general can be ether run as a service.. to go about this. Few questions If any errors occur with cx_Oracle where should these errors be logged to If its down would it.. share improve this question If errors occur with cx_Oracle it's probably best to log these to a text file. You could try..

Help installing cx_Oracle

http://stackoverflow.com/questions/1711408/help-installing-cx-oracle

cx_Oracle.obj DBUILD_VERSION 5.0.1 cx_Oracle.c c pydev cx_oracle 5.0.1 StringVar.c 392 warning C4018 ' ' signed unsigned mismatch.. 392 warning C4018 ' ' signed unsigned mismatch c pydev cx_oracle 5.0.1 StringVar.c 417 warning C4018 ' ' signed unsigned mismatch.. 417 warning C4018 ' ' signed unsigned mismatch c pydev cx_oracle 5.0.1 ObjectVar.c 117 warning C4018 ' ' signed unsigned mismatch..

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

http://stackoverflow.com/questions/4468071/how-can-i-make-cx-oracle-bind-the-results-of-a-query-to-a-dictionary-rather-than

of dictionaries rather than list of tuples. It seems like cx_oracle supports this with parts of the documentation talking about..

INSERT not working in cx_oracle when used with execute. How to get it working?

http://stackoverflow.com/questions/5642708/insert-not-working-in-cx-oracle-when-used-with-execute-how-to-get-it-working

not working in cx_oracle when used with execute. How to get it working I am new to 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..

Can't get cx_Oracle to work with Python version 2.7 / mac os 10.7.2 (Lion) - missing_OCIAttrGet

http://stackoverflow.com/questions/8169946/cant-get-cx-oracle-to-work-with-python-version-2-7-mac-os-10-7-2-lion-mis

from Oracle http www.xairon.net 2011 05 guide installing cx_oracle on mac os x I then had the same error you listed ImportError..