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: Linux Erro 13 when starting Net8 listener

Re: Linux Erro 13 when starting Net8 listener

From: Haakon T Soenderland <haakonts_at_online.no>
Date: Tue, 20 Apr 1999 12:21:42 +0200
Message-ID: <371C5536.2AA61279@online.no>

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))
  )
SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
      (GLOBAL_DBNAME= xxx.xxx.xx)
      (ORACLE_HOME= /oracle/product/8.0.5)
      (SID_NAME = core)

    )
    (SID_DESC =
      (SID_NAME = extproc)
      (ORACLE_HOME = /oracle/product/8.0.5)
      (PROGRAM = extproc)

    )
  )
STARTUP_WAIT_TIME_LISTENER = 0
CONNECT_TIMEOUT_LISTENER = 10
TRACE_LEVEL_LISTENER = OFF Thanks,
Haakon

> 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

Original text of this message

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