Listener service not started [message #97742] |
Fri, 13 December 2002 04:10 |
Raaga
Messages: 2 Registered: December 2002
|
Junior Member |
|
|
When I run Listener service it throws the following error.
XXX:/oracle/app/oracle/product/8.0.4/bin=> lsnrctl start
LSNRCTL for Solaris: Version 8.0.4.0.0 - Production on
(c) Copyright 1997 Oracle Corporation. All rights reserved.
Starting /oracle/app/oracle/product/8.0.4/bin/tnslsnr: please wait...
TNSLSNR for Solaris: Version 8.0.4.0.0 - Production
NL-00280: error creating log stream /oracle/app/oracle/product/8.0.4/network/log
/listener.log
NL-00278: cannot open log file
SNL-00016: snlfohd: error opening file
Solaris Error: 13: Permission denied
Any help will be appreciated.
Raaga
|
|
|
|
|
Re: Listener service not started [message #98351 is a reply to message #97742] |
Tue, 03 August 2004 08:49 |
Jerome Paul
Messages: 1 Registered: August 2004
|
Junior Member |
|
|
Hello, it's a permission problem. You just have to give more permission to you're directory, go to you're
directory /oracle/app/oracle/product/8.0.4/network/log
and apply that UNIX command => chmod a+x listener.log.
So, you're listener.log file will have the permission in execution, and everything should be fine.
|
|
|