<?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: How to check free space in tablespaces</title>
	<atom:link href="http://oraqa.com/2006/02/08/how-to-check-free-space-in-tablespaces/feed/" rel="self" type="application/rss+xml" />
	<link>http://oraqa.com/2006/02/08/how-to-check-free-space-in-tablespaces/</link>
	<description>Oracle Question and Answer</description>
	<lastBuildDate>Mon, 19 Dec 2011 14:21:07 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: chanjaljayaram</title>
		<link>http://oraqa.com/2006/02/08/how-to-check-free-space-in-tablespaces/comment-page-1/#comment-305</link>
		<dc:creator>chanjaljayaram</dc:creator>
		<pubDate>Wed, 10 Nov 2010 12:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://oraqa.com/2006/02/08/how-to-check-free-space-in-tablespaces/#comment-305</guid>
		<description>Hello Karl,

I think the query needs to be slightly modified as below.

case
when(d.contents = &#039;TEMPORARY&#039;) then
  to_char(nvl(t.bytes / 1024 / 1024, 0),
  &#039;99G999G990D90&#039;, &#039;NLS_NUMERIC_CHARACTERS = &#039;&#039;,.&#039;&#039; &#039;)
else
  to_char(nvl(a.bytes / 1024 / 1024, 0),
  &#039;99G999G990D90&#039;, &#039;NLS_NUMERIC_CHARACTERS = &#039;&#039;,.&#039;&#039; &#039;)
end as &quot;Size (M)&quot;,

** I believe the columns t.bytes and a.bytes were reversed in your query.

- Chanjal</description>
		<content:encoded><![CDATA[<p>Hello Karl,</p>
<p>I think the query needs to be slightly modified as below.</p>
<p>case<br />
when(d.contents = &#8216;TEMPORARY&#8217;) then<br />
  to_char(nvl(t.bytes / 1024 / 1024, 0),<br />
  &#8216;99G999G990D90&#8242;, &#8216;NLS_NUMERIC_CHARACTERS = &#8221;,.&#8221; &#8216;)<br />
else<br />
  to_char(nvl(a.bytes / 1024 / 1024, 0),<br />
  &#8216;99G999G990D90&#8242;, &#8216;NLS_NUMERIC_CHARACTERS = &#8221;,.&#8221; &#8216;)<br />
end as &#8220;Size (M)&#8221;,</p>
<p>** I believe the columns t.bytes and a.bytes were reversed in your query.</p>
<p>- Chanjal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Reitschuster</title>
		<link>http://oraqa.com/2006/02/08/how-to-check-free-space-in-tablespaces/comment-page-1/#comment-121</link>
		<dc:creator>Karl Reitschuster</dc:creator>
		<pubDate>Sat, 11 Feb 2006 18:58:04 +0000</pubDate>
		<guid isPermaLink="false">http://oraqa.com/2006/02/08/how-to-check-free-space-in-tablespaces/#comment-121</guid>
		<description>Hi Martin
I captured the script from OEM Enterprise Manager :-)
but next week is want to introduce a very usefull script of finding not indexed foreign keys - and this script is by Tom Kyte too!
Greetings

Karl</description>
		<content:encoded><![CDATA[<p>Hi Martin<br />
I captured the script from OEM Enterprise Manager :-)<br />
but next week is want to introduce a very usefull script of finding not indexed foreign keys &#8211; and this script is by Tom Kyte too!<br />
Greetings</p>
<p>Karl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: austrin</title>
		<link>http://oraqa.com/2006/02/08/how-to-check-free-space-in-tablespaces/comment-page-1/#comment-118</link>
		<dc:creator>austrin</dc:creator>
		<pubDate>Fri, 10 Feb 2006 21:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://oraqa.com/2006/02/08/how-to-check-free-space-in-tablespaces/#comment-118</guid>
		<description>Hello Karl,
everyone seems to have his scripts.
I sometimes use &lt;a href=&quot;http://asktom.oracle.com/~tkyte/Misc/free.html&quot; rel=&quot;nofollow&quot;&gt; http://asktom.oracle.com/~tkyte/Misc/free.html &lt;/a&gt;  for freespace listing.
BR,
Martin</description>
		<content:encoded><![CDATA[<p>Hello Karl,<br />
everyone seems to have his scripts.<br />
I sometimes use <a href="http://asktom.oracle.com/~tkyte/Misc/free.html" rel="nofollow"> </a><a href="http://asktom.oracle.com/~tkyte/Misc/free.html" rel="nofollow">http://asktom.oracle.com/~tkyte/Misc/free.html</a>   for freespace listing.<br />
BR,<br />
Martin</p>
]]></content:encoded>
	</item>
</channel>
</rss>

