溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶服務(wù)條款》

ORA-15025 ORA-27041

發(fā)布時(shí)間:2020-06-19 00:22:17 來源:網(wǎng)絡(luò) 閱讀:800 作者:roidba 欄目:關(guān)系型數(shù)據(jù)庫
1、報(bào)錯(cuò)
NOTE: Loaded library: System
ORA-15025: could not open disk "/dev/asm-diske"
ORA-27041: unable to open file
Linux-x86_64 Error: 13: Permission denied
Additional information: 9
SUCCESS: diskgroup DATADG was dismounted
ERROR: diskgroup DATADG was not mounted
ORA-00210: cannot open the specified control file
ORA-00202: control file: '+DATADG/orcldg/controlfile/current.257.979554121'
ORA-17503: ksfdopn:2 Failed to open file +DATADG/orcldg/controlfile/current.257.979554121
ORA-15001: diskgroup "DATADG" does not exist or is not mounted
ORA-15040: diskgroup is incomplete
ORA-205 signalled during: ALTER DATABASE MOUNT /* db agent *//* {1:32252:359} */...
Sat Jun 23 11:44:45 2018
Shutting down instance (abort)
License high water mark = 1
USER (ospid: 6783): terminating the instance
Instance terminated by USER, pid = 6783
Sat Jun 23 11:44:45 2018
Instance shutdown complete

2、權(quán)限
[root@roidb4 ~]# su - oracle
<roidb4:orcl2:/home/oracle>$ls -l $ORACLE_HOME/bin/oracle
-rwsr-s--x 1 oracle oinstall 239626689 Jun 16 22:42 /u01/app/oracle/product/11.2.0/dbhome_1/bin/oracle
<roidb4:orcl2:/home/oracle>$

3、修改權(quán)限
Solution:
chown oracle:asmadmin /u01/app/oracle/product/11.2.0/dbhome_1/bin/oracle
chmod 6751 /u01/app/oracle/product/11.2.0/dbhome_1/bin/oracle

4、問題解決
[root@roidb4 ~]# su - oracle
<roidb4:orcl2:/home/oracle>$
<roidb4:orcl2:/home/oracle>$ls -l $ORACLE_HOME/bin/oracle
-rwsr-s--x 1 oracle asmadmin 239626689 Jun 16 22:42 /u01/app/oracle/product/11.2.0/dbhome_1/bin/oracle
<roidb4:orcl2:/home/oracle>$
向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請(qǐng)聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI