DBCA Does Not Display ASM Disk Groups In 11.2 [ID 1177483.1] | ||
修改时间 30-JUN-2011 类型 PROBLEM 状态 PUBLISHED |
In this Document
SymptomsCauseSolutionReferences
Applies to:
Oracle Database Configuration Assistant - Version:11.2.0.1 and later [Release: 11.2 and later ]
Information in this document applies to any platform.
Symptoms
When DBCA is launched by the oracle user OS account, the process gets tothe screen to select the ASM disk groups but no Disk Groups are available.
If we launch DBCA from Grid user account , the disk groups are available.
Cause
File permissions in <Grid_home>/bin/oracle executable not setproperly.
-also-
If the Oracle user is not a part of asmdba group; DBCA will not be able to seethe diskgroups, and may not start.
Solution
As root, change the file permissions of the oracle executableunder Grid_Home/bin to 6751:
# cd <Grid_Home>/bin
# chmod 6751 oracle
# ls -l oracle
-rwsr-s--x 1 grid oinstall 173515905 May 21 17:04oracle
This is the setuid bit, and this must be set in orderfor users, other than "Grid" user to have it work.
References
附件 |
Screen_Shot.rtf (2,749.94 KB) |
相关内容 产品 · Oracle Database Products > Oracle Database > Oracle Database > Oracle Database Configuration Assistant 关键字 |
ASM; CONFIGURATION ASSISTANT; DATABASE CONFIGURATION ASSISTANT; DBCA; ORACLE DATABASE CONFIGURATION ASSISTANT; PERMISSION |
窗体底端