<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>OS与Oracle</title>
	<atom:link href="http://www.os2ora.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.os2ora.com</link>
	<description>专注于现实世界Oracle数据库的高性能，高可扩展性与新一代数据库Exadata架构</description>
	<lastBuildDate>Mon, 19 Sep 2011 09:10:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>OLTP Performance Video &#8211; Concurrent Mid-Tier Connections and Trouble of Parsing</title>
		<link>http://www.os2ora.com/oltp-performance-video-concurrent-mid-tier-connections-and-trouble-of-parsing/</link>
		<comments>http://www.os2ora.com/oltp-performance-video-concurrent-mid-tier-connections-and-trouble-of-parsing/#comments</comments>
		<pubDate>Fri, 26 Aug 2011 08:40:15 +0000</pubDate>
		<dc:creator>Kaya</dc:creator>
				<category><![CDATA[Exadata]]></category>
		<category><![CDATA[数据库性能调优]]></category>
		<category><![CDATA[系统架构]]></category>
		<category><![CDATA[Connection Mid-Tier]]></category>
		<category><![CDATA[OLTP]]></category>
		<category><![CDATA[Parse]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.os2ora.com/oltp-performance-video-concurrent-mid-tier-connections-and-trouble-of-parsing/</guid>
		<description><![CDATA[下一个Demo是关于OLTP性能的。与Retail Demo对应，这个Demo内部的名字叫做Connection Demo。Retail Demo主要展现的是数据仓库的性能，而Connection Demo展现的主要是OLTP的性能。这个Demo首次出现于2010年的OOW，往事不堪回首，那段时间我刚好在Oracle总部，刚好负责这个Demo的开发工作，怀念那段与bug做斗争的日子。]]></description>
			<content:encoded><![CDATA[<p>Kaya 发表于os2ora.com</p>
<p>下一个Oracle Real World Performace Group所录制的Demo视频是关于OLTP性能的。与Retail Demo对应，这个Demo内部的名字叫做Connection Demo。Retail Demo主要展现的是数据仓库的性能，而Connection Demo展现的主要是OLTP的性能。这个Demo首次出现于2010年的OOW，往事不堪回首，那段时间我刚好在Oracle总部负责这个Demo的开发工作，怀念那段与bug做斗争的日子。</p>
<p>这个Demo的功能比较多，录制好的视频主要有两个主题：</p>
<p>1. OLTP Performance &#8211; The Trouble with Parsing<br />
这是关于Oracle 里面的no parse, soft parse 和 hard parse。</p>
<p>这是一个老生常谈的问题，自从有了Oracle之后。</p>
<p>在no parse情况下，情况很理想，响应时间1毫秒，吞吐量30,000.<br />
在soft parse情况下，情况有点糟糕了&#8230;<br />
在hard parse情况下，情况更糟糕了&#8230; 关于shared pool的等待事件…</p>
<p>另一个展示的是不使用长连接而使用短连接有什么后果。究竟频繁地执行logon -&gt; do some stuff -&gt; logoff会导致什么严重的后果？服务器上的SYS% CPU为何会比USER% CPU还高？</p>
<p>还有，EM在这三种情况下的Performance Page会有什么直观的展示？</p>
<p>一切尽在这个Demo中，嗯。</p>
<p><iframe src="http://www.youtube.com/embed/1oddFEyUAjs" frameborder="0" width="420" height="345"></iframe></p>
<p>2. OLTP Performance  &#8211; Concurrent Mid-Tier Connections<br />
这是一个很有趣的Demo.</p>
<p>有多少客户的系统连接着成千上万个数据库连接？有多少个客户把实现成32000个并发连接做为系统的需求进行设计？</p>
<p>过度的连接会导致什么后果？</p>
<p>这个Demo模拟了两个应用服务器对一个数据库服务器的连接。应用会话数为9600个，使用JDBC Connection Pool连接到数据库。</p>
<p>开始时，Connection Pool有2048个连接。这时你会看到一个看起来非常常见的系统。CPU很忙，系统看起来很正常，等待事件看起来很多很常见。如buffer busy waits, enq: TX &#8211; index contention, log buffer space等等。嗯，DBA开始分析这些等待事件，开始调整参数。 过年过节的时间，系统变得更不稳定，DBA们开始提心吊胆渡过每一秒钟。</p>
<p>这个Demo起码回答了几个问题：<br />
如果把Connection 的个数降到1024，会有什么结果？会话的等待时间会不会变得更长？吞吐量会不会下降？<br />
如果把Connection 的个数降到96，又会有什么结果？<br />
还有，EM在这三种情况下的Performance Page会有什么直观的展示？</p>
<p>看了，保证你会很惊讶。</p>
<p><iframe src="http://www.youtube.com/embed/xNDnVOCdvQ0" frameborder="0" width="420" height="345"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.os2ora.com/oltp-performance-video-concurrent-mid-tier-connections-and-trouble-of-parsing/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Exadata Video: Migrate a 1TB Datawarehouse in 20 Minutes</title>
		<link>http://www.os2ora.com/exadata-video-migrate-a-1tb-datawarehouse-in-20-minutes/</link>
		<comments>http://www.os2ora.com/exadata-video-migrate-a-1tb-datawarehouse-in-20-minutes/#comments</comments>
		<pubDate>Fri, 26 Aug 2011 07:18:38 +0000</pubDate>
		<dc:creator>Kaya</dc:creator>
				<category><![CDATA[Exadata]]></category>
		<category><![CDATA[Ad-Hoc]]></category>
		<category><![CDATA[Data Loading]]></category>
		<category><![CDATA[ETL]]></category>
		<category><![CDATA[Exdata]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[Retail Demo]]></category>

		<guid isPermaLink="false">http://www.os2ora.com/exadata-video-migrate-a-1tb-datawarehouse-in-20-minutes/</guid>
		<description><![CDATA[在Exadata上面的Retail Demo展示始于Exadata在2008年底在OOW上的发布。经过几年的发展与完善，在Oracle Real World Performance Group在全球各地所举行的各种培训活动中，Retail Demo极好的展示了Exadata各方面的卓越性能，使听众们对Exadata有着一个真实切身的体验。Retail Demo包括了众多数据仓库上的典型内容，如数据加载，增量数据加载，统计信息收集，数据验证和转换，随机查询，并发查询等等内容，里面融合着Oracle所提倡的最佳实践。20分钟可以做哪些事情，下面是Retail Demo对此做的一个回答...]]></description>
			<content:encoded><![CDATA[<p>Kaya发表于os2ora.com</p>
<p>在Exadata上面的Retail Demo展示始于Exadata在2008年底在OOW上的发布。经过几年的发展与完善，在Oracle Real World Performance Group在全球各地所举行的各种培训活动中，Retail Demo极好的展示了Exadata各方面的卓越性能，使听众们对Exadata有着一个真实切身的体验。Retail Demo包括了众多数据仓库上的典型内容，如数据加载，增量数据加载，统计信息收集，数据验证和转换，随机查询，并发查询等等内容，里面融合着Oracle所提倡的最佳实践。</p>
<p>btw, 上次我在ACOUG分享的10分钟加载1TB数据的Demo即来源于此。</p>
<p>20分钟可以做哪些事情，下面是Retail Demo对此做的一个回答：</p>
<table cellspacing="0" cellpadding="2" width="400" border="1">
<tbody>
<tr>
<td valign="top" width="267">Operation</td>
<td valign="top" width="133">Time</td>
</tr>
<tr>
<td valign="top" width="267">Create Tablespaces and Initial Load</td>
<td valign="top" width="133">0:39</td>
</tr>
<tr>
<td valign="top" width="267">Initial 1TB Load</td>
<td valign="top" width="133">9:55</td>
</tr>
<tr>
<td valign="top" width="267">Gather Statistics</td>
<td valign="top" width="133">3:36</td>
</tr>
<tr>
<td valign="top" width="267">Daily Incremental Load</td>
<td valign="top" width="133">1:44</td>
</tr>
<tr>
<td valign="top" width="267">Referential Integrity Check</td>
<td valign="top" width="133">0:51</td>
</tr>
<tr>
<td valign="top" width="267">Transform Data</td>
<td valign="top" width="133">1:09</td>
</tr>
<tr>
<td valign="top" width="267">Exchange and Incremental Statistics</td>
<td valign="top" width="133">0:22</td>
</tr>
<tr>
<td valign="top" width="267">Query From Hell</td>
<td valign="top" width="133">0:32</td>
</tr>
<tr>
<td valign="top" width="267">Total</td>
<td valign="top" width="133">18:48</td>
</tr>
</tbody>
</table>
<p>应广大人民群众的要求，Oracle Real World Performance Group终于推出了Retail Demo的录制视频，并共享在了youtube上面。总共分为四部分：</p>
<p>第一部分主要内容：    <br />整个Demo的整体介绍，22节点实时性能监控窗口，EM监控窗口     <br />数据仓库硬件发展趋势分析，硬件规划     <br />1TB数据构成与HCC压缩     <br />数据加载的特征,IO瓶颈? CPU瓶颈? 内存瓶颈？     <br />Demo： 加载1TB 数据 </p>
<p> <iframe src="http://www.youtube.com/embed/q8zwfC_pruQ" frameborder="0" width="420" height="345" allowfullscreen="allowfullscreen"></iframe>
<p>第二部分主要内容：     <br />数据压缩和分区对数据加载的影响     <br />外部表的使用     <br />Demo: 统计信息收集     <br />11g的新特性:增量统计信息 </p>
<p> <iframe src="http://www.youtube.com/embed/qC5MT6qiPWw" frameborder="0" width="420" height="345" allowfullscreen="allowfullscreen"></iframe>
<p>第三部分主要内容：    <br />使用服务进行增量加载     <br />数据的有效性检查与转换     <br />Demo：有效性检查     <br />Demo: 数据转换 </p>
<p> <iframe src="http://www.youtube.com/embed/2jWq-VUeOGs" frameborder="0" width="420" height="345" allowfullscreen="allowfullscreen"></iframe>
<p>第四部分主要内容:    <br />Demo: 随机复杂查询     <br />数据库资源管理     <br />Demo: 并发随机查询</p>
<p> <iframe src="http://www.youtube.com/embed/hMXsrxyeRro" frameborder="0" width="420" height="345" allowfullscreen="allowfullscreen"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.os2ora.com/exadata-video-migrate-a-1tb-datawarehouse-in-20-minutes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ACOUG 7月活动关于Exadata的分享</title>
		<link>http://www.os2ora.com/acoug-7%e6%9c%88%e6%b4%bb%e5%8a%a8%e5%85%b3%e4%ba%8eexadata%e7%9a%84%e5%88%86%e4%ba%ab/</link>
		<comments>http://www.os2ora.com/acoug-7%e6%9c%88%e6%b4%bb%e5%8a%a8%e5%85%b3%e4%ba%8eexadata%e7%9a%84%e5%88%86%e4%ba%ab/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 11:19:15 +0000</pubDate>
		<dc:creator>Kaya</dc:creator>
				<category><![CDATA[Exadata]]></category>
		<category><![CDATA[ACOUG]]></category>
		<category><![CDATA[Data Loading]]></category>
		<category><![CDATA[unload]]></category>

		<guid isPermaLink="false">http://www.os2ora.com/acoug-7%e6%9c%88%e6%b4%bb%e5%8a%a8%e5%85%b3%e4%ba%8eexadata%e7%9a%84%e5%88%86%e4%ba%ab/</guid>
		<description><![CDATA[Kaya 发表于&#160;os2ora.com 这是7月30号在北京远洋光华中心ACOUG所组织的一次技术活动。我的分享主题是《Exadata下的数据并行加载、并行卸载及性能监控》。另一位作者是邢海捷，早在几年前，就深深地拜读了他在《Oracle数据库性能优化》对锁的深入浅出的描述。 北京还是挺有技术氛围的，自愿自觉地参加，又能办得红红火火，很成功的组织。 和Eygle和yangtingkun的一张合影（左起:Kaya, Eygle,Yangtingkun）。我觉得这张图片很有意义。 更多图片，猛击http://www.douban.com/photos/album/54076276/ 下面是演讲的PPT。 Exadata下的数据并行加载、并行卸载及性能监控 当然， 给大家留下深刻印象的，其实是里面的两个Live Demo， Eygle和Yangtingkun的blog/weibo里也不约而同地也提到了（一台满配的X2-2机器）： 加载1TB数据，用时10分钟，全表扫描读取这些数据用时 7 秒。总数据量行数在 76 亿左右。 卸载1TB数据，用时17分钟，同时实现把文件压缩成gzip格式。]]></description>
			<content:encoded><![CDATA[<p><span class="Apple-style-span" style="word-spacing: 0px; font: 12px verdana, &#39;BitStream vera Sans&#39;, helvetica, sans-serif; text-transform: none; color: rgb(85,85,85); text-indent: 0px; white-space: normal; letter-spacing: normal; background-color: rgb(255,255,255); text-align: left; orphans: 2; widows: 2; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px">Kaya 发表于<span class="Apple-converted-space">&#160;</span><a style="font-weight: bold; color: rgb(102,102,102); text-decoration: underline" href="http://www.os2ora.com/">os2ora.com</a></span></p>
<p><span class="Apple-style-span" style="word-spacing: 0px; font: 12px verdana, &#39;BitStream vera Sans&#39;, helvetica, sans-serif; text-transform: none; color: rgb(85,85,85); text-indent: 0px; white-space: normal; letter-spacing: normal; background-color: rgb(255,255,255); text-align: left; orphans: 2; widows: 2; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px">这是7月30号在北京远洋光华中心<a href="http://www.acoug.org" target="_blank">ACOUG</a>所组织的一次技术活动。我的分享主题是《Exadata下的数据并行加载、并行卸载及性能监控》。另一位作者是<span class="Apple-style-span" style="word-spacing: 1px; font: 12px/18px verdana, sans-serif, arial, helvetica, tahoma; text-transform: none; color: rgb(51,51,51); text-indent: 0px; white-space: normal; letter-spacing: normal; background-color: rgb(255,255,255); text-align: left; orphans: 2; widows: 2; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px">邢海捷</span>，早在几年前，就深深地拜读了他在<span class="Apple-style-span" style="word-spacing: 1px; font: 12px/18px verdana, sans-serif, arial, helvetica, tahoma; text-transform: none; color: rgb(51,51,51); text-indent: 0px; white-space: normal; letter-spacing: normal; background-color: rgb(255,255,255); text-align: left; orphans: 2; widows: 2; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px">《Oracle数据库性能优化》对锁的深入浅出的描述。</span></span></p>
<p><img src="https://byfiles.storage.live.com/y1pTVQL7DBUC6wY-9unPgNCXl7vbtsCfWy3geYsZyRgpiRV26BjgYDA8X-Z9NaZD3K7VKIsuxhIwXU/p1147222721.jpg" /> </p>
<p>北京还是挺有技术氛围的，自愿自觉地参加，又能办得红红火火，很成功的组织。</p>
<p><img src="https://byfiles.storage.live.com/y1pfyMmLeogmTy9Q8GQ3Jrpz6wTEwMop8EOUkcXme-vpVlKxl1d8SfTgdNl48q2VIRKZo4fK1wHLtk/p1147222223.jpg" /> </p>
<p><span class="Apple-style-span" style="word-spacing: 0px; font: 12px verdana, &#39;BitStream vera Sans&#39;, helvetica, sans-serif; text-transform: none; color: rgb(85,85,85); text-indent: 0px; white-space: normal; letter-spacing: normal; background-color: rgb(255,255,255); text-align: left; orphans: 2; widows: 2; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px">和<a href="http://www.eygle.com" target="_blank">Eygle</a>和<a href="http://space.itpub.net/4227" target="_blank">yangtingkun</a>的一张合影（左起:Kaya, Eygle,Yangtingkun）。我觉得这张图片很有意义。</span></p>
<p><span class="Apple-style-span" style="word-spacing: 0px; font: 12px verdana, &#39;BitStream vera Sans&#39;, helvetica, sans-serif; text-transform: none; color: rgb(85,85,85); text-indent: 0px; white-space: normal; letter-spacing: normal; background-color: rgb(255,255,255); text-align: left; orphans: 2; widows: 2; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px">更多图片，猛击<a href="http://www.douban.com/photos/album/54076276/">http://www.douban.com/photos/album/54076276/</a></span></p>
<p><span class="Apple-style-span" style="word-spacing: 0px; font: 12px verdana, &#39;BitStream vera Sans&#39;, helvetica, sans-serif; text-transform: none; color: rgb(85,85,85); text-indent: 0px; white-space: normal; letter-spacing: normal; background-color: rgb(255,255,255); text-align: left; orphans: 2; widows: 2; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px">下面是演讲的PPT。</span></p>
<div id="__ss_8788349" style="width: 425px"><strong style="display: block; margin: 12px 0px 4px"><a title="Exadata下的数据并行加载、并行卸载及性能监控" href="http://www.slideshare.net/kaiyao/acoug-eventjuly2010" target="_blank">Exadata下的数据并行加载、并行卸载及性能监控</a></strong> <iframe marginwidth="0" marginheight="0" src="http://www.slideshare.net/slideshow/embed_code/8788349" frameborder="0" width="425" scrolling="no" height="355"></iframe>
<div style="padding-right: 0px; padding-left: 0px; padding-bottom: 12px; padding-top: 5px"></div>
</p></div>
<p><span class="Apple-style-span" style="word-spacing: 0px; font: 12px verdana, &#39;BitStream vera Sans&#39;, helvetica, sans-serif; text-transform: none; color: rgb(85,85,85); text-indent: 0px; white-space: normal; letter-spacing: normal; background-color: rgb(255,255,255); text-align: left; orphans: 2; widows: 2; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px">当然， 给大家留下深刻印象的，其实是里面的两个Live Demo， Eygle和Yangtingkun的blog/weibo里也不约而同地也提到了（一台满配的X2-2机器）：</span></p>
<ul>
<li>加载1TB数据，用时10分钟，全表扫描读取这些数据用时 7 秒。总数据量行数在 76 亿左右。 </li>
<li>卸载1TB数据，用时17分钟，同时实现把文件压缩成gzip格式。 </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.os2ora.com/acoug-7%e6%9c%88%e6%b4%bb%e5%8a%a8%e5%85%b3%e4%ba%8eexadata%e7%9a%84%e5%88%86%e4%ba%ab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle 11g Database Resource Manager (1)</title>
		<link>http://www.os2ora.com/oracle-11g-database-resource-manager-1/</link>
		<comments>http://www.os2ora.com/oracle-11g-database-resource-manager-1/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 16:17:32 +0000</pubDate>
		<dc:creator>Kaya</dc:creator>
				<category><![CDATA[Exadata]]></category>
		<category><![CDATA[Database Resource Manager]]></category>
		<category><![CDATA[DBRM]]></category>
		<category><![CDATA[IORM]]></category>
		<category><![CDATA[Isolation]]></category>

		<guid isPermaLink="false">http://www.os2ora.com/oracle-11g-database-resource-manager-1/</guid>
		<description><![CDATA[Kaya 发表于&#160;os2ora.com 11g里面的DBRM(Database Resource Manager)正越来越显示其重要性。特别地，随着Exadata的流行，DBRM管理的东西越来越多，有对硬件资源，如CPU, IO资源的分配；也有对软件资源，如并行进程数，活动会话数的分配。可以预见的是，Exadata做为一个一体机，DBRM发挥的作用将越来越大，如11g里面的Instance Caging可以在CPU层次实现多个数据库系统的Isolation，IORM可以实现多个数据库系统对IO的Isolation。而系统间相互的独立也是对多个应用系统进行整合的前提。 如Exadata这种强劲的机器，如何用好它是一个很重要的问题。一方面，Oracle会尽可能地实现其易用性与自我管理性，另一方面，也需要DBA，开发者掌握驾驭它的方法与技巧，以便更好地发挥Exadata的性能。 准备花点时间，整理一下使用DBRM的基本思路，与在现实中的实际运用。DBRM，本该走进千家万户。 &#160;]]></description>
			<content:encoded><![CDATA[<p><span class="Apple-style-span" style="word-spacing: 0px; font: medium &#39;Times New Roman&#39;; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px"><span class="Apple-style-span" style="font-size: 12px; color: rgb(85,85,85); font-family: verdana, &#39;BitStream vera Sans&#39;, helvetica, sans-serif; text-align: left">Kaya 发表于<span class="Apple-converted-space">&#160;</span><a style="font-weight: bold; color: rgb(102,102,102); text-decoration: underline" href="http://www.os2ora.com/">os2ora.com</a></span></span></p>
<p><span class="Apple-style-span" style="word-spacing: 0px; font: medium &#39;Times New Roman&#39;; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px"><span class="Apple-style-span" style="font-size: 12px; color: rgb(85,85,85); font-family: verdana, &#39;BitStream vera Sans&#39;, helvetica, sans-serif; text-align: left">11g里面的DBRM(Database Resource Manager)正越来越显示其重要性。特别地，随着Exadata的流行，DBRM管理的东西越来越多，有对硬件资源，如CPU, IO资源的分配；也有对软件资源，如并行进程数，活动会话数的分配。可以预见的是，Exadata做为一个一体机，DBRM发挥的作用将越来越大，如11g里面的Instance Caging可以在CPU层次实现多个数据库系统的Isolation，IORM可以实现多个数据库系统对IO的Isolation。而系统间相互的独立也是对多个应用系统进行整合的前提。</span></span></p>
<p><span class="Apple-style-span" style="word-spacing: 0px; font: medium &#39;Times New Roman&#39;; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px"><span class="Apple-style-span" style="font-size: 12px; color: rgb(85,85,85); font-family: verdana, &#39;BitStream vera Sans&#39;, helvetica, sans-serif; text-align: left">如Exadata这种强劲的机器，如何用好它是一个很重要的问题。一方面，<span class="Apple-style-span" style="word-spacing: 0px; font: medium &#39;Times New Roman&#39;; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px"><span class="Apple-style-span" style="font-size: 12px; color: rgb(85,85,85); font-family: verdana, &#39;BitStream vera Sans&#39;, helvetica, sans-serif; text-align: left">Oracle会尽可能地实现其易用性与自我管理性，另一方面，也需要DBA，开发者掌握驾驭它的方法与技巧，以便更好地发挥Exadata的性能。</span></span></span></span></p>
<p><span class="Apple-style-span" style="word-spacing: 0px; font: medium &#39;Times New Roman&#39;; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px"><span class="Apple-style-span" style="font-size: 12px; color: rgb(85,85,85); font-family: verdana, &#39;BitStream vera Sans&#39;, helvetica, sans-serif; text-align: left"><span class="Apple-style-span" style="word-spacing: 0px; font: medium &#39;Times New Roman&#39;; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px"><span class="Apple-style-span" style="font-size: 12px; color: rgb(85,85,85); font-family: verdana, &#39;BitStream vera Sans&#39;, helvetica, sans-serif; text-align: left">准备花点时间，整理一下使用DBRM的基本思路，与在现实中的实际运用。DBRM，本该走进千家万户。</span></span></span></span></p>
<p><span class="Apple-style-span" style="word-spacing: 0px; font: medium &#39;Times New Roman&#39;; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px"><span class="Apple-style-span" style="font-size: 12px; color: rgb(85,85,85); font-family: verdana, &#39;BitStream vera Sans&#39;, helvetica, sans-serif; text-align: left"></span></span></p>
<p><span class="Apple-style-span" style="word-spacing: 0px; font: medium &#39;Times New Roman&#39;; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px"><span class="Apple-style-span" style="font-size: 12px; color: rgb(85,85,85); font-family: verdana, &#39;BitStream vera Sans&#39;, helvetica, sans-serif; text-align: left">&#160;</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.os2ora.com/oracle-11g-database-resource-manager-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>日落</title>
		<link>http://www.os2ora.com/%e6%97%a5%e8%90%bd/</link>
		<comments>http://www.os2ora.com/%e6%97%a5%e8%90%bd/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 16:56:44 +0000</pubDate>
		<dc:creator>Kaya</dc:creator>
				<category><![CDATA[人在旅途]]></category>

		<guid isPermaLink="false">http://www.os2ora.com/%e6%97%a5%e8%90%bd/</guid>
		<description><![CDATA[最近一段时间，老在深圳北京间往返，发现坐晚上6点的飞机回深圳是不错的选择，人不多，靠窗的位置还能看日落。 这是云海，有点像大海的波浪呢。 &#160; 太阳刚落到与云层同一高度，经过的是一处云层比较稀疏的地方。 &#160; 现在看这照片，诡异的蓝色。]]></description>
			<content:encoded><![CDATA[<p>最近一段时间，老在深圳北京间往返，发现坐晚上6点的飞机回深圳是不错的选择，人不多，靠窗的位置还能看日落。</p>
<p><img height="479" src="https://byfiles.storage.live.com/y1pZHO0iP3lftVUHukT70jlxNkAFrboCwBnz5_lWdr8fk94hjcmsbKVmGliCpwkBaaxh2CqXBLBTHgwUuWv6H8W3g/IMG_1127.jpg" width="640" /> </p>
<p>这是云海，有点像大海的波浪呢。</p>
<p>&#160;</p>
<p><img height="479" src="https://byfiles.storage.live.com/y1ppfaLLTsAbbIVPwhsjqSY-Ip-K0BACINN5wIsEQ3jYNdRjMTT_6pUFlZGWfUucmZsbT5Y9dJ8JHsra9pwaamf8w/IMG_1129.jpg" width="640" /> </p>
<p>太阳刚落到与云层同一高度，经过的是一处云层比较稀疏的地方。</p>
<p>&#160;</p>
<p><img height="479" src="https://byfiles.storage.live.com/y1psLzWZOTgQh26x8UAodM02tbKNtzVc7Coy1AQKEu8LLBiIhl6ymYen4SwVTp96YOojNO6s6NHJ6Y/IMG_1132.jpg" width="640" /> </p>
</p>
<p>现在看这照片，诡异的蓝色。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.os2ora.com/%e6%97%a5%e8%90%bd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>当生活是为了忘记</title>
		<link>http://www.os2ora.com/%e5%bd%93%e7%94%9f%e6%b4%bb%e6%98%af%e4%b8%ba%e4%ba%86%e5%bf%98%e8%ae%b0/</link>
		<comments>http://www.os2ora.com/%e5%bd%93%e7%94%9f%e6%b4%bb%e6%98%af%e4%b8%ba%e4%ba%86%e5%bf%98%e8%ae%b0/#comments</comments>
		<pubDate>Mon, 09 May 2011 17:14:40 +0000</pubDate>
		<dc:creator>Kaya</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.os2ora.com/%e5%bd%93%e7%94%9f%e6%b4%bb%e6%98%af%e4%b8%ba%e4%ba%86%e5%bf%98%e8%ae%b0/</guid>
		<description><![CDATA[当生活是为了忘记，当今天就忘记了昨天，昨天存在的意义又何在？ 而又有多少个碌碌无为的昨天从你身边飘过，不留一点痕迹。 今天的难忘，终将成为明天的财富，无论是快乐，抑或痛苦。 人生终将老去，年轻人可以老态龙钟，老年人亦可以生龙活虎。态度决定行动。 其实，我们都很年轻，虽不是八九点钟的太阳，起码也是午后一点的阳光，暴晒无比。 回归，回归。]]></description>
			<content:encoded><![CDATA[<p>当生活是为了忘记，当今天就忘记了昨天，昨天存在的意义又何在？</p>
<p>而又有多少个碌碌无为的昨天从你身边飘过，不留一点痕迹。</p>
<p>今天的难忘，终将成为明天的财富，无论是快乐，抑或痛苦。</p>
<p>人生终将老去，年轻人可以老态龙钟，老年人亦可以生龙活虎。态度决定行动。</p>
<p>其实，我们都很年轻，虽不是八九点钟的太阳，起码也是午后一点的阳光，暴晒无比。</p>
<p>回归，回归。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.os2ora.com/%e5%bd%93%e7%94%9f%e6%b4%bb%e6%98%af%e4%b8%ba%e4%ba%86%e5%bf%98%e8%ae%b0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>上海</title>
		<link>http://www.os2ora.com/%e4%b8%8a%e6%b5%b7/</link>
		<comments>http://www.os2ora.com/%e4%b8%8a%e6%b5%b7/#comments</comments>
		<pubDate>Sun, 27 Feb 2011 15:34:13 +0000</pubDate>
		<dc:creator>Kaya</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.os2ora.com/%e4%b8%8a%e6%b5%b7/</guid>
		<description><![CDATA[此时此刻，彼时彼刻，物是人非。 &#160; &#160;]]></description>
			<content:encoded><![CDATA[<p>此时此刻，彼时彼刻，物是人非。</p>
<p>&#160;<img src="http://public.bay.livefilestore.com/y1paQcecZIY-zNtLMPPzWyR2JbhtK28xKXDnwCtMQPocCD26rhrzY6dUsuBdIIFy2ZQM7N8_Lxmw0qMoebfAMlbmQ/IMG_0004.jpg?psid=1" /> </p>
<p>&#160;<img src="http://mjc3pq.bay.livefilestore.com/y1p5H-SqtU84g4hohGomo-d-VG_sAH2W46-65xYd_UpziyvDaiinOMBYybkqRAFJpQLRufkUf9J7GKI3yRENRnVOxKcO7FPxl7M/IMG_0043.jpg?psid=1" /> </p>
<p><img src="http://public.bay.livefilestore.com/y1pE2Lqp0-WLQKRyBSsMDzN-yMzO6hk6BUa9qwsZzdDVE7i9yye5l_tCQ0WA37lnwmLPwEN9M0TwErc9JBIQYKyQA/110307_181920.jpg?psid=1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.os2ora.com/%e4%b8%8a%e6%b5%b7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Picture Took a Lot of Bandwidth</title>
		<link>http://www.os2ora.com/picture-took-a-lot-of-bandwidth/</link>
		<comments>http://www.os2ora.com/picture-took-a-lot-of-bandwidth/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 07:48:41 +0000</pubDate>
		<dc:creator>Kaya</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.os2ora.com/picture-took-a-lot-of-bandwidth/</guid>
		<description><![CDATA[看来还是得找个第三方网站托管下照片。放在自己空间太占用带宽和存贮了。目前放在本空间的图片暂时无法访问啦，直到找到解决方案为止。 picasa应该不错，就是国内访问有问题，找找国内的，好象没找到一个又可以外链接，又比较很容易管理的。 怎一个简单的问题都这么复杂呢。]]></description>
			<content:encoded><![CDATA[<p>看来还是得找个第三方网站托管下照片。放在自己空间太占用带宽和存贮了。目前放在本空间的图片暂时无法访问啦，直到找到解决方案为止。</p>
<p>picasa应该不错，就是国内访问有问题，找找国内的，好象没找到一个又可以外链接，又比较很容易管理的。</p>
<p>怎一个简单的问题都这么复杂呢。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.os2ora.com/picture-took-a-lot-of-bandwidth/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>旧金山</title>
		<link>http://www.os2ora.com/%e6%97%a7%e9%87%91%e5%b1%b1/</link>
		<comments>http://www.os2ora.com/%e6%97%a7%e9%87%91%e5%b1%b1/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 07:37:45 +0000</pubDate>
		<dc:creator>Kaya</dc:creator>
				<category><![CDATA[人在旅途]]></category>

		<guid isPermaLink="false">http://www.os2ora.com/%e6%97%a7%e9%87%91%e5%b1%b1/</guid>
		<description><![CDATA[从渔人码头，坐缆车到中国城，步行返回渔人码头，开车到最西边的cliff house，折回金门大桥，杀向市中心macy大购物。神奇的一天就过去了。 其实电线也很乱。 旧金山缆车，终于体会了一把。装着军人大衣的黑人司机，边开缆车边把瓜籽壳丢在脚底下（大街上）。 中国城。 名字不详的教堂。 建在悬崖边上的饭馆，来自christine的推荐。。 很奇特的景象。在金门大桥边上。]]></description>
			<content:encoded><![CDATA[<p>从渔人码头，坐缆车到中国城，步行返回渔人码头，开车到最西边的cliff house，折回金门大桥，杀向市中心macy大购物。神奇的一天就过去了。</p>
<p><img height="482" src="http://byfiles.storage.live.com/y1pCscFMHFwCRXikuJlb_wI2ktqLWgbVzZeIW9ePMbJBGAQLPbYE9QH5w7ipXJSf8-0uLls0jvlDtQ/image35.png" width="640" /> </p>
<p><img height="482" src="http://byfiles.storage.live.com/y1ptmSkxPvrj3uafIYvqxkXdkB_eaBzkEGhe3MGTIyPmHH60bWjMCwxNqkfdqNk4ERy7ajDdxdkPu4/image36.png" width="640" /> </p>
<p>其实电线也很乱。</p>
<p><img src="http://byfiles.storage.live.com/y1pDTYzChv9BE28TKx21h9pwbT0g-MQX_a53yimnvHwBS351udq-S68_6dK3psp852PQqFqKF27XZhw-NnBX6ZqKg/image37.png" /> </p>
<p>旧金山缆车，终于体会了一把。装着军人大衣的黑人司机，边开缆车边把瓜籽壳丢在脚底下（大街上）。</p>
<p><img src="http://byfiles.storage.live.com/y1pDTYzChv9BE1e7nBEMxhYUdQOkzpcUEBMew8KfjsRZE6jrGOG19_yjYXi3ZdiSbu50dEAgU-1Ucn1vgTs2vMruw/image38.png" /> </p>
<p>中国城。</p>
<p><img src="http://byfiles.storage.live.com/y1p_zBvI8mvh0BOoyXcGVFutwuODHIwj1sgkKQV0x40K8RutWmemNixu88GddfuiqrIMZoCYPJjOwg/image39.png" /> </p>
<p>名字不详的教堂。</p>
<p><img src="http://byfiles.storage.live.com/y1pv3CgVvGKrbsiyuRPUwqPtRR8J5gmJ3fEpxT6ZmJdaQv7ntp1wu6cyiE3aa-N22VugP_o3_baw-g/image40.png" /> </p>
<p>建在悬崖边上的饭馆，来自christine的推荐。。</p>
<p><img src="http://byfiles.storage.live.com/y1pssHVOl2wFIU74xvOW676p8_LWzQQ5OPsXNfDu99u_IOxjdCbS9cujCwSI-nMWkTdDr2jmonyQGc/image41.png" /> </p>
<p><img src="http://byfiles.storage.live.com/y1pGuQxRc9KWG5shF_kQIRyyAGQnYGq4S6DR3cwal3-fULPPZyHbRmRAws82QMwA13aYTvz09CwRm_OslIKV7M0XQ/image42.png" /> </p>
<p><img src="http://byfiles.storage.live.com/y1pYP8cqPpynlXyu65zJUBp4cMlmm6E5X2MGya89bRibmI7gSXXFJDAiaqoce5_hKQ0q8SIB11DqQlM7-ANMl-NAg/image43.png" /> </p>
<p>很奇特的景象。在金门大桥边上。</p>
<p><img src="http://byfiles.storage.live.com/y1pvxJFk3cwbCZ71Vwfpncd-6tBrK4SA4uDXZOI8UEdPVU1Belh_fbrEaNMUaxBDjig3CMBKl49A4fxtGGRRqqUtA/image44.png" /> </p>
<p><img src="http://byfiles.storage.live.com/y1pJKoXxyFok3n5Rj6WrqYQqDuL9MXBl3vFJZlRh0iy2s7ZqNVU6ZpnD5yGlaOBbCK2-__Y4gb5RUVc-jKujvPgBA/image45.png" /> </p>
<p><img src="http://by1.storage.live.com/items/31C1BCEA5910B7F!1722:FullScreen/image46.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.os2ora.com/%e6%97%a7%e9%87%91%e5%b1%b1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>再访斯坦福</title>
		<link>http://www.os2ora.com/%e5%86%8d%e8%ae%bf%e6%96%af%e5%9d%a6%e7%a6%8f/</link>
		<comments>http://www.os2ora.com/%e5%86%8d%e8%ae%bf%e6%96%af%e5%9d%a6%e7%a6%8f/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 06:58:57 +0000</pubDate>
		<dc:creator>Kaya</dc:creator>
				<category><![CDATA[人在旅途]]></category>

		<guid isPermaLink="false">http://www.os2ora.com/%e5%86%8d%e8%ae%bf%e6%96%af%e5%9d%a6%e7%a6%8f/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img src="http://public.bay.livefilestore.com/y1pup-gmwhXL3GL4NGbQlvnMeoc3tpjJSTlw-azL4BzX6ku5E7wuZtNmEljiQ98-LQUXkzKAeEfA4TtB6Iu6XmP7A/image29.png" /> </p>
<p><img src="http://public.bay.livefilestore.com/y1pup-gmwhXL3FfdC7dofmMwum_ei4ZAmsC4B2kUBuGjyk18M4zBBmNMBMoOv-Zpit49xgPiWYot2CAGGuNwoSe_w/image30.png" /> </p>
<p><img src="http://public.bay.livefilestore.com/y1pGBjqhCSq54ka9p4UTs4mz9nD6jTAno5tbfodt66evrcvqKpXM8W_phRPcjy6VVzyIGfZ_dEYNbGCGSU39kaiGA/image31.png" /> </p>
<p><img src="http://public.bay.livefilestore.com/y1pGBjqhCSq54kYrkAO7Uuk7VFPPWw8BcPRzK-Baon1RyhX2KB-K05E-Fl7NfNZjT8-Y04gNfVvZQ-iZjk7zdCtVg/image32.png" /> </p>
<p><img src="http://public.bay.livefilestore.com/y1pDpLFEXPQHZ5lAO-kv13zwq3r_n3jMfFrX49Ru5Mfrr5HPTgT60qoOLijbqc3K26Bl7hAzKLPD0jiHpn4jV9TAw/image33.png" /> </p>
<p><img src="http://public.bay.livefilestore.com/y1pIn-lafr_RHCWNgvEfU3dv4uuh6f8XeJyQE3J0GvATMnRJZpVpRc3yb-4boQ25vlma4cdvZpnTeDgj1bHKu4O2Q/image34.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.os2ora.com/%e5%86%8d%e8%ae%bf%e6%96%af%e5%9d%a6%e7%a6%8f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

