<?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>EcoBuntu.org &#187; oracle</title>
	<atom:link href="http://www.ecobuntu.org/tag/oracle/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ecobuntu.org</link>
	<description>Tech tips...</description>
	<lastBuildDate>Thu, 25 Jun 2009 09:14:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Compute statistics in Oracle</title>
		<link>http://www.ecobuntu.org/database/compute-statistics-in-oracle/</link>
		<comments>http://www.ecobuntu.org/database/compute-statistics-in-oracle/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 11:02:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.ecobuntu.org/?p=96</guid>
		<description><![CDATA[<br/>sqlplus user/password@db SQL> set echo off SQL> set feed off SQL> set head off SQL> spool analyze_tables.sql SQL> select &#8216;analyze table &#8216;&#124;&#124;table_name&#124;&#124;&#8217; compute statistics;&#8217; from user_tables; SQL> spool off SQL> exit sqlplus user/password@db @analyze_tables.sql]]></description>
			<content:encoded><![CDATA[<br/><p><code>sqlplus user/password@db</code></p>
<p>SQL> set echo off<br />
SQL> set feed off<br />
SQL> set head off<br />
SQL> spool analyze_tables.sql<br />
SQL> select &#8216;analyze table &#8216;||table_name||&#8217;  compute statistics;&#8217;  from user_tables;<br />
SQL> spool off<br />
SQL> exit</p>
<p><code>sqlplus user/password@db @analyze_tables.sql</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecobuntu.org/database/compute-statistics-in-oracle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
