昨天在装一套系统g+asm时从Oracle asm看候选盘是正常的可是dbca就是找不到盘而且从操作系统(redhat)看Oracle asm的服务不正常提示服务ok了但显示停止
查看asm包安装正常查看disk搜索路径为/dev尝试更改路径至/dev/oracleasm/disks还是不行于是查了下官方文档找到答案
#BABCAEHE
Note:
To create a database during the installation using the Automatic Storage Management library driver you must change the default disk discovery string to ORCL:* These disks would be discovered if the diskstring is either set to ORCL:* or is left empty ()
把搜索路径置空ok了