<?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 drop and recreate Oracle undo tablespace and its data files</title>
	<atom:link href="http://www.my-whiteboard.com/how-to-drop-and-recreate-oracle-undo-tablespace-and-its-data-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.my-whiteboard.com/how-to-drop-and-recreate-oracle-undo-tablespace-and-its-data-files/</link>
	<description>Business in Information Technology &#38; Biotechnology</description>
	<lastBuildDate>Mon, 30 Jan 2012 16:06:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jibran</title>
		<link>http://www.my-whiteboard.com/how-to-drop-and-recreate-oracle-undo-tablespace-and-its-data-files/comment-page-1/#comment-458</link>
		<dc:creator>Jibran</dc:creator>
		<pubDate>Fri, 16 Jul 2010 14:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.my-whiteboard.com/oracle-dba/2007/03/09/how-to-drop-and-recreate-oracle-undo-tablespace-and-its-data-files.html#comment-458</guid>
		<description>Thank you for such a great solution! 

I have searched a lot and none of the URL works, but your works like magic.

thanks</description>
		<content:encoded><![CDATA[<p>Thank you for such a great solution! </p>
<p>I have searched a lot and none of the URL works, but your works like magic.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.my-whiteboard.com/how-to-drop-and-recreate-oracle-undo-tablespace-and-its-data-files/comment-page-1/#comment-427</link>
		<dc:creator>john</dc:creator>
		<pubDate>Fri, 29 May 2009 09:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.my-whiteboard.com/oracle-dba/2007/03/09/how-to-drop-and-recreate-oracle-undo-tablespace-and-its-data-files.html#comment-427</guid>
		<description>did this on 10gR2. 
had to open the database before dropping the rollback segments.

--Awesome post--</description>
		<content:encoded><![CDATA[<p>did this on 10gR2.<br />
had to open the database before dropping the rollback segments.</p>
<p>&#8211;Awesome post&#8211;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Morgan</title>
		<link>http://www.my-whiteboard.com/how-to-drop-and-recreate-oracle-undo-tablespace-and-its-data-files/comment-page-1/#comment-403</link>
		<dc:creator>Daniel Morgan</dc:creator>
		<pubDate>Thu, 19 Feb 2009 23:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.my-whiteboard.com/oracle-dba/2007/03/09/how-to-drop-and-recreate-oracle-undo-tablespace-and-its-data-files.html#comment-403</guid>
		<description>Tried this with 11gR1 and it failed as is but the following elements did work as shown:

SQL&gt; create pfile from spfile;

SQL&gt; shutdown abort

-- edit pfile and add
_corrupted_rollback_segments=(&#039;_SYSSMU1_1222867085$&#039;)

SQL&gt; create spfile from pfile

SQL&gt; startup

SQL&gt; drop rollback segment &quot;_SYSSMU1_1222867085$&quot;;

In my case SHUTDOWN IMMEDIATE failed ... an abort was required. And STARTUP RESTRICT MOUNT failed as well. In a MOUNT status it would not, and I would think should not, allow a change to an unopened database.</description>
		<content:encoded><![CDATA[<p>Tried this with 11gR1 and it failed as is but the following elements did work as shown:</p>
<p>SQL&gt; create pfile from spfile;</p>
<p>SQL&gt; shutdown abort</p>
<p>&#8211; edit pfile and add<br />
_corrupted_rollback_segments=(&#8216;_SYSSMU1_1222867085$&#8217;)</p>
<p>SQL&gt; create spfile from pfile</p>
<p>SQL&gt; startup</p>
<p>SQL&gt; drop rollback segment &#8220;_SYSSMU1_1222867085$&#8221;;</p>
<p>In my case SHUTDOWN IMMEDIATE failed &#8230; an abort was required. And STARTUP RESTRICT MOUNT failed as well. In a MOUNT status it would not, and I would think should not, allow a change to an unopened database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UNSUPPORTED DATABASE</title>
		<link>http://www.my-whiteboard.com/how-to-drop-and-recreate-oracle-undo-tablespace-and-its-data-files/comment-page-1/#comment-388</link>
		<dc:creator>UNSUPPORTED DATABASE</dc:creator>
		<pubDate>Wed, 07 Jan 2009 12:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.my-whiteboard.com/oracle-dba/2007/03/09/how-to-drop-and-recreate-oracle-undo-tablespace-and-its-data-files.html#comment-388</guid>
		<description>If you use _offline_rollback_segments your database will be unsupported by Oracle!</description>
		<content:encoded><![CDATA[<p>If you use _offline_rollback_segments your database will be unsupported by Oracle!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maksim00</title>
		<link>http://www.my-whiteboard.com/how-to-drop-and-recreate-oracle-undo-tablespace-and-its-data-files/comment-page-1/#comment-369</link>
		<dc:creator>maksim00</dc:creator>
		<pubDate>Fri, 28 Nov 2008 08:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.my-whiteboard.com/oracle-dba/2007/03/09/how-to-drop-and-recreate-oracle-undo-tablespace-and-its-data-files.html#comment-369</guid>
		<description>1. create undo tablespace UNDO_small datafile &#039;undosmall1.dbf&#039; size 100m;
2. alter system set undo_tablespace=UNDO_small;
3. restart instance.
4. drop tablespace UNDO_OLD including contents;</description>
		<content:encoded><![CDATA[<p>1. create undo tablespace UNDO_small datafile &#8216;undosmall1.dbf&#8217; size 100m;<br />
2. alter system set undo_tablespace=UNDO_small;<br />
3. restart instance.<br />
4. drop tablespace UNDO_OLD including contents;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jayachandran</title>
		<link>http://www.my-whiteboard.com/how-to-drop-and-recreate-oracle-undo-tablespace-and-its-data-files/comment-page-1/#comment-368</link>
		<dc:creator>jayachandran</dc:creator>
		<pubDate>Thu, 27 Nov 2008 09:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.my-whiteboard.com/oracle-dba/2007/03/09/how-to-drop-and-recreate-oracle-undo-tablespace-and-its-data-files.html#comment-368</guid>
		<description>Thanks for giving me a idea to do such thing in a live database</description>
		<content:encoded><![CDATA[<p>Thanks for giving me a idea to do such thing in a live database</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavel</title>
		<link>http://www.my-whiteboard.com/how-to-drop-and-recreate-oracle-undo-tablespace-and-its-data-files/comment-page-1/#comment-362</link>
		<dc:creator>Pavel</dc:creator>
		<pubDate>Wed, 05 Nov 2008 14:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.my-whiteboard.com/oracle-dba/2007/03/09/how-to-drop-and-recreate-oracle-undo-tablespace-and-its-data-files.html#comment-362</guid>
		<description>You can not do select from dba_ tables in mount database state.

SQL&gt; startup mount
ORACLE instance started.

Total System Global Area  289406976 bytes
Fixed Size                  1290184 bytes
Variable Size             109051960 bytes
Database Buffers          171966464 bytes
Redo Buffers                7098368 bytes
Database mounted.
SQL&gt; select segment_name,status,tablespace_name from dba_rollback_segs where status=&#039;NEEDS RECOVERY&#039;;
select segment_name,status,tablespace_name from dba_rollback_segs where status=&#039;NEEDS RECOVERY&#039;
                                                *
ERROR at line 1:
ORA-01219: database not open: queries allowed on fixed tables/views only</description>
		<content:encoded><![CDATA[<p>You can not do select from dba_ tables in mount database state.</p>
<p>SQL&gt; startup mount<br />
ORACLE instance started.</p>
<p>Total System Global Area  289406976 bytes<br />
Fixed Size                  1290184 bytes<br />
Variable Size             109051960 bytes<br />
Database Buffers          171966464 bytes<br />
Redo Buffers                7098368 bytes<br />
Database mounted.<br />
SQL&gt; select segment_name,status,tablespace_name from dba_rollback_segs where status=&#8217;NEEDS RECOVERY&#8217;;<br />
select segment_name,status,tablespace_name from dba_rollback_segs where status=&#8217;NEEDS RECOVERY&#8217;<br />
                                                *<br />
ERROR at line 1:<br />
ORA-01219: database not open: queries allowed on fixed tables/views only</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Paulo</title>
		<link>http://www.my-whiteboard.com/how-to-drop-and-recreate-oracle-undo-tablespace-and-its-data-files/comment-page-1/#comment-357</link>
		<dc:creator>Juan Paulo</dc:creator>
		<pubDate>Thu, 30 Oct 2008 22:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.my-whiteboard.com/oracle-dba/2007/03/09/how-to-drop-and-recreate-oracle-undo-tablespace-and-its-data-files.html#comment-357</guid>
		<description>Nitido, seguimos todos los pasos y funciono exelente, muchas gracias.

Nota 1:  En el paso 5, dice uncomment “undo_management=AUTO”,  deberia de ser:  comment “undo_management=AUTO”.

La nota esta buenisima, con esos pasos solucionamos nuestro problema.</description>
		<content:encoded><![CDATA[<p>Nitido, seguimos todos los pasos y funciono exelente, muchas gracias.</p>
<p>Nota 1:  En el paso 5, dice uncomment “undo_management=AUTO”,  deberia de ser:  comment “undo_management=AUTO”.</p>
<p>La nota esta buenisima, con esos pasos solucionamos nuestro problema.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe zhu</title>
		<link>http://www.my-whiteboard.com/how-to-drop-and-recreate-oracle-undo-tablespace-and-its-data-files/comment-page-1/#comment-354</link>
		<dc:creator>joe zhu</dc:creator>
		<pubDate>Wed, 22 Oct 2008 19:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.my-whiteboard.com/oracle-dba/2007/03/09/how-to-drop-and-recreate-oracle-undo-tablespace-and-its-data-files.html#comment-354</guid>
		<description>Outstanding solution. Really helped me out. 

Big thanks.</description>
		<content:encoded><![CDATA[<p>Outstanding solution. Really helped me out. </p>
<p>Big thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John MacLean</title>
		<link>http://www.my-whiteboard.com/how-to-drop-and-recreate-oracle-undo-tablespace-and-its-data-files/comment-page-1/#comment-340</link>
		<dc:creator>John MacLean</dc:creator>
		<pubDate>Thu, 04 Sep 2008 02:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.my-whiteboard.com/oracle-dba/2007/03/09/how-to-drop-and-recreate-oracle-undo-tablespace-and-its-data-files.html#comment-340</guid>
		<description>The database needs to be open to drop/ create a tablespace.</description>
		<content:encoded><![CDATA[<p>The database needs to be open to drop/ create a tablespace.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandan</title>
		<link>http://www.my-whiteboard.com/how-to-drop-and-recreate-oracle-undo-tablespace-and-its-data-files/comment-page-1/#comment-296</link>
		<dc:creator>Chandan</dc:creator>
		<pubDate>Wed, 28 May 2008 22:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.my-whiteboard.com/oracle-dba/2007/03/09/how-to-drop-and-recreate-oracle-undo-tablespace-and-its-data-files.html#comment-296</guid>
		<description>This article really helped me to come out of an UNDO related problem. The process is nice. Thanks.</description>
		<content:encoded><![CDATA[<p>This article really helped me to come out of an UNDO related problem. The process is nice. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to drop and recreate oracle undo tablespace and its datafile:</title>
		<link>http://www.my-whiteboard.com/how-to-drop-and-recreate-oracle-undo-tablespace-and-its-data-files/comment-page-1/#comment-284</link>
		<dc:creator>How to drop and recreate oracle undo tablespace and its datafile:</dc:creator>
		<pubDate>Mon, 19 May 2008 18:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.my-whiteboard.com/oracle-dba/2007/03/09/how-to-drop-and-recreate-oracle-undo-tablespace-and-its-data-files.html#comment-284</guid>
		<description>[...] From my-whiteboard.com [...]</description>
		<content:encoded><![CDATA[<p>[...] From my-whiteboard.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Djuro</title>
		<link>http://www.my-whiteboard.com/how-to-drop-and-recreate-oracle-undo-tablespace-and-its-data-files/comment-page-1/#comment-263</link>
		<dc:creator>Djuro</dc:creator>
		<pubDate>Wed, 07 May 2008 14:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.my-whiteboard.com/oracle-dba/2007/03/09/how-to-drop-and-recreate-oracle-undo-tablespace-and-its-data-files.html#comment-263</guid>
		<description>Very, very good procedure .. thanks</description>
		<content:encoded><![CDATA[<p>Very, very good procedure .. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oracle</title>
		<link>http://www.my-whiteboard.com/how-to-drop-and-recreate-oracle-undo-tablespace-and-its-data-files/comment-page-1/#comment-241</link>
		<dc:creator>Oracle</dc:creator>
		<pubDate>Mon, 28 Apr 2008 17:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.my-whiteboard.com/oracle-dba/2007/03/09/how-to-drop-and-recreate-oracle-undo-tablespace-and-its-data-files.html#comment-241</guid>
		<description>Hemant K Chitale,

This article is wonderful. I support this doc.

http://www.praetoriate.com/t_grid_rac_undoc_init_procedures.htm
_CORRUPTED_ROLLBACK_SEGMENTS. Only way to start up with corrupted public rollback segments. Can be used without fear of desupport.</description>
		<content:encoded><![CDATA[<p>Hemant K Chitale,</p>
<p>This article is wonderful. I support this doc.</p>
<p><a href="http://www.praetoriate.com/t_grid_rac_undoc_init_procedures.htm" rel="nofollow">http://www.praetoriate.com/t_grid_rac_undoc_init_procedures.htm</a><br />
_CORRUPTED_ROLLBACK_SEGMENTS. Only way to start up with corrupted public rollback segments. Can be used without fear of desupport.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hemant K Chitale</title>
		<link>http://www.my-whiteboard.com/how-to-drop-and-recreate-oracle-undo-tablespace-and-its-data-files/comment-page-1/#comment-185</link>
		<dc:creator>Hemant K Chitale</dc:creator>
		<pubDate>Tue, 08 Jan 2008 08:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.my-whiteboard.com/oracle-dba/2007/03/09/how-to-drop-and-recreate-oracle-undo-tablespace-and-its-data-files.html#comment-185</guid>
		<description>I strongly suggest that you do not advise DBAs to use such methods.
Advise them to read the standard Oracle Docs and contact Oracle Support .
&quot;_corrupted_rollback_segments&quot; is a NO NO !
Hemant K Chitale</description>
		<content:encoded><![CDATA[<p>I strongly suggest that you do not advise DBAs to use such methods.<br />
Advise them to read the standard Oracle Docs and contact Oracle Support .<br />
&#8220;_corrupted_rollback_segments&#8221; is a NO NO !<br />
Hemant K Chitale</p>
]]></content:encoded>
	</item>
</channel>
</rss>

