Tns-12555

Hi,
we got the error.
Db:9.2.0.7.0
os:red hat 4.2
TNS-12555: TNS:permission denied
TNS-12560: TNS:protocol adapter error
TNS-00525: Insufficient privilege for operation
Linux Error: 1: Operation not
Listener.ora
FTEN =
(ADDRESS_LIST =
(ADDRESS= (PROTOCOL= IPC)(KEY= EXTPROC))
(ADDRESS= (PROTOCOL= TCP)(Host= ebs.yantro.com )(Port= 1566))
after getting error i added FTEN in address list
FTEN =
(ADDRESS_LIST =
(ADDRESS= (PROTOCOL= IPC)(KEY= EXTPROC*FTEN*))
(ADDRESS= (PROTOCOL= TCP)(Host= ebs.yantro.com )(Port= 1566))
then we can able to start the LISTENER.

Hi,
As you said it linux SO,
Please check the following directories
/tmp/oracle or
/var/tmp/.oracle
Next, check whether the current user logged in to OS, is having the full permission or not.
Try to start the listener that has adequate read and write permissions on the directory specified above.
Try and see, it will work. You can see the issue, it clearly depicts reason for that.
- Pavan Kumar N

Similar Messages

  • TNS-12555: TNS:permission denied

    I recently re-installed ORACLE-XE using the increased swap size method below:
    dd if=/dev/zero of=/swapfile1 bs=1M count=600
    mkswap /swapfile
    swapon /swapfile
    it works perfectly until I log out and log back in.
    Then http://127.0.01:8080/apex gives a connection refused error. It turns out oracle's startdb.sh is dev/null'ing the error message which was:
    TNS-12555: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00525: Insufficient privilege for operation
    Linux Error: 1: Operation not permitted
    All my files in /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin are:
    -r-xr-xr-x 1 oracle dba 68948 2006-02-20 06:31 lsnrctl
    protected so I've tried using chmod and chgrp and chown but no success!! I did one time get it to work by logging in as oracle. Then apex worked but my (java) application complained that there wasn't enough swap space.
    As I said earlier, when I installed oracle xe everything worked fine. tnsnames.ora & listener.ora are fine so that's not the cause. My problem is I know a lot about oracle but I'm fairly new to linux. I'm using SUSE 10.
    Can anyone help.
    By the way, how can I see if my swap size change survived a reboot?

    Thanks Werner
    It was a problem with access rights to var/tmp/.oracle.
    I had first installed XE in January (I could see s#... files from back there in var/tmp/.oracle). Things came unstuck when I increased my pc's memory. So out of frustration I re-installed XE.
    Now I finally have it working again.
    I had .oracle as
    drwxrwxrwt 2 root dba 128 2006-10-21 21:47 .oracle
    probably because I ran /etc/init.d/oracle-xe configure as root. Or maybe because I had an old installation.
    Thanks a lot for your help.
    Allister

  • Listener is not starting (TNS-12555: TNS:permission denied)

    Hello,
    I'm doing a fresh installation with Oracle 10g but I'm stuck in starting the listener (user oracle).
    I added
    TRACE_LEVEL_LISTENER = ADMIN
    to the listener.ora but I still only see "TNS-12555: TNS:permission denied" and I don't know where the permissions are missing.
    Below you'll find the command output of "lsnrctl start", the listener.ora, tnsnames.org and the tracelog-file listener.trc.
    Any hints?
    $ lsnrctl start
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 18-MAY-2011 14:34:24
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting /opt/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is /opt/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /opt/oracle/product/10.2.0/db_1/network/log/listener.log
    Trace information written to /opt/oracle/product/10.2.0/db_1/network/trace/listener.trc
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    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...
    $ cat listener.ora
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /opt/oracle/product/10.2.0/db_1)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = comas)
    (ORACLE_HOME = /opt/oracle/product/10.2.0/db_1)
    (SID_NAME = comas)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = accelrys-server)(PORT = 1521))
    TRACE_LEVEL_LISTENER = ADMIN
    $ cat tnsnames.ora
    COMAS =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = accelrys-server)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = comas)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    $ cat listener.trc
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production on 18-MAY-2011 14:34:26
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    [18-MAY-2011 14:34:26:165] --- TRACE CONFIGURATION INFORMATION FOLLOWS ---
    [18-MAY-2011 14:34:26:165] New trace stream is /opt/oracle/product/10.2.0/db_1/network/trace/listener.trc
    [18-MAY-2011 14:34:26:165] New trace level is 6
    [18-MAY-2011 14:34:26:165] --- TRACE CONFIGURATION INFORMATION ENDS ---
    [18-MAY-2011 14:34:26:165] --- PARAMETER SOURCE INFORMATION FOLLOWS ---
    [18-MAY-2011 14:34:26:165] Attempted load of system pfile source /opt/oracle/product/10.2.0/db_1/network/admin/listener.ora
    [18-MAY-2011 14:34:26:165] Parameter source loaded successfully
    [18-MAY-2011 14:34:26:165]
    [18-MAY-2011 14:34:26:165] Attempted load of command line source
    [18-MAY-2011 14:34:26:165] Parameter source was not loaded
    [18-MAY-2011 14:34:26:165]
    [18-MAY-2011 14:34:26:165] -> PARAMETER TABLE LOAD RESULTS FOLLOW <-
    [18-MAY-2011 14:34:26:165] Successful parameter table load
    [18-MAY-2011 14:34:26:166] -> PARAMETER TABLE HAS THE FOLLOWING CONTENTS <-
    [18-MAY-2011 14:34:26:166] SID_LIST_LISTENER = (SID_LIST = (SID_DESC = (SID_NAME = PLSExtProc) (ORACLE_HOME = /opt/oracle/product/10.2.0/db_1) (PROGRAM = extproc) (SID_DESC = (GL
    OBAL_DBNAME = comas) (ORACLE_HOME = /opt/oracle/product/10.2.0/db_1) (SID_NAME = comas))))
    [18-MAY-2011 14:34:26:166] LISTENER = (DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))) (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = accelrys-
    server)(PORT = 1521))))
    [18-MAY-2011 14:34:26:166] TRACE_LEVEL_LISTENER = ADMIN
    [18-MAY-2011 14:34:26:166] --- PARAMETER SOURCE INFORMATION ENDS ---
    [18-MAY-2011 14:34:26:166] --- LOG CONFIGURATION INFORMATION FOLLOWS ---
    [18-MAY-2011 14:34:26:166] Log stream will be "/opt/oracle/product/10.2.0/db_1/network/log/listener.log"
    [18-MAY-2011 14:34:26:166] Log stream validation requested
    [18-MAY-2011 14:34:26:166] Log stream is valid
    [18-MAY-2011 14:34:26:166] --- LOG CONFIGURATION INFORMATION ENDS ---
    [18-MAY-2011 14:34:26:166] nlstdipi: entry
    [18-MAY-2011 14:34:26:166] nlstdipi: exit
    [18-MAY-2011 14:34:26:166] nsglldprm: Resolved "INBOUND_CONNECT_TIMEOUT_LISTENER" to: 0
    [18-MAY-2011 14:34:26:166] nsglldprm: Resolved "STARTUP_WAIT_TIME_LISTENER" to: 0
    [18-MAY-2011 14:34:26:166] nsglldprm: LocalOSauth enabled
    [18-MAY-2011 14:34:26:166] snsgblini: exit
    [18-MAY-2011 14:34:26:167] nsinherit: doing connect handshake...
    [18-MAY-2011 14:34:26:167] nsc2addr: (ADDRESS=(PROTOCOL=beq))
    [18-MAY-2011 14:34:26:167] nlpcaini: entry
    [18-MAY-2011 14:34:26:167] nlpcaini: No process parameters set
    [18-MAY-2011 14:34:26:167] nlpcaini: exit
    [18-MAY-2011 14:34:26:167] nsinh_hoff: inheriting the connection...
    [18-MAY-2011 14:34:26:167] nsmal: 1144 bytes at 0x80afb80
    [18-MAY-2011 14:34:26:167] nsmal: 1992 bytes at 0x80bfd40
    [18-MAY-2011 14:34:26:167] nsmal: 168 bytes at 0x80c0690
    [18-MAY-2011 14:34:26:167] nsopen: opening transport...
    [18-MAY-2011 14:34:26:167] ntpcon: entry
    [18-MAY-2011 14:34:26:167] ntpcon: toc = 4
    [18-MAY-2011 14:34:26:168] ntpcon: NT layer IPC connection has been established.
    [18-MAY-2011 14:34:26:168] ntpcon: exit
    [18-MAY-2011 14:34:26:168] nsopen: transport is open
    [18-MAY-2011 14:34:26:168] nsoptions: lcl[0]=0x0, lcl[1]=0x10000000, gbl[0]=0x0, gbl[1]=0x0, cha=0x0
    [18-MAY-2011 14:34:26:168] nsoptions: lcl[0]=0xf4ffe9ff, lcl[1]=0x10000000, gbl[0]=0x7ebf, gbl[1]=0x0
    [18-MAY-2011 14:34:26:168] nsnainit: inherit
    [18-MAY-2011 14:34:26:168] nsnasvnainfo: NA disabled for this connection
    [18-MAY-2011 14:34:26:168] ntpctl: entry
    [18-MAY-2011 14:34:26:168] ntpctl: exit
    [18-MAY-2011 14:34:26:168] nainit: entry
    [18-MAY-2011 14:34:26:168] nagblini: entry
    [18-MAY-2011 14:34:26:168] nau_gin: entry
    [18-MAY-2011 14:34:26:168] nau_gparams: entry
    [18-MAY-2011 14:34:26:168] ntpcon: exit
    [18-MAY-2011 14:34:26:168] nsopen: transport is open
    [18-MAY-2011 14:34:26:168] nsoptions: lcl[0]=0x0, lcl[1]=0x10000000, gbl[0]=0x0, gbl[1]=0x0, cha=0x0
    [18-MAY-2011 14:34:26:168] nsoptions: lcl[0]=0xf4ffe9ff, lcl[1]=0x10000000, gbl[0]=0x7ebf, gbl[1]=0x0
    [18-MAY-2011 14:34:26:168] nsnainit: inherit
    [18-MAY-2011 14:34:26:168] nsnasvnainfo: NA disabled for this connection
    [18-MAY-2011 14:34:26:168] ntpctl: entry
    [18-MAY-2011 14:34:26:168] ntpctl: exit
    [18-MAY-2011 14:34:26:168] nainit: entry
    [18-MAY-2011 14:34:26:168] nagblini: entry
    [18-MAY-2011 14:34:26:168] nau_gin: entry
    [18-MAY-2011 14:34:26:168] nau_gparams: entry
    [18-MAY-2011 14:34:26:168] nam_gbp: Reading parameter "sqlnet.authentication_required" from parameter file
    [18-MAY-2011 14:34:26:168] nam_gbp: Parameter not found
    [18-MAY-2011 14:34:26:168] nau_gparams: Using default value "FALSE"
    [18-MAY-2011 14:34:26:168] nau_gslf: entry
    [18-MAY-2011 14:34:26:168] nam_gic: entry
    [18-MAY-2011 14:34:26:168] nam_gic: Counting # of items in "sqlnet.authentication_services" parameter
    [18-MAY-2011 14:34:26:168] nam_gic: Parameter not found
    [18-MAY-2011 14:34:26:168] nam_gic: Found 0 items
    [18-MAY-2011 14:34:26:168] nam_gic: exit
    [18-MAY-2011 14:34:26:168] nau_gslf: Using default value "all available adapters"
    [18-MAY-2011 14:34:26:168] nauss_set_state: entry
    [18-MAY-2011 14:34:26:168] nauss_set_state: exit
    [18-MAY-2011 14:34:26:168] nau_gslf: exit
    [18-MAY-2011 14:34:26:168] nau_gparams: exit
    [18-MAY-2011 14:34:26:168] nau_gin: exit
    [18-MAY-2011 14:34:26:168] nagblini: exit
    [18-MAY-2011 14:34:26:168] na_saveprot: entry
    [18-MAY-2011 14:34:26:168] na_saveprot: exit
    [18-MAY-2011 14:34:26:168] nacomin: entry
    [18-MAY-2011 14:34:26:168] nas_init: entry
    [18-MAY-2011 14:34:26:168] nas_init: exit
    [18-MAY-2011 14:34:26:168] nau_ini: entry
    [18-MAY-2011 14:34:26:168] naugcp_get_connect_parameters: entry
    [18-MAY-2011 14:34:26:168] nauss_set_state: entry
    [18-MAY-2011 14:34:26:168] nauss_set_state: exit
    [18-MAY-2011 14:34:26:168] naugcp_get_connect_parameters: exit
    [18-MAY-2011 14:34:26:168] nau_gettab: entry
    [18-MAY-2011 14:34:26:168] nau_gettab: exit
    [18-MAY-2011 14:34:26:168] nau_sini: entry
    [18-MAY-2011 14:34:26:168] nau_sini: exit
    [18-MAY-2011 14:34:26:168] nau_ini: exit
    [18-MAY-2011 14:34:26:168] naeeinit: entry
    [18-MAY-2011 14:34:26:168] nam_gbp: Reading parameter "SQLNET.FIPS_140" from parameter file
    [18-MAY-2011 14:34:26:168] nam_gbp: Parameter not found
    [18-MAY-2011 14:34:26:168] nam_gnsp: Reading parameter "SQLNET.ENCRYPTION_SERVER" from parameter file
    [18-MAY-2011 14:34:26:168] nam_gnsp: Parameter not found
    [18-MAY-2011 14:34:26:168] naequad: Using default value "ACCEPTED"
    [18-MAY-2011 14:34:26:168] nam_gic: entry
    [18-MAY-2011 14:34:26:168] nam_gic: Counting # of items in "SQLNET.ENCRYPTION_TYPES_SERVER" parameter
    [18-MAY-2011 14:34:26:168] nam_gic: Parameter not found
    [18-MAY-2011 14:34:26:168] nam_gic: exit
    [18-MAY-2011 14:34:26:168] naesno: Using default value "all available algorithms"
    [18-MAY-2011 14:34:26:168] naeshow: entry
    [18-MAY-2011 14:34:26:168] naeshow: exit
    [18-MAY-2011 14:34:26:168] naeeinit: exit
    [18-MAY-2011 14:34:26:168] naecinit: entry
    [18-MAY-2011 14:34:26:169] nam_gnsp: Reading parameter "SQLNET.CRYPTO_CHECKSUM_SERVER" from parameter file
    [18-MAY-2011 14:34:26:169] nam_gnsp: Parameter not found
    [18-MAY-2011 14:34:26:169] naequad: Using default value "ACCEPTED"
    [18-MAY-2011 14:34:26:169] nam_gic: entry
    [18-MAY-2011 14:34:26:169] nam_gic: Counting # of items in "SQLNET.CRYPTO_CHECKSUM_TYPES_SERVER" parameter
    [18-MAY-2011 14:34:26:169] nam_gic: Parameter not found
    [18-MAY-2011 14:34:26:169] nam_gic: exit
    [18-MAY-2011 14:34:26:169] naesno: Using default value "all available algorithms"
    [18-MAY-2011 14:34:26:169] naeshow: entry
    [18-MAY-2011 14:34:26:169] naeshow: exit
    [18-MAY-2011 14:34:26:169] naecinit: exit
    [18-MAY-2011 14:34:26:169] nadisc: entry
    [18-MAY-2011 14:34:26:169] nacomtm: entry
    [18-MAY-2011 14:34:26:169] nacompd: entry
    [18-MAY-2011 14:34:26:169] nacompd: exit
    [18-MAY-2011 14:34:26:169] nacompd: entry
    [18-MAY-2011 14:34:26:169] nacompd: exit
    [18-MAY-2011 14:34:26:169] nacomtm: exit
    [18-MAY-2011 14:34:26:169] nas_dis: entry
    [18-MAY-2011 14:34:26:169] nas_dis: exit
    [18-MAY-2011 14:34:26:169] nau_dis: entry
    [18-MAY-2011 14:34:26:169] nau_dis: exit
    [18-MAY-2011 14:34:26:169] naeetrm: entry
    [18-MAY-2011 14:34:26:169] naeetrm: exit
    [18-MAY-2011 14:34:26:169] naectrm: entry
    [18-MAY-2011 14:34:26:169] naectrm: exit
    [18-MAY-2011 14:34:26:169] nagbltrm: entry
    [18-MAY-2011 14:34:26:169] nau_gtm: entry
    [18-MAY-2011 14:34:26:169] nau_gtm: exit
    [18-MAY-2011 14:34:26:169] nagbltrm: exit
    [18-MAY-2011 14:34:26:169] nadisc: exit
    [18-MAY-2011 14:34:26:169] nainit: exit
    [18-MAY-2011 14:34:26:169] nsnainit: NS Connection version: 313
    [18-MAY-2011 14:34:26:169] nsnainit: inf->nsinfflg[0]: 0xd inf->nsinfflg[1]: 0xd
    [18-MAY-2011 14:34:26:169] nsnainit: "or" info flags: 0xd Translations follow:
    native service(s) is (are) wanted
    NA disabled remotely for this connection
    NA services unavailable on both processes - negotiation not needed
    [18-MAY-2011 14:34:26:169] nsnainit: "or" info flags: 0xd Translations follow:
    native service(s) is (are) wanted
    NA disabled remotely for this connection
    NA services unavailable on both processes - negotiation not needed
    "and" info flags: 0xd Translations follow:
    native service(s) is (are) wanted
    NA disabled remotely for this connection
    NA services unavailable on both processes - negotiation not needed
    [18-MAY-2011 14:34:26:169] nsopen: global context check-in (to slot 0) complete
    [18-MAY-2011 14:34:26:169] nsopen: lcl[0]=0xf4ffe9ff, lcl[1]=0x10000000, gbl[0]=0x7ebf, gbl[1]=0x0, tdu=4096, sdu=2048
    [18-MAY-2011 14:34:26:169] nsdo: cid=0, opcode=65, bl=0, what=0, uflgs=0x0, cflgs=0x2
    [18-MAY-2011 14:34:26:169] nsdo: rank=64, nsctxrnk=0
    [18-MAY-2011 14:34:26:169] nsdo: nsctx: state=7, flg=0x4000, mvd=0
    [18-MAY-2011 14:34:26:169] nsmal: 168 bytes at 0x80c1760
    [18-MAY-2011 14:34:26:169] nsmal: 168 bytes at 0x80c2030
    [18-MAY-2011 14:34:26:169] nsdo: nsctxrnk=0
    [18-MAY-2011 14:34:26:169] nsdo: cid=0, opcode=68, bl=0, what=8, uflgs=0x0, cflgs=0x3
    [18-MAY-2011 14:34:26:169] nsdo: rank=64, nsctxrnk=0
    [18-MAY-2011 14:34:26:169] nsdo: nsctx: state=14, flg=0x4004, mvd=0
    [18-MAY-2011 14:34:26:169] nsdo: gtn=10, gtc=10, ptn=10, ptc=2047
    [18-MAY-2011 14:34:26:169] nscon: doing connect handshake...
    [18-MAY-2011 14:34:26:169] nscon: recving a packet
    [18-MAY-2011 14:34:26:169] nsprecv: reading from transport...
    [18-MAY-2011 14:34:26:169] ntprd: entry
    [18-MAY-2011 14:34:26:169] ntprd: exit
    [18-MAY-2011 14:34:26:169] nsprecv: 188 bytes from transport
    [18-MAY-2011 14:34:26:169] nsprecv: tlen=188, plen=188, type=1
    [18-MAY-2011 14:34:26:169] nscon: got NSPTCN packet
    [18-MAY-2011 14:34:26:169] nsconneg: vsn=313, lov=300, opt=0x0, sdu=2048, tdu=4096, ntc=0x4f98
    [18-MAY-2011 14:34:26:169] nsconneg: vsn=313, gbl=0x0, sdu=2048, tdu=4096
    [18-MAY-2011 14:34:26:169] nsmal: 130 bytes at 0x80c2900
    [18-MAY-2011 14:34:26:169] nscon: got 130 bytes connect data
    [18-MAY-2011 14:34:26:169] nsmfr: 130 bytes at 0x80c2900
    [18-MAY-2011 14:34:26:169] nscon: discarding connect data (130 bytes)
    [18-MAY-2011 14:34:26:169] nsdo: nsctxrnk=0
    [18-MAY-2011 14:34:26:169] nsinh_hoff: connection inherited
    [18-MAY-2011 14:34:26:169] nsinherit: connected
    [18-MAY-2011 14:34:26:169] nsglma: entry
    [18-MAY-2011 14:34:26:170] nsglma: Listener's pid=10501
    [18-MAY-2011 14:34:26:170] nladini: entry
    [18-MAY-2011 14:34:26:170] nladini: exit
    [18-MAY-2011 14:34:26:170] nladget: entry
    [18-MAY-2011 14:34:26:170] nladget: exit
    [18-MAY-2011 14:34:26:170] nsgllsn: LSNDSC==>(DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    [18-MAY-2011 14:34:26:170] nsglhcrt: entry
    [18-MAY-2011 14:34:26:171] nsglhcrt: exit
    [18-MAY-2011 14:34:26:171] nsglbgetRSPidx: entry
    [18-MAY-2011 14:34:26:171] nladini: entry
    [18-MAY-2011 14:34:26:171] nladini: exit
    [18-MAY-2011 14:34:26:171] nladget: entry
    [18-MAY-2011 14:34:26:171] nladget: exit
    [18-MAY-2011 14:34:26:171] nsglbn2i: entry
    [18-MAY-2011 14:34:26:171] nsglbn2i: exit
    [18-MAY-2011 14:34:26:171] nladtrm: entry
    [18-MAY-2011 14:34:26:171] nladtrm: exit
    [18-MAY-2011 14:34:26:171] nsglbgetRSPidx: returning ecode=0
    [18-MAY-2011 14:34:26:171] nsglbgetRSPidx: exit
    [18-MAY-2011 14:34:26:171] nsc2addr: (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    [18-MAY-2011 14:34:26:171] sntuscrt: entry
    [18-MAY-2011 14:34:26:171] sntuscrt: exit
    [18-MAY-2011 14:34:26:171] ntusb2adr: entry
    [18-MAY-2011 14:34:26:171] ntusb2adr: KEY = EXTPROC1
    [18-MAY-2011 14:34:26:171] ntusb2adr: exit
    [18-MAY-2011 14:34:26:171] nsmal: 1144 bytes at 0x80c5850
    [18-MAY-2011 14:34:26:171] nsmal: 1992 bytes at 0x80c5cd0
    [18-MAY-2011 14:34:26:171] nsmal: 168 bytes at 0x80c5730
    [18-MAY-2011 14:34:26:171] ntusconn: entry
    [18-MAY-2011 14:34:26:171] ntusconn: connect: operation 6
    [18-MAY-2011 14:34:26:171] ntuscnp: entry
    [18-MAY-2011 14:34:26:171] ntuscnp: exit
    [18-MAY-2011 14:34:26:171] ntusconn: exit
    [18-MAY-2011 14:34:26:171] nsopen: opening transport...
    [18-MAY-2011 14:34:26:171] ntusconn: entry
    [18-MAY-2011 14:34:26:171] ntusconn: connect: operation 2
    [18-MAY-2011 14:34:26:171] ntuscnp: entry
    [18-MAY-2011 14:34:26:171] sntusgph: entry
    [18-MAY-2011 14:34:26:171] sntusgph: exit
    [18-MAY-2011 14:34:26:171] ntus2err: entry
    [18-MAY-2011 14:34:26:171] ntus2err: sd=9, op=1, resnt[0]=512, resnt[1]=98, resnt[2]=0
    [18-MAY-2011 14:34:26:171] ntus2err: exit
    [18-MAY-2011 14:34:26:171] sntusgph: entry
    [18-MAY-2011 14:34:26:171] sntusgph: fail to search /var/tmp/.oracle/sEXTPROC1
    [18-MAY-2011 14:34:26:172] sntusgph: exit
    [18-MAY-2011 14:34:26:172] ntus2err: entry
    [18-MAY-2011 14:34:26:172] ntus2err: sd=9, op=1, resnt[0]=525, resnt[1]=1, resnt[2]=0
    [18-MAY-2011 14:34:26:172] ntus2err: exit
    [18-MAY-2011 14:34:26:172] ntuscnp: exit
    [18-MAY-2011 14:34:26:172] ntusconn: exit
    [18-MAY-2011 14:34:26:172] nserror: nsres: id=0, op=65, ns=12555, ns2=12560; nt[0]=525, nt[1]=1, nt[2]=0; ora[0]=0, ora[1]=0, ora[2]=0
    [18-MAY-2011 14:34:26:172] nsopen: unable to open transport
    [18-MAY-2011 14:34:26:172] nsmfr: 1992 bytes at 0x80c5cd0
    [18-MAY-2011 14:34:26:172] nsmfr: 1144 bytes at 0x80c5850
    [18-MAY-2011 14:34:26:172] nsglhfre: entry
    [18-MAY-2011 14:34:26:172] nsglhrem: entry
    [18-MAY-2011 14:34:26:172] nsglhrem: entry
    [18-MAY-2011 14:34:26:172] nsglhfre: Deallocating cxd 0x80c43f0.
    [18-MAY-2011 14:34:26:172] nsglhfre: exit
    [18-MAY-2011 14:34:26:172] nsglma: Reporting the following error stack:
    TNS-12555: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00525: Insufficient privilege for operation
    Linux Error: 1: Operation not permitted
    [18-MAY-2011 14:34:26:172] nsdo: cid=0, opcode=67, bl=542, what=10, uflgs=0x0, cflgs=0x3
    [18-MAY-2011 14:34:26:172] nsdo: rank=64, nsctxrnk=0
    [18-MAY-2011 14:34:26:172] nsdo: nsctx: state=2, flg=0x4004, mvd=0
    [18-MAY-2011 14:34:26:172] nsdo: gtn=188, gtc=188, ptn=10, ptc=2047
    [18-MAY-2011 14:34:26:172] nscon: sending NSPTRF packet
    [18-MAY-2011 14:34:26:172] nspsend: plen=12, type=4
    [18-MAY-2011 14:34:26:172] ntpwr: entry
    [18-MAY-2011 14:34:26:172] ntpwr: exit
    [18-MAY-2011 14:34:26:172] nspsend: 12 bytes to transport
    [18-MAY-2011 14:34:26:172] nscon: sending 542 bytes connect data
    [18-MAY-2011 14:34:26:172] nsdo: cid=0, opcode=67, bl=542, what=1, uflgs=0x4000, cflgs=0x0
    [18-MAY-2011 14:34:26:172] nsdo: nsctx: state=2, flg=0x4004, mvd=0
    [18-MAY-2011 14:34:26:172] nsdo: gtn=188, gtc=188, ptn=10, ptc=2047
    [18-MAY-2011 14:34:26:172] nsdo: 542 bytes to NS buffer
    [18-MAY-2011 14:34:26:172] nsdo: nsctxrnk=0
    [18-MAY-2011 14:34:26:172] nstimarmed: no timer allocated
    [18-MAY-2011 14:34:26:172] nstoClearTimeout: ATO disabled for ctx=0x0x80afb80
    [18-MAY-2011 14:34:26:172] nstoClearTimeout: STO disabled for ctx=0x0x80afb80
    [18-MAY-2011 14:34:26:172] nstoClearTimeout: RTO disabled for ctx=0x0x80afb80
    [18-MAY-2011 14:34:26:172] nstoClearTimeout: PITO disabled for ctx=0x0x80afb80
    [18-MAY-2011 14:34:26:172] nstoUpdateActive: Active timeout is -1 (see nstotyp)
    [18-MAY-2011 14:34:26:172] ntpctl: entry
    [18-MAY-2011 14:34:26:172] ntpctl: exit
    [18-MAY-2011 14:34:26:172] ntpctl: entry
    [18-MAY-2011 14:34:26:172] ntpctl: exit
    [18-MAY-2011 14:34:26:172] nsdo: cid=0, opcode=66, bl=0, what=0, uflgs=0x0, cflgs=0x2
    [18-MAY-2011 14:34:26:172] nsdo: rank=64, nsctxrnk=0
    [18-MAY-2011 14:34:26:172] nsdo: nsctx: state=2, flg=0x4000, mvd=0
    [18-MAY-2011 14:34:26:172] nsdofls: DATA flags: 0x40
    [18-MAY-2011 14:34:26:172] nsdofls: sending NSPTDA packet
    [18-MAY-2011 14:34:26:172] nspsend: plen=552, type=6
    [18-MAY-2011 14:34:26:172] ntpwr: entry
    [18-MAY-2011 14:34:26:172] ntpwr: exit
    [18-MAY-2011 14:34:26:172] nspsend: 552 bytes to transport
    [18-MAY-2011 14:34:26:172] nsdo: nsctxrnk=0
    [18-MAY-2011 14:34:26:172] nsclose: closing transport
    [18-MAY-2011 14:34:26:172] ntpdisc: entry
    [18-MAY-2011 14:34:26:173] ntpdisc: exit
    [18-MAY-2011 14:34:26:173] nsclose: global context check-out (from slot 0) complete
    [18-MAY-2011 14:34:26:173] nsmfr: 1992 bytes at 0x80bfd40
    [18-MAY-2011 14:34:26:173] nsmfr: 1144 bytes at 0x80afb80
    [18-MAY-2011 14:34:26:173] nsbrfr: nsbfs at 0x80c1760, data at 0x80c0740.
    [18-MAY-2011 14:34:26:173] nsbrfr: nsbfs at 0x80c2030, data at 0x80c20e0.
    [18-MAY-2011 14:34:26:173] nsbrfr: nsbfs at 0x80c0690, data at 0x80c1810.
    [18-MAY-2011 14:34:26:173] nsbrfr: nsbfs at 0x80c5730, data at 0x80c64a0.
    [18-MAY-2011 14:34:26:173] nlse_term_audit: entry
    [18-MAY-2011 14:34:26:173] nlse_term_audit: exit

    Check this thread
    Debian - TNS-12555: TNS:permission denied

  • Ubuntu 5.10 - lsnrctl start error - TNS-12555

    Hi, hope you can help me with the following.
    I'm unable to start the listener with the default tnsnames.ora and listener.ora files installed under Ubuntu 5.10. A listing of the error, and files below.
    I am able to connect to sqlplus as system as long as I don't specify the sid. I am not able to access the database home page. However selecting dbms_xdb.gethttpport() does return a port number.
    Any help appreciated.
    chris@acute$ ./lsnrctl start
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 04-APR-2006 08:57:17
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Starting /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    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
    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
    Listener failed to start. See the error message(s) above...
    chris@acute$ more ../network/admin/tnsnames.ora
    # tnsnames.ora Network Configuration File:
    XE =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = 10.1.1.2)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
    chris@acute$ more ../network/admin/listener.ora
    # listener.ora Network Configuration File:
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = /usr/lib/oracle/xe/app/oracle/product/10.2.0/server)
          (PROGRAM = extproc)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 10.1.1.2)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    That appears to be the problem. Logging in as oracle solves the issue.
    On closer inspection it appears the $ORACLE_HOME/config/scripts/startdb.sh script does not start the listener with a prefix of su - oracle. This is probably an oversight as the stopall.sh script prefixes the listener stop call with su - oracle.
    However I would have thought this problem would be common to all Linux installs, or is it something odd for Ubuntu?
    Next the DB Home Page doesn't display, but I'll do some more research and post a separate message if necessary.
    Thanks for your help.
    CM.

  • Error in listener startup

    Hi,
    I encountered error again in starting up my EBS 11i listener.
    ==================
    LSNRCTL for Linux: Version 9.2.0.6.0 - Production on 24-FEB-2009 08:37:46
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Starting /u03/oratest/proddb/9.2.0/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 9.2.0.6.0 - Production
    System parameter file is /u03/oratest/proddb/9.2.0/network/admin/PROD_accelerator/listener.ora
    Log messages written to /u03/oratest/proddb/9.2.0/network/admin/prod.log
    Error listening on: (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCPROD))
    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...
    ==========
    I remember Hussein advised to chmod -R 777 /tmp
    but the error persist....anymore idea?
    Thanks

    hi hussein,
    I have done over and over and over .....installtion of EBS R12... and I often encouter again the above error
    I have done the metalink note above for the /var/tmp/.oracle setting. but still the same error...
    I also restarted the server but still the same error.
    Any other solution?
    Thanks

  • Lsnrctl doesn't work

    Hello guyz,
    I did an Oracle 10g installation on RHEL 4. I also created a few oracle users. At first users could not execute any binaries in $ORACLE_HOME including sqlplus, but I read in this forum a fix for that problem (i.e chmod s -R /app/oracle ; chmod gs -R /app/oracle). Things have worked seamlessly since then and I am happy with the results since only dba users have administrative privileges in this server (Even Linux user , root cannot log in as sysdba since he is not a member of the dba group). This morning, i discovered that the user oracle (who is a dba) cannot execute lsrnctl but root (who is not a dba) can. The message i get is
    LSNRCTL> start listener_orcl
    Starting /app/oracle/10.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is /app/oracle/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /app/oracle/10.2.0/db_1/network/log/listener_orcl.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=gprsint1.ke.celtel.com)(PORT=1521)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
    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...
    Any assistance will be highly appreciated

    1.please UID at start listener
    #ps -aef | grep LISTENER
    oracle 22324 1 1 Apr12 ? 10:36:54 /oracle/product/10.1.0/db//bin/tnslsnr LISTENER -inherit
    2. please check permission of path keep listener log
    and directory
    $ lsnrctl show log_file
    LSNRCTL for Linux: Version 10.1.0.5.0 - Production on 19-พ.ค. -2006 15:24:32
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=napjune)(PORT=1522)))
    LISTENER parameter "log_file" set to listener.log
    The command completed successfully
    $ lsnrctl show log_directory
    LSNRCTL for Linux: Version 10.1.0.5.0 - Production on 19-พ.ค. -2006 15:24:40
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=napjune)(PORT=1522)))
    LISTENER parameter "log_directory" set to /oracle/product/10.1.0/db/network/log/
    The command completed successfully
    Message was edited by:
    HunterX (Surachart Opun)
    null

  • Oracle XE not starting up

    Hi Community,
    I have installed Oracle XE on top of RH FC4 running on my VM. When I start XE I get the following error:
    [root@vm ~]# /etc/init.d/oracle-xe start
    Starting Oracle Net Listener.
    Starting Oracle Database 10g Express Edition Instance.
    Failed to start Oracle Net Listener using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr and Oracle Express Database using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/sqlplus.
    [root@vm ~]#
    I tried capturing the errors which are '/bin/su: /bin/bash: Permission denied', I checked the permissions which are okay. The oracle-xe script fails at line "$SU -s /bin/bash $ORACLE_OWNER -c "$SQLPLUS -s /nolog @$ORACLE_HOME/config/scripts/startdb.sql" > /dev/null 2>&1".
    Has anybody encountered this problem?
    Cheers
    Nitin

    Here are the complete logs of the fresh installation which I carried out......
    [root@vm ~]# rpm -ivh oracle-xe-univ-10.2.0.1-1.0.i386.rpm
    Preparing... ########################################### [100%]
    1:oracle-xe-univ ########################################### [100%]
    Executing Post-install steps...
    You must run '/etc/init.d/oracle-xe configure' as the root user to
    configure the database.
    [root@vm ~]# /etc/init.d/oracle-xe configure
    Oracle Database 10g Express Edition Configuration
    This will configure on-boot properties of Oracle Database 10g Express
    Edition. The following questions will determine whether the database should
    be starting upon system boot, the ports it will use, and the passwords that
    will be used for database accounts. Press <Enter> to accept the defaults.
    Ctrl-C will abort.
    Specify the HTTP port that will be used for Oracle Application Express [8080]:
    Specify a port that will be used for the database listener [1521]:
    Specify a password to be used for database accounts. Note that the same
    password will be used for SYS and SYSTEM. Oracle recommends the use of
    different passwords for each database account. This can be done after
    initial configuration:
    Confirm the password:
    Do you want Oracle Database 10g Express Edition to be started on boot (y/n) [y]:
    Starting Oracle Net Listener...Done
    Configuring Database...grep: /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/log/*.log: No such file or directory
    Done
    Starting Oracle Database 10g Express Edition Instance...Done
    Installation Completed Successfully.
    To access the Database Home Page go to "http://127.0.0.1:8080/apex"
    [root@vm ~]# /etc/init.d/oracle-xe start
    Starting Oracle Net Listener.
    Starting Oracle Database 10g Express Edition Instance.
    Failed to start Oracle Net Listener using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr and Oracle Express Database using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/sqlplus.
    [root@vm ~]# /etc/init.d/oracle-xe stop
    Shutting down Oracle Database 10g Express Edition Instance.
    Stopping Oracle Net Listener.
    [root@vm ~]# /etc/init.d/oracle-xe start
    Starting Oracle Net Listener.
    Starting Oracle Database 10g Express Edition Instance.
    Failed to start Oracle Net Listener using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr and Oracle Express Database using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/sqlplus.
    Again I had to copy init.ora to initXE.ora and change the shared memory size to 62198988 bytes.
    SQL> shutdown immediate;
    ORA-01507: database not mounted
    ORACLE instance shut down.
    SQL> startup;
    ORACLE instance started.
    Total System Global Area 96468992 bytes
    Fixed Size 1257356 bytes
    Variable Size 88080500 bytes
    Database Buffers 4194304 bytes
    Redo Buffers 2936832 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    SQL>
    -bash-3.00$ pwd
    /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/dbs
    -bash-3.00$ ls -lrt
    total 48
    -r-xr-xr-x 1 oracle dba 8385 Jan 30 2006 init.ora
    -r-xr-xr-x 1 oracle dba 8386 Feb 26 11:17 initXE.ora
    -rw-rw---- 1 oracle dba 1544 Feb 26 11:17 hc_XE.dat
    -rw-rw---- 1 oracle dba 24 Feb 26 11:18 lkDEFAULT
    -bash-3.00$
    -bash-3.00$ lsnrctl start
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 26-FEB-2008 11:20:30
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    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
    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
    Listener failed to start. See the error message(s) above...
    -bash-3.00$
    -bash-3.00$ more listener.ora
    # listener.ora Network Configuration File:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /usr/lib/oracle/xe/app/oracle/product/10.2.0/server)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = vm)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    -bash-3.00$

  • Oracle 11g on OpenSuse

    I am installing Oracle 11g on Linux OpenSuse 11.3. There is 995MB of memory allocated. I have a few problems:
    1. When I get to the "Create Inventory" screen, I only see two groups "video" (which is strange) and "users", so I leave it at users.
    2. When I get to the "Perform prerequisite checks" window, I found a long list of things that were missing, most of which I was able to fix except for 7:
    - compat-libstdc++-33-3.2.3
    - elfutils-libelf-0.97
    - elfutils-libelf-devel-0.97
    - glibc-common-2.3.4
    - glib-headers-2.3.4
    - libgcc-3.4.6
    - libstdc++-3.4.6
    For these i first tried to install newer versions when they were available, did not work, then I tried installing older versions, did not work. Finally I decided to go for "Ignore all" and performed the installation anyway. Everything seemed ok at the end, but the sqlplus/bin folder is empty, but I am able to start sql developer.
    The database runs right after the installation (able to access it from the webpage that is given to me by the installation), but if I restart the database doesn't start again. The ORACLE_HOME variable is set correctly by the script that I run post installation.
    I edited the $ORACLE_HOME/bin/dbstart and set the $ORACLE_HOME_LISTNER manually to where the oracle database is. I echoed the content of the variable to make sure it is correct, and it was, but when i try to run ./dbstart it seems to take a couple of seconds, but i am not able to connect to the database from the sql developer after. SQL developer is installed on the same machine.
    Where should I start looking?

    The log says
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC=1521)))
    TNS-12555: TNS: permission denied
    TNS-12560: TNS: protocol adapter error
    TNS-0525: Insufficient privilege for operation
    Linux Error: 1: Operation not permitted
    Listener failed to start. See the error message(s) above...
    i also noticed that dbs/spfileorcl.ora has a lot of @@@@@ at the top of the file. it looks as if it is corrupted.

  • Listener not starting on server reboot

    for securing listener I have done the following steps:
    Created a separate account and group at OS level and brought listener.ora,lsnrctl and related files/directories under this account and group.
    I have secured listener by setting password (change_password,save_config followed by reload) on Oracle 8.1.7 running on HP Unix 11.11. while giving save_config the listener.ora is automatically brought under its original user and group.But I manually change it back to the account and group I created.
    On server reboot listener does not start automatically.
    Please help

    Here is the error message, please let me know the solution:
    LSNRCTL for HPUX: Version 8.1.7.4.0 - Production on 09-SEP-2007 15:17:46
    (c) Copyright 1998 Oracle Corporation. All rights reserved.
    Starting /....../oracle/v8/8.1.7/bin/tnslsnr: please wait...
    TNSLSNR for HPUX: Version 8.1.7.4.0 - Production
    System parameter file is /...../oracle/v8/8.1.7/network/admin/listener.ora
    Log messages written to /......./oracle/v8/8.1.7/network/log/listener.log
    Attempted to listen on: (ADDRESS=(PROTOCOL=IPC)(KEY=.......world))
    TNS-12555: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00525: Insufficient privilege for operation
    HPUX Error: 1: Not owner

  • Error starting listener

    Hi!
    $ lsnrctl start
    LSNRCTL for Linux: Version 11.2.0.2.0 - Production on 12-STY-2013 19:19:07
    Copyright (c) 1991, 2011, Oracle.  All rights reserved.
    Starting /u01/app/oracle/product/11.2.0/xe/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 11.2.0.2.0 - Production
    System parameter file is /u01/app/oracle/product/11.2.0/xe/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/11.2.0/xe/network/log/listener.log
    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
        NL-08014: Failed to initialize Diagnosability framework, falling back to old network tracing/logging
    No valid ADR Base to use
         NL-08013:  Invalid ADR Base directory
    Listener failed to start. See the error message(s) above...tnsnames.ora and listener.ora files are:# tnsnames.ora Network Configuration File:
    XE =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = vz11.vihost.pl)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
    # listener.ora Network Configuration File:
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = /u01/app/oracle/product/11.2.0/xe)
          (PROGRAM = extproc)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
          (ADDRESS = (PROTOCOL = TCP)(HOST = vz11.vihost.pl)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)What's wrong?

    After reinstalling DB again and configuring (commented few lines in /etc/init.d oracle-xe) the listener can start.$ whoami
    oracle
    $ lsnrctl status
    LSNRCTL for Linux: Version 11.2.0.2.0 - Production on 13-STY-2013 09:31:18
    Copyright (c) 1991, 2011, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 11.2.0.2.0 - Production
    Start Date                12-STY-2013 22:27:38
    Uptime                    0 days 11 hr. 3 min. 40 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Default Service           XE
    Listener Parameter File   /u01/app/oracle/product/11.2.0/xe/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/product/11.2.0/xe/log/diag/tnslsnr/vz11/listener/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=vz11.vihost.pl)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "XE" has 1 instance(s).
      Instance "XE", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfullyBut I still cannot connect remotely to DB.$ env
    SHELL=/bin/bash
    TERM=xterm
    SSH_CLIENT=<cutted IP> 41807 22
    NLS_LANG=POLISH_POLAND.AL32UTF8
    SSH_TTY=/dev/pts/2
    USER=oracle
    ORACLE_SID=XE
    PATH=/u01/app/oracle/product/11.2.0/xe/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
    MAIL=/var/mail/oracle
    PWD=/u01/app/oracle
    LANG=pl_PL.UTF-8
    HOME=/u01/app/oracle
    SHLVL=2
    LOGNAME=oracle
    SSH_CONNECTION=<cutted IP> 41807 <cutted IP> 22
    ORACLE_HOME=/u01/app/oracle/product/11.2.0/xe
    _=/usr/bin/env
    OLDPWD=/root--------------------
    Edited by: JackK on Jan 13, 2013 10:44 AM
    oracle@vz11:~$ sqlplus sygnalyfx
    SQL*Plus: Release 11.2.0.2.0 Production on N Sty 13 11:42:59 2013
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Production
    SQL> exit
    Disconnected from Oracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Production
    oracle@vz11:~$ sqlplus sygnalyfx@localhost:1521/XE
    SQL*Plus: Release 11.2.0.2.0 Production on N Sty 13 11:43:29 2013
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    ERROR:
    ORA-12541: TNS:no listener
    Enter user-name: listener.ora file:# listener.ora Network Configuration File:
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = /u01/app/oracle/product/11.2.0/xe)
          (PROGRAM = extproc)
        (SID_DESC =
          (SID_NAME = XE)
          (ORACLE_HOME = /u01/app/oracle/product/11.2.0/xe)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
          (ADDRESS = (PROTOCOL = TCP)(HOST = vz11.vihost.pl)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)tnsnames.ora file:# tnsnames.ora Network Configuration File:
    XE =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = vz11.vihost.pl)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SID = XE)
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
      )Help me, please... I need to be able to connect remotely.

  • How to start services

    I need to start tnslsnr (managed to do it) and oracle with orcl database instance. How to do it?

    I have rw permissions
    The problem seems to be in IPC protocol. System denies access to it. If I comment IPC string in listener.ora and leave only TCP one, listener starts properly
    Results of commads:
    lsnrctl start
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 08-OCT-2006 13:29:51
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting /mnt/e/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is /mnt/e/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /mnt/e/oracle/product/10.2.0/db_1/network/log/listener.log
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    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...
    lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 08-OCT-2006 13:30:10
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused

  • Listener won't start (11g)

    Hey all -
    I have an 11g install on CentOS5. For some reason, the lsnctl command will not start. The following is the output:
    LSNRCTL> start
    Starting /opt/app/oracle/product/11.1.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 11.1.0.6.0 - Production
    System parameter file is /opt/app/oracle/product/11.1.0/db_1/network/admin/listener.ora
    Log messages written to /opt/app/oracle/diag/tnslsnr/cm/listener/alert/log.xml
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    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...
    I have the feeling that this is just some OS level permissions - at least I hope so!
    The DB is started and open, and the ORACLE_SID is set properly. I am using the "oracle" user created during the install to start the DB and strart the listener.
    Here is the contents of my lsitener.ora:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = rampod2.jsc-rampod)(PORT = 1521))
    TNSPING reveals no listener (of course).
    Edited by: armeck on Aug 28, 2009 9:32 AM

    Ok, that got me somewhere... the listener started!
    But...
    LSNRCTL for Linux: Version 11.1.0.6.0 - Production on 28-AUG-2009 09:39:25
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Starting /opt/app/oracle/product/11.1.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 11.1.0.6.0 - Production
    System parameter file is /opt/app/oracle/product/11.1.0/db_1/network/admin/listener.ora
    Log messages written to /opt/app/oracle/diag/tnslsnr/cm/listener/alert/log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.7)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.7)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.1.0.6.0 - Production
    Start Date 28-AUG-2009 09:39:25
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /opt/app/oracle/product/11.1.0/db_1/network/admin/listener.ora
    Listener Log File /opt/app/oracle/diag/tnslsnr/cm/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.7)(PORT=1521)))
    boldThe listener supports no services*bold*
    The command completed successfully
    I do need APEX to load, and would like EM as well.

  • Sqlplus problem, can't connect

    Ok, so I managed to finally install Oracle 11g R1 on Ubuntu 8.04 Linux_64.
    I can successfully connect over the URL https://IP:1158/em
    I unlocked the HR example account with it's tables and gave it a new password. When I type sqlplus from command line, it starts and then I uter HR for user and it's password and I get that error...
    As far as I am aware Oracle is running, what could be wrong ?
    I am running a dual-cpu AMD64 2.2 each with 4GB ram.
    raymond@kodiak:~$ sqlplus
    SQLPlus: Release 11.1.0.6.0 - Production on Sat Aug 30 10:45:57 2008*
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    Enter user-name: HR
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    Process ID: 0
    Session ID: 0 Serial number: 0
    Enter user-name:
    Edited by: rompstar_206 on Aug 30, 2008 10:49 AM

    Here is my /etc/init.d start up script
    I get an error when I try to manually start the db ./oracledb start produces the following:
    raymond@kodiak:/etc/init.d$ sudo ./oracledb start
    Starting Oracle:
    LSNRCTL for Linux: Version 11.1.0.6.0 - Production on 30-AUG-2008 11:54:22
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Starting /home/raymond/app/raymond/product/11.1.0/db_2/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 11.1.0.6.0 - Production
    System parameter file is /home/raymond/app/raymond/product/11.1.0/db_2/network/admin/listener.ora
    Log messages written to /home/raymond/app/raymond/product/11.1.0/db_2/log/diag/tnslsnr/kodiak/listener/alert/log.xml
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    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...
    bash: /home/raymond/app/raymond/product/11.1.0/db_2/bin/dbstart: Permission denied
    bash: /home/raymond/app/raymond/product/11.1.0/db_2/bin/emctl: Permission denied
    OK
    raymond@kodiak:/etc/init.d$
    /etc/init.d/oracledb file contents:
    #!/bin/bash
    # /etc/init.d/oracledb
    # Run-level Startup script for the Oracle Instance, Listener, and Web Interface
    export ORACLE_HOME=/home/raymond/app/raymond/product/11.1.0/db_2
    export PATH=$PATH:$ORACLE_HOME/bin
    ORA_OWNR="oracle"
    # if the executables do not exist -- display error
    if [ ! -f $ORACLE_HOME/bin/dbstart -o ! -d $ORACLE_HOME ]
    then
    echo "Oracle startup: cannot start"
    exit 1
    fi
    # depending on parameter -- startup, shutdown, restart
    # of the instance and listener or usage display
    case "$1" in
    start)
    # Oracle listener and instance startup
    echo -n "Starting Oracle: "
    su $ORA_OWNR -c "$ORACLE_HOME/bin/lsnrctl start"
    su $ORA_OWNR -c $ORACLE_HOME/bin/dbstart
    touch /var/lock/oracle
    su $ORA_OWNR -c "$ORACLE_HOME/bin/emctl start dbconsole"
    echo "OK"
    stop)
    # Oracle listener and instance shutdown
    echo -n "Shutdown Oracle: "
    su $ORA_OWNR -c "$ORACLE_HOME/bin/lsnrctl stop"
    su $ORA_OWNR -c $ORACLE_HOME/bin/dbshut
    rm -f /var/lock/oracle
    su $ORA_OWNR -c "$ORACLE_HOME/bin/emctl stop dbconsole"
    echo "OK"
    reload|restart)
    $0 stop
    $0 start
    *)

  • Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))

    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 18-JUL-2010 12:54:12
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Welcome to LSNRCTL, type "help" for information.
    LSNRCTL> start
    Starting /u01/app/oracle/oracle/product/10.2.0/db_1//bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is /u01/app/oracle/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/oracle/product/10.2.0/db_1/network/log/listener.log
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    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...
    LSNRCTL>
    ------------------------------------------------------------------------------------------------------------------------

    Hi
    TNS-00525: Insufficient privilege for operationplease make sure of this
    Cause
    1) Ensure that /tmp/.oracle or /var/tmp/.oracle directory exists.
    2) Confirm that the user who is trying to start the listener has adequate read and write permissions on the directory specified above. The permissions should be 777.
    3) If the /tmp directory has reached full capacity, this would cause the listener to fail to write the socket files.
    Solution
    To implement the solution, please use the following example:
    1. cd /var/tmp
    2. Check the whether the .oracle directory exists:
    cd .oracle
    3. If the directory does not exist, request the System Administrator create the directory and set the ownership as root:root with the permissions set to 01777
    mkdir /var/tmp/.oracle
    chmod 01777 /var/tmp/.oracle
    chown root /var/tmp/.oracle
    chgrp root /var/tmp/.oracle
    4. Next try starting the TNS Listener using the ‘lsnrctl start <listener_name>’ command.

  • Any DBA here? Please help!

    1. When I tried to connect to oracle via sqlplus some time ago i got the following errors:
    ORA-12541: TNS:no listener
    TNS-12555: TNS:permission denied
    2. I viewed some suggestions on google and did the following as root user:
    a.) removed files from folder /var/tmp/.oracle
    b.) changed owner for directory ".oracle" using command: chown oracle .oracle
    3. Then I logged in again into console and as an oracle user, I started the listener. I was able to start it.
    4. But when i try to connect to database using "sqlplus", i got the following errors:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    5. I saw a suggestion where I was asked to see the output of commands "echo $ORACLE_HOME" and "echo $ORACLE_SID".
    For "echo $ORACLE_HOME", i get result: "/home/oracle/app/oracle/product/11.2.0/dbhome_1"
    For "echo $ORACLE_SID", i get NO RESULT.
    Can you please suggest how to set value of $ORACLE_SID? I think this is the reason for error...

    925139 wrote:
    Have you either logged off/on or done '. .bashprofile' after editing your bash_profile?_
    1. I am accessing server using two tools. One is "putty" (to connect to sqlplus) and other is "WinSCP" (to do file edits/transfers). SO i edited ".bash_profile" as u suggested using "WinSCP" utility. Then I logged off my "putty" session and logged in again as "root" user.
    2. Now I switched to "oracle" user and entered "echo $ORACLE_SID". I can see the result as "edp". this is the value that i had written in file ".bash_profile" a few minutes ago.
    btw, echo "$ORACLE_HOME" is not defined in ".bash_profile" file, can it be the issue? But I am wondering how was the database working until now then....:-|
    Did you switch to the oracle-user with 'su - oracle' or? Looking in the .bash_profile, I see some things that might be good to change...
    export LD_LIBRARY_PATH=ORACLE_HOME/lib:$LD_LIBRARY_PATH should be
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib
    or even better, remove and replace with these two lines (uncommented)
    #export TNS_ADMIN=$ORACLE_HOME/network/admin
    #export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/rdbms/lib
    3. This database was created 8-9 months ago by a friend. And It was running fine until today afternoon. Suddenly we came across the error "TNS-12555: TNS:permission denied". And the status of listener was "stopped". So i did as mentioned in my firs email (which started this thread).
    4. If i issue command "ps aux | grep -i pmon", i get the following result:
    "oracle 2095 0.0 0.0 61260 752 pts/2 S+ 16:06 0:00 grep -i pmon"Ok, not good. This means that there's no oracle-instance running.
    Do the changes in the .bash_profile, and try the following in putty
    export ORACLE_SID=edp
    export ORACLE_HOME=/home/oracle/app/oracle/product/11.2.0/dbhome_1
    export TNS_ADMIN=$ORACLE_HOME/network/admin
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/rdbms/lib
    export NLS_LANG=AMERICAN_AMERICA.AL32UTF8
    export PATH=$ORACLE_HOME/bin:$PATH
    sqlplus / as sysdbaThis should give you the message 'connected to an idle instance' if everything is working. Then you should be able to issue the 'startup' command.
    HtH
    Johan

Maybe you are looking for

  • Photos look great edited in LR 3 but extremely grainy when printed

    I said I would take photos at a friends wedding and now I just want to cry. I edited raw photos in LR3 - they look great in LR. I export them to a folder and they still look great on a large screen. But then I sent them off to print. It wasn't so muc

  • Printing not working via "Faces" view in Aperture 3

    When I select a photo via the "Faces" view and then attempt to print, Aperture doesn't present a Print window- nothing happens.  When though I select the same pic (or any other) via the "Split Pane" view, Printing works fine.  I'm running A3.2.3 on L

  • Can't reinstall Acrobat from CS4

    Hi Here are my symptoms--for some reason Adobe PDF 9.0 wouldn't work. So I figured that the best thing to first try is uninstalling Acrobat Pro 9 and reinstalling it. I used the uninstaller to uninstall, then ran the installer from CS4 Design Standar

  • How to access custom ume user attributes via VC?

    Hi guys, I configured a custom user attribute within the ume configuration: <a href="http://help.sap.com/saphelp_nw2004s/helpdata/de/44/0316d50bbe025ce10000000a1553f7/frameset.htm">Adding Custom Attributes to the User Profile</a> Now, how can I acces

  • Printing document on LJ8150DN using two different weights of paper

    I am being required by the US Postal  Service to use a cover page on a document I mail for a non-profit. The cover page must be 80#. The remainder of the document is printed on 20# stock. The question is, does anyone know of a way I can put the 80# p