Listener Problem on Suse 9.3 and Oracle 10g [message #180063] |
Fri, 30 June 2006 01:26 |
Onkel_Tom
Messages: 3 Registered: June 2006
|
Junior Member |
|
|
Hi,
when I try to start the listener as owner I get the message:
oradw8 68> lsnrctl start
LSNRCTL for Linux: Version 10.2.0.2.0 - Production on 30-JUN-2006 08:15:07
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Starting /oracle/DW8/102_64/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 10.2.0.2.0 - Production
System parameter file is /oracle/DW8/102_64/network/admin/listener.ora
Log messages written to /oracle/DW8/102_64/network/log/listener.log
Error listening on: (ADDRESS=(PROTOCOL=IPC)(KEY=DW8.WORLD))
TNS-12555: TNS:permission denied
TNS-12560: TNS:protocol adapter error
TNS-00525: Insufficient privilege for operation
Linux Error: 1: Operation not permitted
Listener failed to start. See the error message(s) above...
The permissions should be right:
oradw8 71> ls -l lsn*
-rwxr-x--x 1 oradw8 dba 109027 2006-06-29 13:13 lsnrctl
-rwxr-x--x 1 oradw8 dba 109027 2006-06-29 13:12 lsnrctl0
The listener.ora shoud be ok. Ports in the /etc/services are ok.
Any idea ?
Thank you,
Frank
|
|
|
Re: Listener Problem on Suse 9.3 and Oracle 10g [message #180297 is a reply to message #180063] |
Mon, 03 July 2006 00:09 |
Frank Naude
Messages: 4590 Registered: April 1998
|
Senior Member |
|
|
00525, 00000, "Insufficient privilege for operation"
// *Cause: Operating system failed to complete operation because user
// lacked sufficient privileges.
// *Action: Check your platform-specific privileges.
Do you start the listener from a user that belongs to the DBA group?
$ id
uid=501(oracle) gid=501(dba) groups=501(dba)
|
|
|
|
Re: Listener Problem on Suse 9.3 and Oracle 10g [message #181666 is a reply to message #180063] |
Tue, 11 July 2006 01:16 |
Onkel_Tom
Messages: 3 Registered: June 2006
|
Junior Member |
|
|
Hi,
I found the solution in another forum:
CHECK /var/tmp
there should be hidden directory named .oracle
as a root user:
I deleted all files from this directory and changed its owner:
chown oracle .oracle
relogin as an oracle user and start listner it WILL work
Regards,
Frank
|
|
|