Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Drop database
"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
-- BillyReceived on Tue Mar 12 2002 - 00:16:01 CST
![]() |
![]() |