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 delete a database?

Re: How to delete a database?

From: Glenn Berry <glenn.berry_at_mns.bt.co.uk>
Date: 1996/11/29
Message-ID: <329EE04E.5CBC@mns.bt.co.uk>#1/1

Ku Kam Ming wrote:
>
> as title! No drop database statment!!
>
> Thanks,
> --

It really depends on what you mean.

If you are trying to delete an instance and all of it's associated files you have to trawl through your filesystem removing all the files related to it, and then edit any files that may refer to it.

If you want to remove a schema from an instance then you can drop the owning user and cascade through it's objects.

Glenn. Received on Fri Nov 29 1996 - 00:00:00 CST

Original text of this message

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