October 11, 2008
青年汇小区业主 vs 朝阳绿化局维权的胜利
作者:eygle
出处:http://blog.eygle.com
今天,我们小区的所有业主和绿化局之间进行了一场维权交涉,最终业主们取得了阶段性的胜利。
在小区南侧,本来有规划一条100米左右宽的绿化带,结果国庆期间,绿化局却要将这个绿化带改建成停车场。
这引起了小区业主的极大不满,几个非常具有责任感的业主们及时阻止了绿化局的施工。
经过小区所有业主的集体努力,经过四处投诉、取证、研究,今天正式和绿化局的领导碰面,下午2点左右,朝阳区绿化局的一位科长到达现场,承诺这里不会再建停车场,也没有什么绿化停车场,这里将来还是建一块公共绿地给大家。
这一消息让大家振奋不已,这一决定已经在朝阳区绿化局的网站上公示:
![]() |
我要感谢小区那些具有责任感与热情的业主,他们在积极筹备业主委员会中。
这是第一次大家的集体维权,希望以后还能不断改善小区的环境,构建一个真正让大家满意的居住社区。
Posted by eygle at 5:31 PM | Comments (4)
CURSOR_SPACE_FOR_TIME 参数废弃
作者:eygle
出处:http://blog.eygle.com
根据Oracle Metalink文档 Note:565424.1,CURSOR_SPACE_FOR_TIME 参数已经被Oracle放弃。
最先放弃的版本是:10.2.0.5 and 11.1.0.7
在早期的版本中,用户可以通过设置这个参数为True,使得Oracle使用更多的Shared SQL Area去保存SQL,从而提高反复执行SQL解析的速度。
然而随着Oracle Mutexes Pin机制的引入,用户已经几乎不再会从这个参数中受益,加上在某些特定的环境下,这个参数可能会导致严重Bug,随意最终,这个参数被废弃。
在文档中,这个参数的说明大致如下:
CURSOR_SPACE_FOR_TIME lets you use more space for cursors in order to save time. It affects both the shared SQL area and the client's private SQL area.Values True means take the benifits of this parameter,With True setting Shared SQL areas are kept pinned in the shared pool. As a result, shared SQL areas are not aged out of the pool as long as an open cursor references them. Because each active cursor's SQL area is present in memory, execution is faster. However, the shared SQL areas never leave memory while they are in use. Therefore, you should set this parameter to TRUE only when the shared pool is large enough to hold all open cursors simultaneously.
In addition, a setting of TRUE retains the private SQL area allocated for each cursor between executions instead of discarding it after cursor execution, saving cursor allocation and initialization time
所有使用了这个参数的数据库应当注意。
而且作为一个法则,我应当提醒的是:除非具有了深入的了解与认识,否则不要设置一些不常见、你不了解的参数。
Posted by eygle at 8:38 AM | Comments (0)

