码迷,mamicode.com
首页 >  
搜索关键字:cx-oracle    ( 150个结果
How to compile pycrypto 2.4.1 (python 3.2.2 for Windows 7 x64)
How to compile pycrypto 2.4.1 (python 3.2.2 for Windows 7x64)Nov 10Posted byaleskThis note is a variation ofnotethat talks about compiling cx_Oracle m...
分类:编程语言   时间:2015-02-08 15:21:33    阅读次数:182
oracle数据存入EXCEL
#coding:gb18030import cx_Oracleimport xlsxwriterimport timeimport sys reload(sys) sys.setdefaultencoding("gb18030")con = cx_Oracle.connect("user/user1...
分类:数据库   时间:2015-02-06 18:16:53    阅读次数:145
Python导入cx_Oracle报错
系统环境:RHEL5.4 python2.5(手动编译安装,系统带有2.4版本)在使用python脚本访问数据库时,需要导入cx_Oracle模块 $>>>import cx_OracleTraceback (most recent call last): File "/ghca/monitor/....
分类:数据库   时间:2015-02-03 17:06:28    阅读次数:532
python 读写Oracle10g数据简介
1、测试环境:Centos6 X86_64python 2.6 Oracle 10g2、安装cx_Oracle 和 Oracle InstantClient:http://www.rpmfind.net/linux/rpm2html/search.php?query=cx_oraclehttp://...
分类:数据库   时间:2014-12-17 17:42:01    阅读次数:325
Linux搭建python环境中cx_Oracle模块安装遇到的问题与解决方法
安装cx_Oracle报错的解决方法
分类:数据库   时间:2014-12-15 13:29:26    阅读次数:375
mac安装cx_Oracle 出现cannot locate an Oracle software错误解决办法
前几个步骤可参考这篇文章:http://www.cs.utexas.edu/~mitra/csSpring2011/cs327/cx_mac.html在进行到sudo python setup.py build 以及install的时候明明echo $ORACLE_HOME等这些环境变量都设置的,但...
分类:数据库   时间:2014-12-02 17:00:36    阅读次数:448
Python 连接ORACLE数据的两个问题
环境win7(64)+Python2.7.5+cx_Oracle-5.1.3-11g.win-amd64-py2.71、dll不是有效的win32应用程序importcx_Oracle后运行报错“dll不是有效的win32应用程序”经查发现ORACLE的客户端用的是32位的,装好64位的客户端后将安装目录下的OCI.DLL拷一份大盘Pythonlib/libsite-packages目..
分类:数据库   时间:2014-11-28 06:33:48    阅读次数:399
Python 安装 cx_Oracle
说明:本文档内容基于Python2.7.8版本进行操作。一、下载cx_Oracle下载地址:https://pypi.python.org/pypi/cx_Oracle/5.1.3
分类:数据库   时间:2014-11-21 18:59:42    阅读次数:697
oracle csv
http://www.cnblogs.com/sislcb/archive/2008/12/15/1355481.html? ? 举例说明csv如何用 http://outofmemory.cn/code-snippet/2130/Python-usage-cx-Oracle-jiang-oracle-shujubiao-de-data-daochu-cheng-csv?...
分类:数据库   时间:2014-11-21 10:55:59    阅读次数:230
oracle python
#!/usr/bin/python import csv import cx_Oracle tns_name = cx_Oracle.makedsn(‘192.168.1.230‘,‘1521‘,‘hfpboc‘) db = cx_Oracle.connect(‘hfpboc‘,‘hfpboc‘,tns_name) cursor = db.cursor() f = open("cardacc...
分类:数据库   时间:2014-11-13 20:57:37    阅读次数:253
150条   上一页 1 ... 12 13 14 15 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!