您好,登錄后才能下訂單哦!
Oracle Study之--ORA-12537(TNS:connection closed) 錯(cuò)誤案例
系統(tǒng)環(huán)境:
操作系統(tǒng):RedHat EL55
Cluster: Oracle 11gR2 GRID
Oracle: Oracle 11gR2
在構(gòu)建Oracle 11gR2 RAC時(shí)出現(xiàn)以下錯(cuò)誤:
1、建庫時(shí)
2、Listener 日志信息
3、客戶端連接錯(cuò)誤信息
解決方案:
1、查看Oracle中可執(zhí)行文件 # ls -l $ORACLE_HOME/bin/oracle -rwxr-x--x 1 oracle asmadmin 184286251 Aug 9 16:25 /home/oracle/app/oracle/product/11.2/db/bin/oracle ---權(quán)限 "-rwxr-x--x" 為錯(cuò), oracle 運(yùn)行程序的權(quán)限應(yīng)該是 6751: 2、解決方法: #chmod 6751 $ORACLE_HOME/bin/oracle # ls -l $ORACLE_HOME/bin/oracle -rwsr-s--x 1 oracle asmadmin 184286251 Aug 9 16:25 /home/oracle/app/oracle/product/11.2/db/bin/oracle
---至此,問題解決!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。