<?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>My Crusade &#187; oradebug</title>
	<atom:link href="http://www.jarodwang.cn/tag/oradebug/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jarodwang.cn</link>
	<description>For the future we believe in.</description>
	<lastBuildDate>Tue, 07 Sep 2010 05:42:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Using ORADEBUG</title>
		<link>http://www.jarodwang.cn/2008/05/08/using-oradebug/</link>
		<comments>http://www.jarodwang.cn/2008/05/08/using-oradebug/#comments</comments>
		<pubDate>Thu, 08 May 2008 14:22:44 +0000</pubDate>
		<dc:creator>jarodwang</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[oradebug]]></category>

		<guid isPermaLink="false">http://www.jarodwang.cn/?p=49</guid>
		<description><![CDATA[获得帮助信息 SQL&#62; oradebug help 或者 SQL&#62; oradebug help [command] 比如： SQL&#62; oradebug help setmypid SETMYPID                                 Debug current process SQL语句跟踪（SQL statement tracing） SQL&#62; oradebug setmypid Statement processed. SQL&#62; oradebug event 10046 trace name context forever, level 4 Statement processed. SQL&#62; select * from v$option where parameter = &#8216;Real Application Clusters&#8217;; PARAMETER                                VALUE &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;&#8211; Real Application [...]]]></description>
			<content:encoded><![CDATA[<p><strong>获得帮助信息</strong></p>
<p>SQL&gt; oradebug help</p>
<p>或者</p>
<p>SQL&gt; oradebug help [command]</p>
<p>比如：</p>
<p>SQL&gt; oradebug help setmypid<br />
SETMYPID                                 Debug current process</p>
<p><strong>SQL语句跟踪（SQL statement tracing）</strong></p>
<p>SQL&gt; oradebug setmypid<br />
Statement processed.<br />
SQL&gt; oradebug event 10046 trace name context forever, level 4<br />
Statement processed.<br />
SQL&gt; select * from v$option where parameter = &#8216;Real Application Clusters&#8217;;</p>
<p>PARAMETER                                VALUE<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;&#8211;<br />
Real Application Clusters                TRUE</p>
<p>SQL&gt; oradebug tracefile_name<br />
/ee/oracle/rac/admin/orcldb/udump/orcldb1_ora_2011322.trc<br />
SQL&gt; oradebug close_trace<br />
Statement processed.</p>
<p><strong>错误堆栈转储（Error stack dumping）</strong></p>
<p>SQL&gt; oradebug setmypid<br />
Statement processed.<br />
SQL&gt; oradebug event 942 trace name errorstack level 3<br />
Statement processed.<br />
SQL&gt; select * from abc;<br />
select * from abc<br />
*<br />
ERROR at line 1:<br />
ORA-00942: table or view does not exist</p>
<p>SQL&gt; oradebug tracefile_name<br />
/ee/oracle/rac/admin/orcldb/udump/orcldb1_ora_1253470.trc<br />
SQL&gt; oradebug close_trace<br />
Statement processed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jarodwang.cn/2008/05/08/using-oradebug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
