oracle下删除一个数据库

1、使用dbca。

2、手工删除日志、数据、控制、参数文件。

3、oracle10g以后,使用drop database命令:

shutdown abort;
startup mount exclusive restrict;
drop database;

Leave a Reply

  

  

  

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>