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: Gamma <gamma_at_clark.net>
Date: Mon, 07 May 2001 17:02:49 GMT
Message-ID: <ZyAJ6.4182$DW1.194858@iad-read.news.verio.net>

Galen Boyer <galenboyer_at_yahoo.com> wrote:
>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.

Right. That's what I was doing before the tablespace approach. It took around 45 minutes, too. (Sorry I didn't mention it; it was several months ago when I last tried this.)

-- 

Paul Brinkley
gamma_at_clark.net
Received on Mon May 07 2001 - 12:02:49 CDT

Original text of this message

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