Oracle 監聽器無法啟動(TNS-12555,TNS-12560,TNS-00525)

來源:互聯網
上載者:User

標籤:des   style   blog   color   os   io   strong   檔案   

啟動監聽器無法開啟,報錯!
 1 [[email protected] ~]$ lsnrctl start 2  3 LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 06-AUG-2014 19:40:52 4  5 Copyright (c) 1991, 2009, Oracle.  All rights reserved. 6  7 Starting /opt/oracle/11g/bin/tnslsnr: please wait... 8  9 TNSLSNR for Linux: Version 11.2.0.1.0 - Production10 System parameter file is /opt/oracle/11g/network/admin/listener.ora11 Log messages written to /opt/oracle/diag/tnslsnr/localhost/listener/alert/log.xml12 Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))13 TNS-12555: TNS:permission denied14  TNS-12560: TNS:protocol adapter error15   TNS-00525: Insufficient privilege for operation16    Linux Error: 1: Operation not permitted17 18 Listener failed to start. See the error message(s) above...

觀察發現,提示沒有許可權:

查看.oracle檔案:

[[email protected] ~]# ls -lrtd /var/tmp/.oracledrwxrwxrwt. 2 root root 4096 8\u6708   5 21:48 /var/tmp/.oracle[[email protected] ~]# ls -lrtd /tmp/.oracledrwxrwxrwt. 2 root root 4096 8\u6708   5 20:33 /tmp/.oracle

發現許可權雖然是777,但是使用者組和所有者不對,改成oracle:dba

[[email protected] ~]# chown -R oracle:dba /var/tmp/.oracle[[email protected] ~]# chown -R oracle:dba /tmp/.oracle[[email protected] ~]# ls -lrtd /tmp/.oracledrwxrwxrwt. 2 oracle dba 4096 8\u6708   5 20:33 /tmp/.oracle[[email protected] ~]# ls -lrtd /var/tmp/.oracledrwxrwxrwt. 2 oracle dba 4096 8\u6708   5 21:48 /var/tmp/.oracle

再次啟動,成功!

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.