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: how to drop a databaes manually?

Re: how to drop a databaes manually?

From: Nuno Souto <nsouto_at_nsw.bigpond.net.au.nospam>
Date: Sun, 15 Jul 2001 12:20:56 GMT
Message-ID: <3b518865.482194@news-server>

On Sun, 15 Jul 2001 16:16:15 +0800, "Victor" <lch_1_at_hotmail.com> wrote:

>what is the steps of dropping a database manually?

You open your hands and gravity does the rest.

>are there any DROP DATABASE command in oracle?

No. A "database" in ORACLE is not the same as in other products. The nearest thing in ORACLE would be a schema. You can drop a schema by dropping its owner user. It's in the manual.

Cheers
Nuno Souto
nsouto_at_bigpond.net.au.nospam
http://www.users.bigpond.net.au/the_Den/index.html Received on Sun Jul 15 2001 - 07:20:56 CDT

Original text of this message

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