分类:
2008-10-15 16:25:51
昨天在装一套系统10g+asm时,从 asm看,候选盘是正常的,可是dbca就是找不到盘,而且从操作系统(redhat5.0)看, asm的服务不正常,提示服务ok了,但显示停止。
查看asm包安装正常,查看disk搜索路径为/dev,尝试更改路径至/dev/oracleasm/disks,还是不行,于是查了下官方文档,找到答案:
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了。