随笔分类 -  Python

Study Note for Python
安装cx_Oracle
摘要:记录一下使用源码编译安装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... 阅读全文

posted @ 2013-03-26 16:49 wait4friend 阅读(261) 评论(0) 推荐(0)

CentOS下安装Python3
摘要:------------------------------------------------------------------------------------------------------------------------ 原文 CentOS中升级Python到3.2 1. 安装Python 3.2 #解包 $tar jxvf Python-3.2.tar.bz2 #配... 阅读全文

posted @ 2012-11-05 17:41 wait4friend 阅读(2321) 评论(0) 推荐(0)

数据变更通知(Databas Change Notification)
摘要:ORACLE提供的Databas Change Notification特性让我们可以通过Register的形式告诉数据 库,用户对某些表的内容改变感兴趣。最常用的地方是,在数据发生变化后,刷新Mid-Tier的数据Cache. 摘录一段文档内容--------------------------------------------------------------------------------Database Change Notification is a feature that enables client applications to register queries wi 阅读全文

posted @ 2011-12-12 14:52 wait4friend 阅读(1719) 评论(0) 推荐(0)