linux环境下cx-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 2090581
  • 博文数量: 195
  • 博客积分: 4378
  • 博客等级: 上校
  • 技术积分: 4046
  • 用 户 组: 普通用户
  • 注册时间: 2007-09-09 11:37
个人简介

白天和黑夜只交替没交换无法想像对方的世界

文章分类

全部博文(195)

文章存档

2014年(3)

2013年(20)

2012年(18)

2011年(107)

2010年(17)

2009年(5)

2008年(20)

2007年(5)

相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: oracle

2012-02-02 15:12:54


环境:redhat as5.0 python2.7.2 oracle instant client  cx_oracle

 

oracle instant client10.2.4.1 (linux)


需要用到的三个包的下载地址如下:

http://download.oracle.com/otn/linux/instantclient/10204/oracle-instantclient-devel-10.2.0.4-1.i386.rpm

 

 

 

python2.7

下载的源码包是:cx_oracle-5.0.4.tar.gz

 

环境变量:

export oracle_home=/usr/lib/oracle/10.2.0.4/client
export ld_library_path=$ld_library_path:$oracle_home/lib

 

 

遇到的问题:

在软件安装完毕,环境变量配置成功后,报错:“importerror: no module named cx_oracle

解决:cx oracle官方下载源码包,编译后在安装,搞定了。

 

,找到对应版本的“”,下载后按照redme指示,

 

        python setup.py build
        python setup.py install

 

再次python import cx_oracle,不报错了


[root@test ~]# python

python 2.7.2 (default, aug  1 2011, 13:44:53) 

[gcc 4.1.2 20070626 (red hat 4.1.2-14)] on linux2

type "help", "凯发app官方网站 copyright", "credits" or "license" for more information.

>>> import cx_oracle

>>> 


—————-安装完成—————————–

测试代码

>>> import os

>>> import cx_oracle

>>> os.environ['nls_lang']=”simplified chinese_china.zhs16gbk” #这句话是为了让oracle database中读出来的gbk编码中文正常显示而设设置的语言环境

>>> dsn = cx_oracle.makedsn(“192.168.1.10″, “1521″, “db”)

>>> conn = cx_oracle.connect(username, password, dsn)

>>> db_cursor = conn.cursor()

......

阅读(7519) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图