摘要:记录一下使用源码编译安装cx_Oracle的经过。 wait4friend 这次使用的是Python3.2和Oracle11gR2,下载对应版本的源码 cx_Oracle-5.1.tar.gz 解压源码 # tar zxvf cx_Oracle-5.1.tar.gz 在编译之前,需要设置Oracle的环境变量 # export ORACLE_BASE=/data/ora...
阅读全文
摘要:------------------------------------------------------------------------------------------------------------------------ 原文 CentOS中升级Python到3.2 1. 安装Python 3.2 #解包 $tar jxvf Python-3.2.tar.bz2 #配...
阅读全文
摘要:ORACLE提供的Databas Change Notification特性让我们可以通过Register的形式告诉数据 库,用户对某些表的内容改变感兴趣。最常用的地方是,在数据发生变化后,刷新Mid-Tier的数据Cache. 摘录一段文档内容--------------------------------------------------------------------------------Database Change Notification is a feature that enables client applications to register queries wi
阅读全文