ORA-00210 ORA-17503: 由于CHOWN -R ORACLE:OINSTALL 导致的

WBOY
풀어 주다: 2016-06-07 15:50:24
원래의
1680명이 탐색했습니다.

在启动 时候报 ORA-00210: cannot open the specified control file ORA-00202: control file: '+DATA/posdb/controlfile/current.260.822142153' ORA-17503: ksfdopn:2 Failed to open file +DATA/sharkdb/controlfile/current.260.822142153 ORA-15001: di

在启动 时候报

ORA-00210: cannot open the specified control file
ORA-00202: control file: '+DATA/posdb/controlfile/current.260.822142153'
ORA-17503: ksfdopn:2 Failed to open file +DATA/sharkdb/controlfile/current.260.822142153
ORA-15001: diskgroup "DATA" does not exist or is not mounted
ORA-15055: unable to connect to ASM instance
ORA-12547: TNS:lost contact

无法连接ASM 实例.

对 /u01/app/oracle  目录 对/u01/app CHOWN -R oracle:oinstall  /u01/app

因为安装的时候 两个用户 grid oracle 分别属于不同的组.

解决方案 把两个用户加满对方所在的组.

或者是 修改目录 把原来的目录修改回原来用户的所有者.

并且修改下面目录的S权限

[root@camsdb2 bin]#cd /u01/app/11.2.0/grid/bin
[root@camsdb2 bin]# ll oracle
-rwxr-x--x 1 grid oinstall 184286283 07-05 17:46 oracle
[root@camsdb2 bin]# chmod 6751 oracle
[root@camsdb2 bin]# ll oracle
-rwsr-s--x 1 grid oinstall 184286283 07-05 17:46 oracle
[root@camsdb2 bin]# cd /u01/app/oracle/product/11.2.0/dbhome_1/bin
[root@camsdb2 bin]# ll oracle
-r-sr-s--x 1 oracle asmadmin 210824752 07-06 10:32 oracle
[root@camsdb2 bin]# chmod 6751 oracle
[root@camsdb2 bin]# ll oracle
-rwsr-s--x 1 oracle asmadmin 210824752 07-06 10:32 oracle

관련 라벨:
원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿