Archive for January 29th, 2008
alidba team雪照
Tuesday, January 29th, 2008
两张集体照,缺了旺旺,回来ps上去。
more: http://www.flickr.com/photos/grassbell/tags/alidba/
20080129,杭州大雪
Tuesday, January 29th, 2008
可惜旺旺在家,不在现场
11g new features
Tuesday, January 29th, 2008
#PL/SQL
可直接定义序列变量 DECLARE n NUMBER := Seq.Nextval;
增强的正则表达式
PL/SQL CONTINUE statement:循环中,跳过本次循环,继续下次循环
#Availability
standby增强
Compression of Redo Traffic (Only for Gap Resolution) Over the Network in a Data Guard Configuration
压缩传递redo(仅在Gap Resolution的情况下)。
Real-Time Query Capability of Physical Standby Database
这是我觉得非常好的一个功能,就象mysql的复制特性一样,standby可以实时提供读的服务,这样只读的应用就可以部署在standby上了。
Snapshot Standby
可以打开standby进行读写操作,使用完成后,可以继续恢复。这个特性对于我们一些系统非常有用,比如ERP或者测试系统。
Flashback Transaction
可以flashback已经提交的事务(或其相关的事务)。
SMP Scalable Redo Apply
This feature enables faster performance of media recovery and also Data Guard Redo Apply (physical standby database)
DDL With the WAIT Option
在做DDL操作时,如果不能获得DDL_LOCK,可以等待(DDL_LOCK_TIMEOUT初始化参数)后再重试,而不是直接报错。
Enhanced [...]


