Heim  >  Artikel  >  Datenbank  >  ORA-00210 ORA-17503: 由于CHOWN -R ORACLE:OINSTALL 导致的

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

WBOY
WBOYOriginal
2016-06-07 15:50:241679Durchsuche

在启动 时候报 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

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn