oracle 10g on fc5 TNS-00525: Insufficient privilege for operation
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
oracle 10g on fc5 TNS-00525: Insufficient privilege for operation
Hi,
I have recently installed oracle 10g express edition on my fc5 os and the server is up and running, thus i can connect with oracles connect.
However the http server is not working and the log file listener.log contains the following.
TNSLSNR for Linux: Version 10.2.0.1.0 - Production on 25-MAY-2006 18:01:56
Copyright (c) 1991, 2005, Oracle. All rights reserved.
System parameter file is /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
Log messages written to /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
Trace information written to /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/trace/listener.trc
Trace level is currently 0
Started with pid=3625
Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
TNS-12555: TNS: permission denied
TNS-12560: TNS: protocol adapter error
TNS-00525: Insufficient privilege for operation
Linux Error: 1: Operation not permitted
what can i do to get rid of this?
thank you in advance
Last edited by debasish_5849; 05-25-2006 at 08:12 AM.
did you edit listener.ora? Check to see if you have a duplicate SID_NAME entry, if so, put the original
SID_NAME=PLSExtProc back (from 10gR1 server) or you can try to login as user oracle, and run netca to create/delete/test listeners.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.