<?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/"
	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>Comments for Pavan DBA&#039;s Blog</title>
	<atom:link href="http://pavandba.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://pavandba.com</link>
	<description>The DBA Knowledge Store</description>
	<lastBuildDate>Mon, 28 May 2012 04:56:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on script to check tablespace free space for all db&#8217;s in server by Pavan DBA</title>
		<link>http://pavandba.com/2012/05/24/script-to-check-tablespace-free-space-for-all-dbs-in-server/#comment-4735</link>
		<dc:creator><![CDATA[Pavan DBA]]></dc:creator>
		<pubDate>Mon, 28 May 2012 04:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://pavandba.com/?p=4698#comment-4735</guid>
		<description><![CDATA[yes. we can use it or not]]></description>
		<content:encoded><![CDATA[<p>yes. we can use it or not</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Important Docs by Pavan DBA</title>
		<link>http://pavandba.com/important-docs/#comment-4734</link>
		<dc:creator><![CDATA[Pavan DBA]]></dc:creator>
		<pubDate>Mon, 28 May 2012 04:56:20 +0000</pubDate>
		<guid isPermaLink="false">http://pavandba.wordpress.com/important-docs/#comment-4734</guid>
		<description><![CDATA[have you confirmed that the file is in same location using &quot;ls -ltr /u01/app/oracle/oradata/test01.dbf&quot; command? If not please do so. I am sure somewhere, mistake occurred]]></description>
		<content:encoded><![CDATA[<p>have you confirmed that the file is in same location using &#8220;ls -ltr /u01/app/oracle/oradata/test01.dbf&#8221; command? If not please do so. I am sure somewhere, mistake occurred</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on script to check tablespace free space for all db&#8217;s in server by dinesh dubey</title>
		<link>http://pavandba.com/2012/05/24/script-to-check-tablespace-free-space-for-all-dbs-in-server/#comment-4724</link>
		<dc:creator><![CDATA[dinesh dubey]]></dc:creator>
		<pubDate>Sat, 26 May 2012 15:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://pavandba.com/?p=4698#comment-4724</guid>
		<description><![CDATA[Hi RULE there as a hint.]]></description>
		<content:encoded><![CDATA[<p>Hi RULE there as a hint.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Important Docs by maaz</title>
		<link>http://pavandba.com/important-docs/#comment-4720</link>
		<dc:creator><![CDATA[maaz]]></dc:creator>
		<pubDate>Sat, 26 May 2012 06:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://pavandba.wordpress.com/important-docs/#comment-4720</guid>
		<description><![CDATA[Hi

im getting this error after doing hotbackup

ORA-01157: cannot identify/lock data file 6
ORA-01110: data file 6: &#039;/u01/app/oracle/oradata/test01.dbf&#039;

as my test01.dbf file is still in the same location]]></description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>im getting this error after doing hotbackup</p>
<p>ORA-01157: cannot identify/lock data file 6<br />
ORA-01110: data file 6: &#8216;/u01/app/oracle/oradata/test01.dbf&#8217;</p>
<p>as my test01.dbf file is still in the same location</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DISCLAIMER by Pavan DBA</title>
		<link>http://pavandba.com/disclaimer/#comment-4684</link>
		<dc:creator><![CDATA[Pavan DBA]]></dc:creator>
		<pubDate>Thu, 24 May 2012 05:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://pavandba.wordpress.com/?page_id=608#comment-4684</guid>
		<description><![CDATA[can you bit more clear about your question? I couldn&#039;t able to understand completely]]></description>
		<content:encoded><![CDATA[<p>can you bit more clear about your question? I couldn&#8217;t able to understand completely</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CONTACT ME by Pavan DBA</title>
		<link>http://pavandba.com/contact-me/#comment-4683</link>
		<dc:creator><![CDATA[Pavan DBA]]></dc:creator>
		<pubDate>Thu, 24 May 2012 05:46:11 +0000</pubDate>
		<guid isPermaLink="false">http://pavandba.wordpress.com/#comment-4683</guid>
		<description><![CDATA[Hi Upendar

we need to use below commands to do failover (run these commands on standby to make it primary)

select database_role from v$database;
recover managed standby database finish;
alter database commit to switchover to primary;
alter database open;
select database_role from v$database;]]></description>
		<content:encoded><![CDATA[<p>Hi Upendar</p>
<p>we need to use below commands to do failover (run these commands on standby to make it primary)</p>
<p>select database_role from v$database;<br />
recover managed standby database finish;<br />
alter database commit to switchover to primary;<br />
alter database open;<br />
select database_role from v$database;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CONTACT ME by upendar</title>
		<link>http://pavandba.com/contact-me/#comment-4679</link>
		<dc:creator><![CDATA[upendar]]></dc:creator>
		<pubDate>Thu, 24 May 2012 02:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://pavandba.wordpress.com/#comment-4679</guid>
		<description><![CDATA[hi sir,
how i can convert my standby database to primary when my primary is crashed..plz explain me with example..

thanks in advance...]]></description>
		<content:encoded><![CDATA[<p>hi sir,<br />
how i can convert my standby database to primary when my primary is crashed..plz explain me with example..</p>
<p>thanks in advance&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DISCLAIMER by srimannarayana</title>
		<link>http://pavandba.com/disclaimer/#comment-4648</link>
		<dc:creator><![CDATA[srimannarayana]]></dc:creator>
		<pubDate>Mon, 21 May 2012 12:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://pavandba.wordpress.com/?page_id=608#comment-4648</guid>
		<description><![CDATA[Hi,
     how to set variables like &quot;set pages 200&quot; in a file.It will run while connecting to sqlplus like .bash_profile and
     How to get both records and expain plan as o/p at at time when we fire a query?]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
     how to set variables like &#8220;set pages 200&#8243; in a file.It will run while connecting to sqlplus like .bash_profile and<br />
     How to get both records and expain plan as o/p at at time when we fire a query?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About me by Pavan DBA</title>
		<link>http://pavandba.com/about/#comment-4641</link>
		<dc:creator><![CDATA[Pavan DBA]]></dc:creator>
		<pubDate>Sun, 20 May 2012 07:18:44 +0000</pubDate>
		<guid isPermaLink="false">#comment-4641</guid>
		<description><![CDATA[thanks for your kind words]]></description>
		<content:encoded><![CDATA[<p>thanks for your kind words</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Important Docs by Pavan DBA</title>
		<link>http://pavandba.com/important-docs/#comment-4631</link>
		<dc:creator><![CDATA[Pavan DBA]]></dc:creator>
		<pubDate>Fri, 18 May 2012 18:46:07 +0000</pubDate>
		<guid isPermaLink="false">http://pavandba.wordpress.com/important-docs/#comment-4631</guid>
		<description><![CDATA[Nasir, every background process will have authority to write into alert log file]]></description>
		<content:encoded><![CDATA[<p>Nasir, every background process will have authority to write into alert log file</p>
]]></content:encoded>
	</item>
</channel>
</rss>

