Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Linux Erro 13 when starting Net8 listener
Nisar Tareen wrote:
>
> Hakon,
>
> The problem is in your listener.ora or tnsnames.ora file, on hp Unix we
> have these files in /etc directory, check on your system where these files
> are and dose your oracle user has the permission to access those files.
>
> Nisar Tareen.
Thanks Nisar,
Our files are in $ORACLE_HOME/network/admin and is all owned by the
oracle
user. I also checked the oracle file in /etc (there is only oratab in
this
installation) and this is also owner by oracle. So I think this must be
something else.
Our listener.ora looks like this (addresses obscured):
LISTENER =
(ADDRESS_LIST = (ADDRESS= (PROTOCOL= IPC)(KEY= core)) (ADDRESS= (PROTOCOL= IPC)(KEY= PNPKEY)) (ADDRESS= (PROTOCOL= TCP)(Host= xxx.xxx.xx)(Port= 1521)))
(GLOBAL_DBNAME= xxx.xxx.xx) (ORACLE_HOME= /oracle/product/8.0.5) (SID_NAME = core)
(SID_NAME = extproc) (ORACLE_HOME = /oracle/product/8.0.5) (PROGRAM = extproc)
> Håkon T Sønderland <haakonts_at_online.no> wrote in message
> news:MPG.1183dda933936e809896b7_at_news.online.no...
> > I'm getting errors when starting Net8 listener on Linux
> > (redhat 5.2 2.0.36).
> > Have anybody seen this and know what migth cause it?
> >
> > LSNRCTL for Linux: Version 8.0.5.0.0 - Production on 15-APR-99 22:37:14
> >
> > (c) Copyright 1997 Oracle Corporation. All rights reserved.
> >
> > Starting /oracle/product/8.0.5/bin/tnslsnr: please wait...
> >
> > TNSLSNR for Linux: Version 8.0.5.0.0 - Production System parameter file
> > is
> > /oracle/product/8.0.5/network/admin/listener.ora Log messages written to
> > /oracle/product/8.0.5/network/log/listener.log Listening on:
> > (ADDRESS=(PROTOCOL=ipc)(DEV=6)(KEY=core)) Listening on:
> > (ADDRESS=(PROTOCOL=ipc)(DEV=10)(KEY=PNPKEY)) Listening on:
> > (ADDRESS=(PROTOCOL=tcp)(DEV=11)(HOST=XXX.XXX.XXX.XXX)(PORT=1521))
> >
> > Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=xxxx))
> > TNS-12546: TNS:permission denied
> > TNS-12560: TNS:protocol adapter error
> > TNS-00516: Permission denied
> > Linux Error: 13: Permission denied
> > Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=PNPKEY))
> > TNS-12546: TNS:permission denied
> > TNS-12560: TNS:protocol adapter error
> > TNS-00516: Permission denied
> > Linux Error: 13: Permission denied
> > Connecting to (ADDRESS=(PROTOCOL=TCP)(Host=xxxx.xxxx.no)(Port=1521))
> > STATUS of the LISTENER
> > ------------------------
> > Alias LISTENER
> > Version TNSLSNR for Linux: Version 8.0.5.0.0 -
> > Production
> > Start Date 15-APR-99 22:37:16
> > Uptime 0 days 0 hr. 0 min. 0 sec
> > Trace Level off
> > Security OFF
> > SNMP OFF
> > Listener Parameter File
> > /oracle/product/8.0.5/network/admin/listener.ora
> > Listener Log File /oracle/product/8.0.5/network/log/listener.log
> > Services Summary...
> > core has 1 service handler(s)
> > extproc has 1 service handler(s)
> > The command completed successfully
> >
> > Thanks,
> > Haakon
> > --
> > Core Technology AS |Meum est propositum in taberna mori,
> > www.core.no |Ut sint vina proxima morientis ori,
> > hts_no_at_spam_core.no |Tunc cantabunt letius anglelorum chori:
> > (- _no spam_ to rply) |'Sit Deus propitius huic potatori.'
> >
Received on Tue Apr 20 1999 - 05:21:42 CDT
![]() |
![]() |