Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: How to start Listener on UNIX

Re: How to start Listener on UNIX

From: Jerry Gitomer <jgitomer_at_erols.com>
Date: Wed, 13 Dec 2000 23:15:39 +0000
Message-ID: <919hhk$32s$1@bob.news.rcn.net>

Leszek wrote:

> Hello,
>
> I'm getting an error when I try to start the listener. I'm
> logged on as root and have all the rights. Also the
> listener.ora file is configured properly and existent (I even
> tried su -oracle and it didn't work).
>
>



> bash-2.03# ./lsnrctl start
> $ORACLE_HOME/network/admin/listener.ora
>
> LSNRCTL for Solaris: Version 8.1.6.0.0 - Production on
> 13-DEC-2000 00:47:12
>
> (c) Copyright 1998, 1999, Oracle Corporation. All rights
> reserved.
>
> Starting /u01/app/oracle/product/8.1.6/bin/tnslsnr: please
> wait...
>
> TNSLSNR for Solaris: Version 8.1.6.0.0 - Production
> NL-00280: error creating log stream
> /u01/app/oracle/product/8.1.6/network/admin/listener.ora
> NL-00278: cannot open log file
> SNL-00016: snlfohd: error opening file
> Solaris Error: 13: Permission denied
>


>
> Any Help Is Greatly Appreciated,
> Leszek
>
>

        Based on the error message you are getting you are trying to write the log file to a diretory that the oracle user doesn't have permission to write into. Either change the permissions for the directory or change the log destination.

-- 
Jerry Gitomer
Once I learned how to spell DBA, I became one       
Received on Wed Dec 13 2000 - 17:15:39 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US