cx_Oracle note

cx_Oracle note

Install on win7

Install cx_Oracle

When install cx_Oralce on Win7,get error msg said need Python Version 3.4 above. I already have winpython on it. So I have to user regedit modify the reg:

  • some software like cx_oracel need :HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\2.7\InstallPath

  • some others need:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Python\PythonCore\2.7\InstallPath

Install oracle instantclient

  • download instantclient from oracle website
  • Get oci.dll,oraocci11.dll,oraociei11.dll from the downloaded zip file,then put it into $python_path/Lib/site-packages/

相关文章

Java Oracle 结果集是Java语言中处理数据库查询结果的一种方...
Java AES和Oracle AES是现代加密技术中最常使用的两种AES加密...
Java是一种广泛应用的编程语言,具备可靠性、安全性、跨平台...
随着移动互联网的发展,抽奖活动成为了营销活动中不可或缺的...
Java和Oracle都是在计算机领域应用非常广泛的技术,他们经常...
Java 是一门非常流行的编程语言,它可以运行于各种操作系统上...