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

Home -> Community -> Usenet -> c.d.o.server -> Re: Drop database

Re: Drop database

From: Billy Verreynne <vslabs_at_onwe.co.za>
Date: Tue, 12 Mar 2002 06:16:01 GMT
Message-ID: <3c8d9c72.62985149@news.saix.net>


"Kram" <myoung_at_optushome.com.au> wrote:

>Is there a command like in Sybase to drop the database/schema?

Schema! Schema!

DROP USER <schemaname>

or

DROP USER <schemaname> CASCADE

or my personal favourite (which I hope we get in Oracle 10)

DROP USER <schemaname> CASCADE WITH ASSASINATE THE BASTARD

--
Billy
Received on Tue Mar 12 2002 - 00:16:01 CST

Original text of this message

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