<?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 on: 11gR2出色的SQL Monitor Report</title>
	<atom:link href="http://www.os2ora.com/fantastic-11gr2-sql-monitor-report/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.os2ora.com/fantastic-11gr2-sql-monitor-report/</link>
	<description>专注于现实世界Oracle数据库的高性能，高可扩展性与新一代数据库Exadata架构</description>
	<lastBuildDate>Thu, 08 Sep 2011 13:01:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Kamus</title>
		<link>http://www.os2ora.com/fantastic-11gr2-sql-monitor-report/comment-page-1/#comment-1410</link>
		<dc:creator>Kamus</dc:creator>
		<pubDate>Tue, 18 Jan 2011 15:59:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.os2ora.com/fantastic-11gr2-sql-monitor-report/#comment-1410</guid>
		<description>有两点补充：
1. 示例中使用的type=&gt;&#039;active&#039;，要求当前Browser必须有outside connectivity，所以用type=&gt;&#039;html&#039;可能更有普遍性
2. 只有使用了并行或者运行时间超过5秒的SQL才会被自动monitor</description>
		<content:encoded><![CDATA[<p>有两点补充：<br />
1. 示例中使用的type=&gt;&#8217;active&#8217;，要求当前Browser必须有outside connectivity，所以用type=&gt;&#8217;html&#8217;可能更有普遍性<br />
2. 只有使用了并行或者运行时间超过5秒的SQL才会被自动monitor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaya</title>
		<link>http://www.os2ora.com/fantastic-11gr2-sql-monitor-report/comment-page-1/#comment-947</link>
		<dc:creator>Kaya</dc:creator>
		<pubDate>Sat, 30 Oct 2010 03:54:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.os2ora.com/fantastic-11gr2-sql-monitor-report/#comment-947</guid>
		<description>难道我的文字有那么难懂吗，呵呵

通过EM的界面去访问之外，我更趋向于用命令行的方式，这时，有两种选择

1. 如果想在一个SQL执行完之后马上生成SQL Monitor Report，可以简单地调用下面的脚本。。。
2. 如果想在SQL执行过程中或执行结束后在另一个session捕捉SQL Monitor Report，首先必须得到这个SQL的sql_id，然后就可以利用下面的脚本进行调用了。。。</description>
		<content:encoded><![CDATA[<p>难道我的文字有那么难懂吗，呵呵</p>
<p>通过EM的界面去访问之外，我更趋向于用命令行的方式，这时，有两种选择</p>
<p>1. 如果想在一个SQL执行完之后马上生成SQL Monitor Report，可以简单地调用下面的脚本。。。<br />
2. 如果想在SQL执行过程中或执行结束后在另一个session捕捉SQL Monitor Report，首先必须得到这个SQL的sql_id，然后就可以利用下面的脚本进行调用了。。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin</title>
		<link>http://www.os2ora.com/fantastic-11gr2-sql-monitor-report/comment-page-1/#comment-945</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Fri, 29 Oct 2010 07:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.os2ora.com/fantastic-11gr2-sql-monitor-report/#comment-945</guid>
		<description>Thanks quickly feedback, 
I encountered a sql physical reads much higher in O11gR2 than 10gR2, how to generate the detail report you said, since env limit I can&#039;t deploy OEM, so I have the question.
http://testwo.com/space-7639-do-blog-id-3319.html</description>
		<content:encoded><![CDATA[<p>Thanks quickly feedback,<br />
I encountered a sql physical reads much higher in O11gR2 than 10gR2, how to generate the detail report you said, since env limit I can&#8217;t deploy OEM, so I have the question.<br />
<a href="http://testwo.com/space-7639-do-blog-id-3319.html" rel="nofollow">http://testwo.com/space-7639-do-blog-id-3319.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaya</title>
		<link>http://www.os2ora.com/fantastic-11gr2-sql-monitor-report/comment-page-1/#comment-944</link>
		<dc:creator>Kaya</dc:creator>
		<pubDate>Fri, 29 Oct 2010 05:35:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.os2ora.com/fantastic-11gr2-sql-monitor-report/#comment-944</guid>
		<description>你说明白了，但是你没看明白，呵呵</description>
		<content:encoded><![CDATA[<p>你说明白了，但是你没看明白，呵呵</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin</title>
		<link>http://www.os2ora.com/fantastic-11gr2-sql-monitor-report/comment-page-1/#comment-943</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Fri, 29 Oct 2010 05:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.os2ora.com/fantastic-11gr2-sql-monitor-report/#comment-943</guid>
		<description>有没有基于awr生成离线的像你这样详细SQL Monitor Report，你这种方法依赖OEM，生产环境通常不会让你用OEM的; 用@?/rdbms/admin/awrsqrpt.sql没有你个SQL Monitor Report详细，不知我说明白没？THANKS</description>
		<content:encoded><![CDATA[<p>有没有基于awr生成离线的像你这样详细SQL Monitor Report，你这种方法依赖OEM，生产环境通常不会让你用OEM的; 用@?/rdbms/admin/awrsqrpt.sql没有你个SQL Monitor Report详细，不知我说明白没？THANKS</p>
]]></content:encoded>
	</item>
</channel>
</rss>

