Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Drop/delete database - HOW ?
"Bonjour" from Paris
On UNIX and NT :
For 8i, dbassist has a delete database option. I think it was an option in the character orainst command in 8.0 and 7.3.4.
So you can do manually on UNIX :
shutdown instance, stop the listener if there is a dedicated listener
rm all datafiles/redologs/controlfiles
rm init.ora, password
update all startup/shutdown automatic files
update listener.ora / tnsnames.ora
...
"Au revoir" from Paris
Christophe Brault
Louise a écrit :
> How can I drop/delete a database ?
>
> Louise
Received on Fri Aug 17 2001 - 08:47:37 CDT
![]() |
![]() |