Oracle10g下asm安装:候选盘问题
在装一套系统10g+asm时,从Oracle asm看,候选盘是正常的,可是dbca就是找不到盘,而且从操作系统(redhat5.0)看,Oracle asm的服务不正常,提示服务ok了,但显示停止。
查看asm包安装正常,查看disk搜索路径为/dev,尝试更改路径至/dev/oracleasm/disks,还是不行,于是查了下官方文档,找到答案:
/docs/cd/B19306_01/install.102/b15667/pre_install.htm#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了。
相关文章
无相关信息