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

Home -> Community -> Usenet -> c.d.o.server -> Re: listener error

Re: listener error

From: Ana C. Dent <anacedent_at_hotmail.com>
Date: Wed, 19 Mar 2003 18:33:56 -0800
Message-ID: <oM9ea.4487$Bq6.1037@fed1read02>


nuat wrote:
> hi..
> i have problem to start listener. when i start listener using
> 'LSNRCTL' this error came out:
>
> $lsnrctl start PROD
>
> TNSLSNR for Linux: Version 8.1.7.3.0 - Production
> NL-00280: error creating log stream
> /prod/oracle/proddb/8.1.7/network/admin/prod.log
> NL-00278: cannot open log file
> SNL-00016: snlfohd: error opening file
> Linux Error: 13: Permission denied

What part of
"> SNL-00016: snlfohd: error opening file  > Linux Error: 13: Permission denied" do you NOT understand?

Issue the following commands & show us the results.

whoami
id
ls -l /prod/oracle/proddb/8.1.7/network/admin/prod.log

I bet simply that your process does not have the necessary rights to delete the listener's log file. Received on Wed Mar 19 2003 - 20:33:56 CST

Original text of this message

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