<?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: Dropping everything from an Oracle database</title>
	<atom:link href="http://www.tech-recipes.com/rx/747/dropping-everything-from-an-oracle-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/747/dropping-everything-from-an-oracle-database/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 18:18:34 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: fabiyiolawale</title>
		<link>http://www.tech-recipes.com/rx/747/dropping-everything-from-an-oracle-database/comment-page-1/#comment-14785</link>
		<dc:creator>fabiyiolawale</dc:creator>
		<pubDate>Fri, 04 Sep 2009 00:40:17 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-14785</guid>
		<description>I&#039;m loving this..I am creating a database for an application called POSSE..Everytime i miss out a step or an error occur,i&#039;ll need to do that back again(i mean delete the DB and create a new 1)..now diz just helped me..nice work mate..cheers</description>
		<content:encoded><![CDATA[<p>I&#39;m loving this..I am creating a database for an application called POSSE..Everytime i miss out a step or an error occur,i&#39;ll need to do that back again(i mean delete the DB and create a new 1)..now diz just helped me..nice work mate..cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.tech-recipes.com/rx/747/dropping-everything-from-an-oracle-database/comment-page-1/#comment-6414</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Mon, 22 Dec 2008 17:33:41 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-6414</guid>
		<description>or you can drop specific users and all it&#039;s objects using:&lt;br&gt;&lt;br&gt;DROP USER &lt;user_name&gt; CASCADE</description>
		<content:encoded><![CDATA[<p>or you can drop specific users and all it&#39;s objects using:</p>
<p>DROP USER &lt;user_name&gt; CASCADE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: </title>
		<link>http://www.tech-recipes.com/rx/747/dropping-everything-from-an-oracle-database/comment-page-1/#comment-1113</link>
		<dc:creator></dc:creator>
		<pubDate>Mon, 06 Dec 2004 06:47:09 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-1113</guid>
		<description>This is a vary bad idea. There are a number of schemas besides SYS and SYSTEM that need to be intact to have a usable database. It takes about 30 seconds to make a new blank database, much faster then dropping everything. Remove the database, rebuild it and reload your export.</description>
		<content:encoded><![CDATA[<p>This is a vary bad idea. There are a number of schemas besides SYS and SYSTEM that need to be intact to have a usable database. It takes about 30 seconds to make a new blank database, much faster then dropping everything. Remove the database, rebuild it and reload your export.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: u02sgb</title>
		<link>http://www.tech-recipes.com/rx/747/dropping-everything-from-an-oracle-database/comment-page-1/#comment-922</link>
		<dc:creator>u02sgb</dc:creator>
		<pubDate>Tue, 26 Oct 2004 08:22:55 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-922</guid>
		<description>Ok, sorry about that :oops:  .  I used to use this to wipe a database before reloading a backup.   I&#039;ve changed it so your no longer logging in as sys.  I think the original way probably wiped out your data dictionary, Doh!</description>
		<content:encoded><![CDATA[<p>Ok, sorry about that :oops:  .  I used to use this to wipe a database before reloading a backup.   I&#8217;ve changed it so your no longer logging in as sys.  I think the original way probably wiped out your data dictionary, Doh!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ptigga</title>
		<link>http://www.tech-recipes.com/rx/747/dropping-everything-from-an-oracle-database/comment-page-1/#comment-921</link>
		<dc:creator>ptigga</dc:creator>
		<pubDate>Tue, 26 Oct 2004 03:37:17 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-921</guid>
		<description>Just a warning:  On Oracle 10g this made my database completely unusable.  I couldn&#039;t even login using SYSDBA.  I could stop it but not start it again.  

It didn&#039;t matter too much because it was a development database that I wanted to drop the data from, but it did put the database in such a state that I couldn&#039;t reload a new file into it using imp.

Instead I&#039;ve had to use the Database Configuration Assistant to create a new blank database again.</description>
		<content:encoded><![CDATA[<p>Just a warning:  On Oracle 10g this made my database completely unusable.  I couldn&#8217;t even login using SYSDBA.  I could stop it but not start it again.  </p>
<p>It didn&#8217;t matter too much because it was a development database that I wanted to drop the data from, but it did put the database in such a state that I couldn&#8217;t reload a new file into it using imp.</p>
<p>Instead I&#8217;ve had to use the Database Configuration Assistant to create a new blank database again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
