<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Anand&#039;s Blog</title>
	<atom:link href="http://aprakash.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://aprakash.wordpress.com</link>
	<description>My experiences and views on Oracle Database</description>
	<lastBuildDate>Fri, 20 Jan 2012 04:24:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='aprakash.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Anand&#039;s Blog</title>
		<link>http://aprakash.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://aprakash.wordpress.com/osd.xml" title="Anand&#039;s Blog" />
	<atom:link rel='hub' href='http://aprakash.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Use DBMS_AUDIT_MGMT for purging audit files at OS level</title>
		<link>http://aprakash.wordpress.com/2012/01/20/use-dbms_audit_mgmt-for-purging-audit-files-at-os-level/</link>
		<comments>http://aprakash.wordpress.com/2012/01/20/use-dbms_audit_mgmt-for-purging-audit-files-at-os-level/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 19:26:12 +0000</pubDate>
		<dc:creator>Anand</dc:creator>
				<category><![CDATA[11gR2]]></category>
		<category><![CDATA[AUD$]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[.aud]]></category>
		<category><![CDATA[aud$]]></category>
		<category><![CDATA[audit files]]></category>
		<category><![CDATA[dbms_audit_mgmt]]></category>

		<guid isPermaLink="false">http://aprakash.wordpress.com/?p=2333</guid>
		<description><![CDATA[Few of the times we have scenario where db logon fails with ORA-09925: Unable to create audit trail file.Mostly a weekly crontab would have been set to delete the trace files, audit files etc from the server. From 11gR2 oracle introduced and started supporting dbms_audit_mgmt for managing the various audit trail types like database audit <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aprakash.wordpress.com&amp;blog=6651518&amp;post=2333&amp;subd=aprakash&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://aprakash.wordpress.com/2012/01/20/use-dbms_audit_mgmt-for-purging-audit-files-at-os-level/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
	
		<media:content url="http://0.gravatar.com/avatar/edf349b3b768e9552b9c865916d00691?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Anand</media:title>
		</media:content>
	</item>
		<item>
		<title>Moving AUD$ table to another tablespace in 11gR2</title>
		<link>http://aprakash.wordpress.com/2012/01/19/moving-aud-table-to-another-tablespace-in-11gr2/</link>
		<comments>http://aprakash.wordpress.com/2012/01/19/moving-aud-table-to-another-tablespace-in-11gr2/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 11:09:09 +0000</pubDate>
		<dc:creator>Anand</dc:creator>
				<category><![CDATA[11gR2]]></category>
		<category><![CDATA[AUD$]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[aud$]]></category>
		<category><![CDATA[dbms_audit_mgmt]]></category>
		<category><![CDATA[move aud$]]></category>

		<guid isPermaLink="false">http://aprakash.wordpress.com/?p=2321</guid>
		<description><![CDATA[From 11gR2 moving the AUD$ table to another tablespace using dbms_audit_mgmt, has been officially introduced/supported. DBMS_AUDIT_MGMT enables audit administrators to manage the various audit trail types like database audit trails, operating system (OS) audit trails, and XML audit trails. It is installed by default in Oracle 11.2 and makes thing easier. SQL&#62; SELECT table_name, tablespace_name <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aprakash.wordpress.com&amp;blog=6651518&amp;post=2321&amp;subd=aprakash&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://aprakash.wordpress.com/2012/01/19/moving-aud-table-to-another-tablespace-in-11gr2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
	
		<media:content url="http://0.gravatar.com/avatar/edf349b3b768e9552b9c865916d00691?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Anand</media:title>
		</media:content>
	</item>
		<item>
		<title>The SCN Issue &#8211; Addressed in Jan 2012 CPU</title>
		<link>http://aprakash.wordpress.com/2012/01/18/the-scn-issue-addressed-in-jan-2012-cpu/</link>
		<comments>http://aprakash.wordpress.com/2012/01/18/the-scn-issue-addressed-in-jan-2012-cpu/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 07:37:53 +0000</pubDate>
		<dc:creator>Anand</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://aprakash.wordpress.com/?p=2318</guid>
		<description><![CDATA[Recently it has been found that database can run out of SCN (as it jumps to very high values)if we use HOT BACKUP, Database Links etc causing ORA-00600 [2252].Infoworld has published an article on it - http://www.infoworld.com/d/security/fundamental-oracle-flaw-revealed-184163-0?page=0,0 The Jan 2012 CPU patch seems to have addressed the issue.Have a look on it and decide Filed <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aprakash.wordpress.com&amp;blog=6651518&amp;post=2318&amp;subd=aprakash&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://aprakash.wordpress.com/2012/01/18/the-scn-issue-addressed-in-jan-2012-cpu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="" length="" type="" />
	
		<media:content url="http://0.gravatar.com/avatar/edf349b3b768e9552b9c865916d00691?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Anand</media:title>
		</media:content>
	</item>
		<item>
		<title>Incremental stats on partitioned tables &#8211; Blogs to read</title>
		<link>http://aprakash.wordpress.com/2012/01/16/incremental-stats-on-partitioned-tables-blogs-to-read/</link>
		<comments>http://aprakash.wordpress.com/2012/01/16/incremental-stats-on-partitioned-tables-blogs-to-read/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 03:38:26 +0000</pubDate>
		<dc:creator>Anand</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[11gR2]]></category>
		<category><![CDATA[Incremental Stats]]></category>
		<category><![CDATA[Table stats]]></category>
		<category><![CDATA[Partitioned Tables]]></category>
		<category><![CDATA[Incremental stats]]></category>
		<category><![CDATA[gather_table_stats]]></category>

		<guid isPermaLink="false">http://aprakash.wordpress.com/?p=2309</guid>
		<description><![CDATA[Recently in past one week i read few blogs on &#8220;Incremental stats on partitioned tables&#8221;, which i felt are worth mentioning for remembering it myself and might be helpful to some others too. http://oracle-randolf.blogspot.com/2012/01/incremental-partition-statistics-review.html http://rnm1978.wordpress.com/2010/12/31/data-warehousing-and-statistics-in-oracle-11g-incremental-global-statistics/ http://jhdba.wordpress.com/2012/01/04/speeding-up-the-gathering-of-incremental-stats-on-partitioned-tables/ Happy reading Filed under: 11gR2, Incremental Stats, Oracle, Table stats Tagged: gather_table_stats, Incremental stats, Partitioned Tables<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aprakash.wordpress.com&amp;blog=6651518&amp;post=2309&amp;subd=aprakash&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://aprakash.wordpress.com/2012/01/16/incremental-stats-on-partitioned-tables-blogs-to-read/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/edf349b3b768e9552b9c865916d00691?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Anand</media:title>
		</media:content>
	</item>
		<item>
		<title>set newname command made easier in 11gR2</title>
		<link>http://aprakash.wordpress.com/2012/01/11/set-newname-command-made-easier-in-11gr2/</link>
		<comments>http://aprakash.wordpress.com/2012/01/11/set-newname-command-made-easier-in-11gr2/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 09:11:20 +0000</pubDate>
		<dc:creator>Anand</dc:creator>
				<category><![CDATA[11gR2]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[RMAN]]></category>
		<category><![CDATA[Duplicate Database]]></category>
		<category><![CDATA[set newname for database]]></category>
		<category><![CDATA[set newname for tablespace]]></category>
		<category><![CDATA[setnewname]]></category>

		<guid isPermaLink="false">http://aprakash.wordpress.com/?p=2289</guid>
		<description><![CDATA[From 11gR2 oracle introduced new options for &#8220;SET NEWNAME&#8221; command. 1.SET NEWNAME FOR DATAFILE and SET NEWNAME FOR TEMPFILE 2.SET NEWNAME FOR TABLESPACE 3.SET NEWNAME FOR DATABASE The following variables are introduced for SET NEWNAME from 11gR2 :- %b The file name remains same as the original. For example, if a datafile is named D:\oracle\oradata\matrix\test.dbf, <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aprakash.wordpress.com&amp;blog=6651518&amp;post=2289&amp;subd=aprakash&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://aprakash.wordpress.com/2012/01/11/set-newname-command-made-easier-in-11gr2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/edf349b3b768e9552b9c865916d00691?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Anand</media:title>
		</media:content>
	</item>
	</channel>
</rss>
