The ASM instance configured on the local node is a single-instance ASM.
To create a single-instance database using this ASM instance ,
restart DBCA and select the single-instance database option ,
to create a RAC database using this ASM instance,convert it to RAC ASM first.
停止ASM实例
$ srvctl stop asm -n rac10g1
$ srvctl stop asm -n rac10g2
移除ASM服务
$ srvctl remove asm -n rac10g1
$ srvctl remove asm -n rac10g2
删除ASM配置文件
$ rm -rf $ORACLE_BASE/admin/+ASM/*
$ rm -rf $ORACLE_HOME/dbs/init+ASM*
注释各节点ASM实例相关部分
vi /etc/oratab
# +ASM1:/u01/app/oracle/product/10.2.0/db_1:N
# +ASM2:/u01/app/oracle/product/10.2.0/db_1:N
再次执行
dbca
rebuild ASM instance
最新推荐文章于 2022-05-18 18:31:37 发布