Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: Quick way to replace an entire database schema?

Re: Quick way to replace an entire database schema?

From: Galen Boyer <galenboyer_at_yahoo.com>
Date: 4 May 2001 16:00:07 -0500
Message-ID: <ud79okezw.fsf@primix.com>

On Fri, 04 May 2001, gamma_at_clark.net wrote:

> I tried creating the schema inside a tablespace, and dropping
> the tablespace to remove the schema; this takes around 45
> minutes.

drop user SCHEMANAME cascade;

create user ....;

create new ddl.

-- 
Galen
I don't want to be the rock.  Yeah, okay, what do you want to be?
I want to be the piece of glass.
Received on Fri May 04 2001 - 16:00:07 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US