Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: oracle8i with linux + listener

Re: oracle8i with linux + listener

From: Trevor Pearce <trevor.pearce_at_tradezone.co.uk>
Date: Fri, 17 Sep 1999 17:09:28 +0100
Message-ID: <37E267B8.1500083F@tradezone.co.uk>


Hi,
I had this problem even though I ran root.sh. I found the solution was wrong permissions.

log on as root
chown oracle.dba $ORACLE_HOME/bin/tnslsnr chmod 750 $ORACLE_HOME/bin/tnslsnr
chown oracle.dbs $ORACLE_HOME/network/log chmod 775 $ORACLE_HOME/network/log
chown root.dba $ORACLE_HOME/network/log/listener.log chmod 664 $ORACLE_HOME/network/log/listener.log exit

Trev

John Wang wrote:

> All:
>
> I installed Oracle8i on a Linux box. The server is ok. But for some
> reason, I cannot get the listener up. The following is the error message.
>
> LSNRCTL for Linux: Version 8.1.5.0.0 - Production on 14-SEP-99 19:07:41
>
> (c) Copyright 1998 Oracle Corporation. All rights reserved.
>
> Starting /u01/app/oracle/product/8.1.5/bin/tnslsnr: please wait...
>
> TNS-12546: TNS:permission denied
> TNS-12560: TNS:protocol adapter error
> TNS-00516: Permission denied
> Linux Error: 13: Permission denied
>
> It almost sounds like it cannot find listener.ora file. But it is
> located under $ORACLE_HOME/network/admin directory.
>
> Does anyone have any idea? what is up with download on OTN? You cannot
> download anything. I tried to download directly from ftp.oracle.com. I can
> get in the ftp site but i cannot download anything. Any clues?
>
> Thanks
>
> John Wang.
Received on Fri Sep 17 1999 - 11:09:28 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US