February 27, 2009
Oracle Weblogic License 策略的变更
作者:eygle
出处:http://blog.eygle.com
Oracle在收购BEA之后,做出了一个关于License策略的重大变更,实际上也就是和Oracle其他产品License策略的统一,不再限制非商业使用的关于License的种种限制。
Bea的产品现在的License Key可以自由下载:
http://www.oracle.com/bea/index.html
WebLogic Family License Keys下载:
http://download2.bea.com/pub/license/All%20Products/BEA_WebLogic.zip
AquaLogic Family License Keys下载:
http://download2.bea.com/pub/license/All%20Products/BEA_AquaLogic.zip
在Oracle的License站点上,可以找到很多关于License的有意思的信息:
http://licensecodes.oracle.com/
而从weblogic 10.3开始,新版本已经不再需要License,在OTN上可以看到相关的讨论。
对很多客户,这实在是一个好消息!
Posted by eygle at 10:11 PM | Comments (2)
Oracle Wait Events:read by other session
作者:eygle
出处:http://blog.eygle.com
read by other session是在Oracle Database 10g中,引入的一个新事件,此前版本,这个事件在Buffer Busy Wait中记录。根据文档,这个事件的解释如下:
This event occurs when a session requests a buffer that is currently being read into the buffer cache
by another session. Prior to release 10.1, waits for this event were grouped with the other reasons for
waiting for buffers under the 'buffer busy wait' event
这个等待也就是说明数据库存在读的竞争,所以该等待事件通常和db file sequential read或db file scattered read 同时出现。
以下是一个客户生产数据库中的Top 5 Timed Events:
Top 5 Timed Events Avg %Total
~~~~~~~~~~~~~~~~~~ wait Call
Event Waits Time (s) (ms) Time Wait Class
------------------------------ ------------ ----------- ------ ------ ----------
CPU time 4,897 52.9
db file sequential read 1,557,308 1,887 1 20.4 User I/O
read by other session 3,818,768 1,769 0 19.1 User I/O
db file scattered read 973,678 807 1 8.7 User I/O
log file sync 23,299 17 1 0.2 Commit
Posted by eygle at 4:01 PM | Comments (7)
