|
请问在Oracle ASM环境下怎样drop database?
环境:
Oracle Linux 5.6
Oracle ASM 11.2.0.3.0
SQL> select * from v$version;
BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
PL/SQL Release 10.2.0.4.0 - Production
CORE 10.2.0.4.0 Production
TNS for Linux: Version 10.2.0.4.0 - Production
NLSRTL Version 10.2.0.4.0 - Production
SQL> exit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
是否可以先shutdown database,然后用asmcmd命令把数据文件、日志文件、控制文件全部删除掉了就成了?
|
|