<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Tech-Recipes - Latest Comments in Dropping everything from an Oracle database</title><link>http://tech-recipes.disqus.com/</link><description>Cookbook of Tech Tutorials</description><atom:link href="https://tech-recipes.disqus.com/dropping_everything_from_an_oracle_database_oracle_tech_recipes/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Thu, 03 Sep 2009 22:40:17 -0000</lastBuildDate><item><title>Re: Dropping everything from an Oracle database</title><link>http://www.tech-recipes.com/rx/747/dropping-everything-from-an-oracle-database/#comment-15952398</link><description>&lt;p&gt;I'm loving this..I am creating a database for an application called POSSE..Everytime i miss out a step or an error occur,i'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&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">fabiyiolawale</dc:creator><pubDate>Thu, 03 Sep 2009 22:40:17 -0000</pubDate></item><item><title>Re: Dropping everything from an Oracle database</title><link>http://www.tech-recipes.com/rx/747/dropping-everything-from-an-oracle-database/#comment-4576122</link><description>&lt;p&gt;or you can drop specific users and all it's objects using:&lt;/p&gt;&lt;p&gt;DROP USER &amp;lt;user_name&amp;gt; CASCADE&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">alex</dc:creator><pubDate>Mon, 22 Dec 2008 15:33:41 -0000</pubDate></item><item><title>Re: Dropping everything from an Oracle database</title><link>http://www.tech-recipes.com/rx/747/dropping-everything-from-an-oracle-database/#comment-2768786</link><description>&lt;p&gt;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.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 06 Dec 2004 01:47:09 -0000</pubDate></item><item><title>Re: Dropping everything from an Oracle database</title><link>http://www.tech-recipes.com/rx/747/dropping-everything-from-an-oracle-database/#comment-2768785</link><description>&lt;p&gt;Ok, sorry about that :oops:  .  I used to use this to wipe a database before reloading a backup.   I've changed it so your no longer logging in as sys.  I think the original way probably wiped out your data dictionary, Doh!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">u02sgb</dc:creator><pubDate>Tue, 26 Oct 2004 04:22:55 -0000</pubDate></item><item><title>Re: Dropping everything from an Oracle database</title><link>http://www.tech-recipes.com/rx/747/dropping-everything-from-an-oracle-database/#comment-2768784</link><description>&lt;p&gt;Just a warning:  On Oracle 10g this made my database completely unusable.  I couldn't even login using SYSDBA.  I could stop it but not start it again.&lt;/p&gt;&lt;p&gt;It didn'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't reload a new file into it using imp.&lt;/p&gt;&lt;p&gt;Instead I've had to use the Database Configuration Assistant to create a new blank database again.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ptigga</dc:creator><pubDate>Mon, 25 Oct 2004 23:37:17 -0000</pubDate></item></channel></rss>