<?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"
	>
<channel>
	<title>TTA -- when you believe 的评论</title>
	<atom:link href="http://www.easyora.net/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.easyora.net</link>
	<description>想到达明天现在就要启程...</description>
	<pubDate>Thu, 29 Jul 2010 18:06:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>thompsun 对《下午部署DG,顺手写了几个DG维护脚本》的评论</title>
		<link>http://www.easyora.net/blog/dg_scripts_list.html#comment-307</link>
		<dc:creator>thompsun</dc:creator>
		<pubDate>Fri, 16 Jul 2010 08:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.easyora.net/?p=152#comment-307</guid>
		<description>呵呵,不错,赞一个
            ---西北</description>
		<content:encoded><![CDATA[<p>呵呵,不错,赞一个<br />
            &#8212;西北</p>
]]></content:encoded>
	</item>
	<item>
		<title>kevin.yuan 对《下午部署DG,顺手写了几个DG维护脚本》的评论</title>
		<link>http://www.easyora.net/blog/dg_scripts_list.html#comment-302</link>
		<dc:creator>kevin.yuan</dc:creator>
		<pubDate>Tue, 29 Jun 2010 01:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.easyora.net/?p=152#comment-302</guid>
		<description>老兄，v$log_history是指的备库上的，不是主库上的。
你主库上查主库的v$log_history有何意思啊。。。</description>
		<content:encoded><![CDATA[<p>老兄，v$log_history是指的备库上的，不是主库上的。<br />
你主库上查主库的v$log_history有何意思啊。。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>zhouyf 对《下午部署DG,顺手写了几个DG维护脚本》的评论</title>
		<link>http://www.easyora.net/blog/dg_scripts_list.html#comment-300</link>
		<dc:creator>zhouyf</dc:creator>
		<pubDate>Thu, 24 Jun 2010 09:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.easyora.net/?p=152#comment-300</guid>
		<description>我的环境是10.2.0.4.2 
如果备库关闭， 这时主库发生alter system switch logfile ，这个新切换的归档日志，就会记录到v$log_history里。

你方便时可以确认一下。

如文档上看v$archive_log对apply的解释，我觉得用apply=y来判断 应该 是准确的。
－－上面讲得我都是针对 自动删除主库的归档日志来说的</description>
		<content:encoded><![CDATA[<p>我的环境是10.2.0.4.2<br />
如果备库关闭， 这时主库发生alter system switch logfile ，这个新切换的归档日志，就会记录到v$log_history里。</p>
<p>你方便时可以确认一下。</p>
<p>如文档上看v$archive_log对apply的解释，我觉得用apply=y来判断 应该 是准确的。<br />
－－上面讲得我都是针对 自动删除主库的归档日志来说的</p>
]]></content:encoded>
	</item>
	<item>
		<title>kevin.yuan 对《下午部署DG,顺手写了几个DG维护脚本》的评论</title>
		<link>http://www.easyora.net/blog/dg_scripts_list.html#comment-299</link>
		<dc:creator>kevin.yuan</dc:creator>
		<pubDate>Wed, 23 Jun 2010 17:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.easyora.net/?p=152#comment-299</guid>
		<description>在standby上，已经接收但没有被应用的日志是不会被记录到v$log_history这个视图里面的，v$log_history记录的已经是被apply过的日志记录，所以不存在没有被apply的情况。
依据v$archived_log的apply字段判断，是不准确的</description>
		<content:encoded><![CDATA[<p>在standby上，已经接收但没有被应用的日志是不会被记录到v$log_history这个视图里面的，v$log_history记录的已经是被apply过的日志记录，所以不存在没有被apply的情况。<br />
依据v$archived_log的apply字段判断，是不准确的</p>
]]></content:encoded>
	</item>
	<item>
		<title>zhouyf 对《下午部署DG,顺手写了几个DG维护脚本》的评论</title>
		<link>http://www.easyora.net/blog/dg_scripts_list.html#comment-298</link>
		<dc:creator>zhouyf</dc:creator>
		<pubDate>Wed, 23 Jun 2010 10:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.easyora.net/?p=152#comment-298</guid>
		<description>很有帮助！

对于第二个用rman删除归档日志的脚本，我有一个疑问
就是当主库有日志未传送到standby上，就v$archived_log的apply=no时，而这时v$log_history已记录了这个归档日志，那么这时用rman去删　除的话，会把这个未传输的归档日志给删除了，
不知道是不是这样子
盼复！</description>
		<content:encoded><![CDATA[<p>很有帮助！</p>
<p>对于第二个用rman删除归档日志的脚本，我有一个疑问<br />
就是当主库有日志未传送到standby上，就v$archived_log的apply=no时，而这时v$log_history已记录了这个归档日志，那么这时用rman去删　除的话，会把这个未传输的归档日志给删除了，<br />
不知道是不是这样子<br />
盼复！</p>
]]></content:encoded>
	</item>
	<item>
		<title>kevin.yuan 对《ASM下的存储更换迁移方案》的评论</title>
		<link>http://www.easyora.net/blog/asm_migrate.html#comment-296</link>
		<dc:creator>kevin.yuan</dc:creator>
		<pubDate>Fri, 18 Jun 2010 04:04:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.easyora.net/?p=337#comment-296</guid>
		<description>to boypoo,是你操作的问题。
因为可能还可用到online redo。</description>
		<content:encoded><![CDATA[<p>to boypoo,是你操作的问题。<br />
因为可能还可用到online redo。</p>
]]></content:encoded>
	</item>
	<item>
		<title>boypoo 对《ASM下的存储更换迁移方案》的评论</title>
		<link>http://www.easyora.net/blog/asm_migrate.html#comment-295</link>
		<dc:creator>boypoo</dc:creator>
		<pubDate>Sun, 13 Jun 2010 04:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.easyora.net/?p=337#comment-295</guid>
		<description>方案2虽然metalink上写过完整步骤（看似完美无缺），但是在我们的一次正式迁移中发现不可行：recover的时候提示需要归档日志（事实上是还未产生的）。</description>
		<content:encoded><![CDATA[<p>方案2虽然metalink上写过完整步骤（看似完美无缺），但是在我们的一次正式迁移中发现不可行：recover的时候提示需要归档日志（事实上是还未产生的）。</p>
]]></content:encoded>
	</item>
	<item>
		<title>lili 对《基于LINUX的Oracle 10G RAC管理维护学习手记之四－－Service.Failover and Load Balance》的评论</title>
		<link>http://www.easyora.net/blog/rac_10g_study_catalog_4.html#comment-289</link>
		<dc:creator>lili</dc:creator>
		<pubDate>Mon, 26 Apr 2010 15:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.easyora.net/?p=229#comment-289</guid>
		<description>不错！</description>
		<content:encoded><![CDATA[<p>不错！</p>
]]></content:encoded>
	</item>
	<item>
		<title>Oracle高可用迁移升级场景与实战(二) &#124; TTA -- when you believe 对《利用prebuild MV快速迁移跨平台数据库实施及其总结》的评论</title>
		<link>http://www.easyora.net/blog/prebuild_mv_trans_db.html#comment-277</link>
		<dc:creator>Oracle高可用迁移升级场景与实战(二) &#124; TTA -- when you believe</dc:creator>
		<pubDate>Mon, 12 Apr 2010 06:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.easyora.net/?p=30#comment-277</guid>
		<description>[...] 例可以参考之前的一次实际迁移&#8212;&#8211; 利用prebuild MV快速迁移跨平台数据库实施及其总结 [...]</description>
		<content:encoded><![CDATA[<p>[...] 例可以参考之前的一次实际迁移&#8212;&#8211; 利用prebuild MV快速迁移跨平台数据库实施及其总结 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Oracle高可用迁移升级场景与实战(二) &#124; TTA -- when you believe 对《Oracle高可用迁移升级场景与实战(一)》的评论</title>
		<link>http://www.easyora.net/blog/maa_migrate_database_1.html#comment-276</link>
		<dc:creator>Oracle高可用迁移升级场景与实战(二) &#124; TTA -- when you believe</dc:creator>
		<pubDate>Mon, 12 Apr 2010 06:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.easyora.net/blog/oracle%e9%ab%98%e5%8f%af%e7%94%a8%e8%bf%81%e7%a7%bb%e5%9c%ba%e6%99%af%e4%b8%8e%e5%ae%9e%e6%88%98%e4%b8%80.html#comment-276</guid>
		<description>[...] About  Subscribe   &#171; Oracle高可用迁移升级场景与实战(一) [...]</description>
		<content:encoded><![CDATA[<p>[...] About  Subscribe   &laquo; Oracle高可用迁移升级场景与实战(一) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
