Can't start the listener [message #177877] |
Sat, 17 June 2006 05:17 |
gajini
Messages: 262 Registered: January 2006
|
Senior Member |
|
|
when i try to start the listener,it shows the following error,
NL-00280: error creating log stream /users/oracle/app/product/ora9i/network/log/cwdm_2001.log
NL-00278: cannot open log file
SNL-00016: snlfohd: error opening file
IBM/AIX RISC System/6000 Error: 13: Permission denied
Listener failed to start. See the error message(s) above...
How to rectify this error?
|
|
|
Re: Can't start the listener [message #177911 is a reply to message #177877] |
Sat, 17 June 2006 12:29 |
alanm
Messages: 284 Registered: March 2005
|
Senior Member |
|
|
hi
you can simply perform a chmod on the file
chmod 777 file name
this gives read write and execute permissions to the file
maybe you could do
chmod 666 file name which give read write access.
regards
Alan
|
|
|