eygle Eygle.
Download 2007-07-20

Oracle RAC学习资料下载

朋友让我帮忙推荐一些Oracle RAC的学习资料,除Tahiti上的官方文档之外,我一直觉得Oracle的SG是非常不错的。

以下是一些相关资源。
1.D17276GC10 - Oracle Database 10g:Real Application Clusters
http://www.itpub.net/525469.html

2.D34316-Oracle9i Real Application Clusters
http://www.itpub.net/329460.html

ITPUB上也有一些不错的图书:
1.Oracle.Database.10g.High.Availability.with.RAC.Flashback.and.Data.Guard
http://www.itpub.net/227237.html

2.Digital.Press.Oracle.Real.Application.Clusters
http://www.itpub.net/214447.html

对于学习资料来说,ITPUB真可以说得上是应有尽有了。

-The End-

By eygle 2007-07-20 12:47 评论 (6)
eygle
eygle

前Oracle ACE Director,云和恩墨创始人。技术为骨,历史为脉,人文为魂。

返回首页

6 Comments

eygle能否提供一个10g新特性的sg,
另外问一个问题
/*+first row*/与rownum<2,为什么差距怎么大?
有一张400万条数据的表,建了索引,查询结果只为了得到一条数据
select * form dcustmsg=&phone
消耗时间大约4s,

select /+*first row+/* form dcustmsg=&phone
消耗时间大约也是4s,

select * form dcustmsg=&phone where rownum<2
消耗时间0.2s

为什么差距这么大,本以为/+*first row+/ 和 rownum<2的效果应该差不多啊

执行计划呢?

可能着两个语句的执行计划不一样。

11g RAC的文档很快就出来了。

11g还要等一段时间的。

感觉我也装oracleRAC很多回来,但就是写不出你这样的文档,佩服
http://blog.chinaunix.net/u1/38775/