<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for 天道酬勤</title>
	<atom:link href="http://www.ochef.net/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ochef.net</link>
	<description>Oracle and My Life</description>
	<lastBuildDate>Fri, 27 May 2011 05:03:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on 结婚一周年 by Taom</title>
		<link>http://www.ochef.net/2009/08/the-first-anniversary-of-marriage.html/comment-page-1#comment-415</link>
		<dc:creator>Taom</dc:creator>
		<pubDate>Fri, 27 May 2011 05:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ochef.net/?p=510#comment-415</guid>
		<description>...</description>
		<content:encoded><![CDATA[<p>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AIX multipath for DS[345]K by Taom</title>
		<link>http://www.ochef.net/2011/05/aix-multipath-for-ds345k.html/comment-page-1#comment-414</link>
		<dc:creator>Taom</dc:creator>
		<pubDate>Fri, 27 May 2011 04:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.ochef.net/?p=967#comment-414</guid>
		<description>只用過hp mutipath這個包...</description>
		<content:encoded><![CDATA[<p>只用過hp mutipath這個包&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 记X200一次糟糕的除尘经历 by taom</title>
		<link>http://www.ochef.net/2011/04/dust-in-mind-a-bad-experience-x200.html/comment-page-1#comment-402</link>
		<dc:creator>taom</dc:creator>
		<pubDate>Fri, 29 Apr 2011 15:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ochef.net/?p=935#comment-402</guid>
		<description>哈哈，中奖啦!
怎么会烧键盘???</description>
		<content:encoded><![CDATA[<p>哈哈，中奖啦!<br />
怎么会烧键盘???</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 无有效备份下恢复数据库一例 by Ning.Tam Jiang</title>
		<link>http://www.ochef.net/2010/11/recover-db-without-backup.html/comment-page-1#comment-365</link>
		<dc:creator>Ning.Tam Jiang</dc:creator>
		<pubDate>Thu, 09 Dec 2010 13:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ochef.net/?p=908#comment-365</guid>
		<description>老杨。似乎是可以不用重制控制文件哦？
直接在mount状态，重建新增的数据文件也可以哦</description>
		<content:encoded><![CDATA[<p>老杨。似乎是可以不用重制控制文件哦？<br />
直接在mount状态，重建新增的数据文件也可以哦</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 无有效备份下恢复数据库一例 by ochef</title>
		<link>http://www.ochef.net/2010/11/recover-db-without-backup.html/comment-page-1#comment-364</link>
		<dc:creator>ochef</dc:creator>
		<pubDate>Thu, 09 Dec 2010 08:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ochef.net/?p=908#comment-364</guid>
		<description>1.是B控制器故障导致P670_1节点访问到的VG不正常
2.增加datafile时就报错了
3.9i中offline drop并没有真正删除这个文件，只是系统忽略该文件的SCN，随时可以online恢复。若当时在p690_1节点上再做alter database create datafile … as …操作就行了，关键是整个系统没有备份了，直接在生产上做是不可取的，不怕一万就怕万一啊，呵呵...</description>
		<content:encoded><![CDATA[<p>1.是B控制器故障导致P670_1节点访问到的VG不正常<br />
2.增加datafile时就报错了<br />
3.9i中offline drop并没有真正删除这个文件，只是系统忽略该文件的SCN，随时可以online恢复。若当时在p690_1节点上再做alter database create datafile … as …操作就行了，关键是整个系统没有备份了，直接在生产上做是不可取的，不怕一万就怕万一啊，呵呵&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 无有效备份下恢复数据库一例 by Ning.Tam Jiang</title>
		<link>http://www.ochef.net/2010/11/recover-db-without-backup.html/comment-page-1#comment-362</link>
		<dc:creator>Ning.Tam Jiang</dc:creator>
		<pubDate>Wed, 08 Dec 2010 16:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ochef.net/?p=908#comment-362</guid>
		<description>连续奋战一天一夜，辛苦了。仔细阅读，体会不少啊
这里我有一些疑问，

1、这就是说，最初这一步alter tablespace system add ‘/dev/rwwwdb_system04’ reuse时，
   是由于B存储控制器故障引起的坏块
2、我觉得，即然datafile都已经添加成功了，DB肯定有数据同步到新添加的文件上了。
   这个时候来OFFLINE DROP，肯定会出问题，restart db时肯定会去找这个文件啊，
3、如果最初不offline drop，直接alter database create datafile ... as ...是不是就可以恢复成功了？</description>
		<content:encoded><![CDATA[<p>连续奋战一天一夜，辛苦了。仔细阅读，体会不少啊<br />
这里我有一些疑问，</p>
<p>1、这就是说，最初这一步alter tablespace system add ‘/dev/rwwwdb_system04’ reuse时，<br />
   是由于B存储控制器故障引起的坏块<br />
2、我觉得，即然datafile都已经添加成功了，DB肯定有数据同步到新添加的文件上了。<br />
   这个时候来OFFLINE DROP，肯定会出问题，restart db时肯定会去找这个文件啊，<br />
3、如果最初不offline drop，直接alter database create datafile &#8230; as &#8230;是不是就可以恢复成功了？</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 无有效备份下恢复数据库一例 by Taom</title>
		<link>http://www.ochef.net/2010/11/recover-db-without-backup.html/comment-page-1#comment-350</link>
		<dc:creator>Taom</dc:creator>
		<pubDate>Thu, 25 Nov 2010 05:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ochef.net/?p=908#comment-350</guid>
		<description>期待~~</description>
		<content:encoded><![CDATA[<p>期待~~</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 学习：AIX 5L网络性能优化(一) by Taom</title>
		<link>http://www.ochef.net/2010/11/study-aix-5l-network-performance-a.html/comment-page-1#comment-334</link>
		<dc:creator>Taom</dc:creator>
		<pubDate>Wed, 03 Nov 2010 10:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.ochef.net/?p=867#comment-334</guid>
		<description>更新得太慢了</description>
		<content:encoded><![CDATA[<p>更新得太慢了</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ORA-00600:[2103],[1],[0],[1],[900]的处理 by ochef</title>
		<link>http://www.ochef.net/2010/07/ora-00600-2103.html/comment-page-1#comment-328</link>
		<dc:creator>ochef</dc:creator>
		<pubDate>Fri, 27 Aug 2010 11:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ochef.net/?p=852#comment-328</guid>
		<description>@wuyisky:这样说我更惭愧啊。</description>
		<content:encoded><![CDATA[<p>@wuyisky:这样说我更惭愧啊。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ORA-00600:[2103],[1],[0],[1],[900]的处理 by wuyisky</title>
		<link>http://www.ochef.net/2010/07/ora-00600-2103.html/comment-page-1#comment-327</link>
		<dc:creator>wuyisky</dc:creator>
		<pubDate>Fri, 27 Aug 2010 08:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ochef.net/?p=852#comment-327</guid>
		<description>高深的学问啊，佩服</description>
		<content:encoded><![CDATA[<p>高深的学问啊，佩服</p>
]]></content:encoded>
	</item>
</channel>
</rss>

