<?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 Recover Deleted Oracle Datafiles with No Downtime</title>
	<atom:link href="http://www.pythian.com/news/656/how-to-recover-deleted-oracle-datafiles-with-no-downtime/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pythian.com/news/656/how-to-recover-deleted-oracle-datafiles-with-no-downtime/</link>
	<description>News and views from Pythian DBAs</description>
	<lastBuildDate>Fri, 10 Feb 2012 13:01:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Christo Kutrovsky</title>
		<link>http://www.pythian.com/news/656/how-to-recover-deleted-oracle-datafiles-with-no-downtime/#comment-691339</link>
		<dc:creator>Christo Kutrovsky</dc:creator>
		<pubDate>Thu, 29 Dec 2011 00:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/656/how-to-recover-deleted-oracle-datafiles-with-no-downtime#comment-691339</guid>
		<description>Harish,

I think you missed the point. The point is that the file can be recovered without the presence of backups.

Your approach would only work if your database is in archivelog mode and all archived logs since the creation of the file in question are available.
This could potentially be years of archived logs.</description>
		<content:encoded><![CDATA[<p>Harish,</p>
<p>I think you missed the point. The point is that the file can be recovered without the presence of backups.</p>
<p>Your approach would only work if your database is in archivelog mode and all archived logs since the creation of the file in question are available.<br />
This could potentially be years of archived logs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harish</title>
		<link>http://www.pythian.com/news/656/how-to-recover-deleted-oracle-datafiles-with-no-downtime/#comment-691031</link>
		<dc:creator>Harish</dc:creator>
		<pubDate>Wed, 28 Dec 2011 19:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/656/how-to-recover-deleted-oracle-datafiles-with-no-downtime#comment-691031</guid>
		<description>In this manner u can recover ur dropped datafiles.This ll work for sure. All can try this.

Regards
Harish(poojari)
Kolar</description>
		<content:encoded><![CDATA[<p>In this manner u can recover ur dropped datafiles.This ll work for sure. All can try this.</p>
<p>Regards<br />
Harish(poojari)<br />
Kolar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harish</title>
		<link>http://www.pythian.com/news/656/how-to-recover-deleted-oracle-datafiles-with-no-downtime/#comment-691025</link>
		<dc:creator>Harish</dc:creator>
		<pubDate>Wed, 28 Dec 2011 19:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/656/how-to-recover-deleted-oracle-datafiles-with-no-downtime#comment-691025</guid>
		<description>Hi,
If datafile is dropped is os level and no backup is available means u can follow this steps.
1.make offline the  dropped datafile.
2.ALTER DATABASE CREATE DATAFILE &#039;/oradata/app/users.dbf&#039; path&#039; as &#039;/oradata/app/datafiles/users.dbf&#039;;
3.recover datafile &#039;/new path&#039;
4.make online the datafile.
Note: All archive logs should be there.

 Regards Harish</description>
		<content:encoded><![CDATA[<p>Hi,<br />
If datafile is dropped is os level and no backup is available means u can follow this steps.<br />
1.make offline the  dropped datafile.<br />
2.ALTER DATABASE CREATE DATAFILE &#8216;/oradata/app/users.dbf&#8217; path&#8217; as &#8216;/oradata/app/datafiles/users.dbf&#8217;;<br />
3.recover datafile &#8216;/new path&#8217;<br />
4.make online the datafile.<br />
Note: All archive logs should be there.</p>
<p> Regards Harish</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Data Recovery Advisor (DRA) and Health Monitor by example &#124; IT World</title>
		<link>http://www.pythian.com/news/656/how-to-recover-deleted-oracle-datafiles-with-no-downtime/#comment-572741</link>
		<dc:creator>Data Recovery Advisor (DRA) and Health Monitor by example &#124; IT World</dc:creator>
		<pubDate>Tue, 26 Jul 2011 08:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/656/how-to-recover-deleted-oracle-datafiles-with-no-downtime#comment-572741</guid>
		<description>[...] How to Recover Deleted Oracle Datafiles with No Downtime           Posted in Oracle - Tagged Data Recovery Advisor, DRA, Health Monitor         &#171; RMAN and TDPO performance testing      No Comments Yet [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Recover Deleted Oracle Datafiles with No Downtime           Posted in Oracle &#8211; Tagged Data Recovery Advisor, DRA, Health Monitor         &laquo; RMAN and TDPO performance testing      No Comments Yet [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.pythian.com/news/656/how-to-recover-deleted-oracle-datafiles-with-no-downtime/#comment-125361</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 13 Nov 2007 11:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/656/how-to-recover-deleted-oracle-datafiles-with-no-downtime#comment-125361</guid>
		<description>Hi 

Nice trick.  I wonder whether you saw an Oracle-l posting

http://www.freelists.org/archives/oracle-l/06-2007/msg00699.html

Unfortunately i do not have access to a linux server to try the method, but as the post suggest it could elminate the extra step of having to rman copy and then switch to the file</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>Nice trick.  I wonder whether you saw an Oracle-l posting</p>
<p><a href="http://www.freelists.org/archives/oracle-l/06-2007/msg00699.html" rel="nofollow">http://www.freelists.org/archives/oracle-l/06-2007/msg00699.html</a></p>
<p>Unfortunately i do not have access to a linux server to try the method, but as the post suggest it could elminate the extra step of having to rman copy and then switch to the file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Brinsmead</title>
		<link>http://www.pythian.com/news/656/how-to-recover-deleted-oracle-datafiles-with-no-downtime/#comment-122992</link>
		<dc:creator>Mark Brinsmead</dc:creator>
		<pubDate>Sat, 10 Nov 2007 03:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/656/how-to-recover-deleted-oracle-datafiles-with-no-downtime#comment-122992</guid>
		<description>Slick trick!  Others might have reported this before, but its the first time I&#039;ve seen it.

It seems to be rather dependent on the implementation of /proc.  I have seen lots of *nix variants with little or nothing implemented there, but this ought to work on a pretty wide variety of platforms.  Not that I&#039;m volunteering to try.</description>
		<content:encoded><![CDATA[<p>Slick trick!  Others might have reported this before, but its the first time I&#8217;ve seen it.</p>
<p>It seems to be rather dependent on the implementation of /proc.  I have seen lots of *nix variants with little or nothing implemented there, but this ought to work on a pretty wide variety of platforms.  Not that I&#8217;m volunteering to try.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christo Kutrovsky</title>
		<link>http://www.pythian.com/news/656/how-to-recover-deleted-oracle-datafiles-with-no-downtime/#comment-122281</link>
		<dc:creator>Christo Kutrovsky</dc:creator>
		<pubDate>Thu, 08 Nov 2007 16:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/656/how-to-recover-deleted-oracle-datafiles-with-no-downtime#comment-122281</guid>
		<description>Frits,

Great article! I wish I had read it 4 months ago :)

The metalink note however I find disturbing. It think it will corrupt your database. I will check it out.</description>
		<content:encoded><![CDATA[<p>Frits,</p>
<p>Great article! I wish I had read it 4 months ago :)</p>
<p>The metalink note however I find disturbing. It think it will corrupt your database. I will check it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frits Hoogland</title>
		<link>http://www.pythian.com/news/656/how-to-recover-deleted-oracle-datafiles-with-no-downtime/#comment-122173</link>
		<dc:creator>Frits Hoogland</dc:creator>
		<pubDate>Thu, 08 Nov 2007 13:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/656/how-to-recover-deleted-oracle-datafiles-with-no-downtime#comment-122173</guid>
		<description>Mmh, I&#039;ve covered this already: http://frits.homelinux.com/wordpress/?p=20

After that, oracle also made a metalink note about it (ML:444749.1). When asking them about a note with the same information as in my blogpost, they responded it came from an internal note which was around.

I&#039;ve tested this with linux 32 &amp; 64 bit and solaris.</description>
		<content:encoded><![CDATA[<p>Mmh, I&#8217;ve covered this already: <a href="http://frits.homelinux.com/wordpress/?p=20" rel="nofollow">http://frits.homelinux.com/wordpress/?p=20</a></p>
<p>After that, oracle also made a metalink note about it (ML:444749.1). When asking them about a note with the same information as in my blogpost, they responded it came from an internal note which was around.</p>
<p>I&#8217;ve tested this with linux 32 &amp; 64 bit and solaris.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hazel</title>
		<link>http://www.pythian.com/news/656/how-to-recover-deleted-oracle-datafiles-with-no-downtime/#comment-122160</link>
		<dc:creator>Hazel</dc:creator>
		<pubDate>Thu, 08 Nov 2007 12:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/656/how-to-recover-deleted-oracle-datafiles-with-no-downtime#comment-122160</guid>
		<description>VERY Clever !    Excellent solutuion.</description>
		<content:encoded><![CDATA[<p>VERY Clever !    Excellent solutuion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Norris</title>
		<link>http://www.pythian.com/news/656/how-to-recover-deleted-oracle-datafiles-with-no-downtime/#comment-121930</link>
		<dc:creator>Dan Norris</dc:creator>
		<pubDate>Thu, 08 Nov 2007 04:26:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/656/how-to-recover-deleted-oracle-datafiles-with-no-downtime#comment-121930</guid>
		<description>Well done, Christo! I knew there was a way to do this, but haven&#039;t tried to figure it out. Thanks for saving me a lot of work!</description>
		<content:encoded><![CDATA[<p>Well done, Christo! I knew there was a way to do this, but haven&#8217;t tried to figure it out. Thanks for saving me a lot of work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

