<?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>Comments on: Closing trace file with ORADEBUG</title>
	<atom:link href="http://www.oracloid.com/2006/05/closing-trace-file-with-oradebug/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oracloid.com/2006/05/closing-trace-file-with-oradebug/</link>
	<description>The Alex Gorbachev Oracle Blog</description>
	<pubDate>Wed, 07 Jan 2009 00:34:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Alex Gorbachev</title>
		<link>http://www.oracloid.com/2006/05/closing-trace-file-with-oradebug/#comment-16561</link>
		<dc:creator>Alex Gorbachev</dc:creator>
		<pubDate>Tue, 18 Mar 2008 16:46:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oracloid.com/?p=4#comment-16561</guid>
		<description>Thanks Miladin. This is exactly why I posted about close_trace.</description>
		<content:encoded><![CDATA[<p>Thanks Miladin. This is exactly why I posted about close_trace.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miladin</title>
		<link>http://www.oracloid.com/2006/05/closing-trace-file-with-oradebug/#comment-16559</link>
		<dc:creator>Miladin</dc:creator>
		<pubDate>Tue, 18 Mar 2008 13:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oracloid.com/?p=4#comment-16559</guid>
		<description>This option is very useful if you have deleted a trace file with the session still live and
now you want the session to resume tracing, but a new file doesn't appear.The reason
why you have a problem under Unix is that the trace file is not closed - even if you set
sql_trace to false.

select spid, pid
from v$process
where addr = (select paddr from v$session where sid = );

oradebug setorapid {the pid above} 

or oradebug setospid {the spid above} then
oradebug flush 
oradebug close_trace


The close_trace option is that you can do it even after you have deleted the trace file
from the operating system level.</description>
		<content:encoded><![CDATA[<p>This option is very useful if you have deleted a trace file with the session still live and<br />
now you want the session to resume tracing, but a new file doesn&#8217;t appear.The reason<br />
why you have a problem under Unix is that the trace file is not closed - even if you set<br />
sql_trace to false.</p>
<p>select spid, pid<br />
from v$process<br />
where addr = (select paddr from v$session where sid = );</p>
<p>oradebug setorapid {the pid above} </p>
<p>or oradebug setospid {the spid above} then<br />
oradebug flush<br />
oradebug close_trace</p>
<p>The close_trace option is that you can do it even after you have deleted the trace file<br />
from the operating system level.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miladin</title>
		<link>http://www.oracloid.com/2006/05/closing-trace-file-with-oradebug/#comment-16558</link>
		<dc:creator>Miladin</dc:creator>
		<pubDate>Tue, 18 Mar 2008 13:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oracloid.com/?p=4#comment-16558</guid>
		<description>Long time ago I wrote white paper about Oradebug.You can still find it on:


http://www.evdbt.com/Oradebug_Modrakovic.pdf

P.S.  oradebug poke is cool...

Miladin</description>
		<content:encoded><![CDATA[<p>Long time ago I wrote white paper about Oradebug.You can still find it on:</p>
<p><a href="http://www.evdbt.com/Oradebug_Modrakovic.pdf" rel="nofollow">http://www.evdbt.com/Oradebug_Modrakovic.pdf</a></p>
<p>P.S.  oradebug poke is cool&#8230;</p>
<p>Miladin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Gorbachev</title>
		<link>http://www.oracloid.com/2006/05/closing-trace-file-with-oradebug/#comment-3</link>
		<dc:creator>Alex Gorbachev</dc:creator>
		<pubDate>Tue, 09 May 2006 19:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oracloid.com/?p=4#comment-3</guid>
		<description>Laurent, I will answer you question with my another favorit ORADEBUG option, which is.... ORADEBUG HELP ;-)</description>
		<content:encoded><![CDATA[<p>Laurent, I will answer you question with my another favorit ORADEBUG option, which is&#8230;. ORADEBUG HELP <img src='http://www.oracloid.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurent Schneider</title>
		<link>http://www.oracloid.com/2006/05/closing-trace-file-with-oradebug/#comment-2</link>
		<dc:creator>Laurent Schneider</dc:creator>
		<pubDate>Tue, 09 May 2006 18:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oracloid.com/?p=4#comment-2</guid>
		<description>Where did you dig that one? I thought I knew the commands to use in sqlplus ;-)</description>
		<content:encoded><![CDATA[<p>Where did you dig that one? I thought I knew the commands to use in sqlplus <img src='http://www.oracloid.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
