Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: listener error
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
![]() |
![]() |