Scan listener is NOT starting up

Hi,
I have installed 11gR2 two node RAC on OEL5.2, 64 bit.
When ever I start the node, in one of the node SCAN listener will NOT be running.
If I start the node one first then scan listener will run on node, if I start second node first then scan will run on second node.
How many scan listener should run ( on both the nodes or only one nodes ) ??? Is it okay with one SCAN listener ???
My /erc/hosts entry... I have configured ONLY one scan IP.
===================================================
[oracle@rac1 sampleXMLs]$ cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
# Public Network - (eth0)
192.168.1.8 rac1.appsdba.info rac1
192.168.1.7 rac2.appsdba.info rac2
# Private Interconnect - (eth1)
192.168.0.100 rac1-priv.appsdba.info rac1-priv
192.168.0.101 rac2-priv.appsdba.info rac2-priv
# Public Virtual IP (VIP) addresses for - (eth0)
192.168.1.200 rac1-vip.appsdba.info rac1-vip
192.168.1.201 rac2-vip.appsdba.info rac2-vip
# Scan IP
192.168.1.187 racnode-cluster-scan
===================================================
Thanks.
-joy.

If I start the node one first then scan listener will run on node, if I start second node first then scan will run on second node.in your case ,the above result is expected.
My /erc/hosts entry... I have configured ONLY one scan IP.
192.168.1.187 racnode-cluster-scanActually this is not a way to configure the scan, please refer the below document.
normally we've 3 scan ip configured for SCAN.
http://www.oracle.com/technetwork/database/clustering/overview/scan-129069.pdf

Similar Messages

  • WHY: Scan VIP does failover, but Scan Listener does not!

    Hi,
    I have a two node cluster based on 11.2.0.4 (no patches yet). When one node is down, the scan vip does failover to the other node, but however the scan listener does not:
    All up and running:
    [oracle@rzsolv236 ~]$ crsctl stat res -t
    NAME           TARGET  STATE        SERVER                   STATE_DETAILS
    Local Resources
    ora.DG_GRID.dg
                   ONLINE  ONLINE       rzsolv236
                   ONLINE  ONLINE       rzsolv237
    ora.LISTENER.lsnr
                   ONLINE  ONLINE       rzsolv236
                   ONLINE  ONLINE       rzsolv237
    ora.asm
                   ONLINE  ONLINE       rzsolv236                Started
                   ONLINE  ONLINE       rzsolv237                Started
    ora.gsd
                   OFFLINE OFFLINE      rzsolv236
                   OFFLINE OFFLINE      rzsolv237
    ora.net1.network
                   ONLINE  ONLINE       rzsolv236
                   ONLINE  ONLINE       rzsolv237
    ora.ons
                   ONLINE  ONLINE       rzsolv236
                   ONLINE  ONLINE       rzsolv237
    ora.registry.acfs
                   ONLINE  ONLINE       rzsolv236
                   ONLINE  ONLINE       rzsolv237
    Cluster Resources
    ora.LISTENER_SCAN1.lsnr
          1        ONLINE  ONLINE       rzsolv236
    ora.LISTENER_SCAN2.lsnr
          1        ONLINE  ONLINE       rzsolv237
    ora.cvu
          1        ONLINE  ONLINE       rzsolv236
    ora.oc4j
          1        ONLINE  ONLINE       rzsolv236
    ora.rzsolv236.vip
          1        ONLINE  ONLINE       rzsolv236
    ora.rzsolv237.vip
          1        ONLINE  ONLINE       rzsolv237
    ora.scan1.vip
          1        ONLINE  ONLINE       rzsolv236
    ora.scan2.vip
          1        ONLINE  ONLINE       rzsolv237
    One node is down:
    [oracle@rzsolv236 bin]# ./crsctl stat res -t
    NAME           TARGET  STATE        SERVER                   STATE_DETAILS
    Local Resources
    ora.DG_GRID.dg
                   ONLINE  ONLINE       rzsolv236
    ora.LISTENER.lsnr
                   ONLINE  ONLINE       rzsolv236
    ora.asm
                   ONLINE  ONLINE       rzsolv236                Started
    ora.gsd
                   OFFLINE OFFLINE      rzsolv236
    ora.net1.network
                   ONLINE  ONLINE       rzsolv236
    ora.ons
                   ONLINE  ONLINE       rzsolv236
    ora.registry.acfs
                   ONLINE  ONLINE       rzsolv236
    Cluster Resources
    ora.LISTENER_SCAN1.lsnr
          1        ONLINE  ONLINE       rzsolv236
    ora.LISTENER_SCAN2.lsnr
          1        ONLINE  OFFLINE
    ora.cvu
          1        ONLINE  ONLINE       rzsolv236
    ora.oc4j
          1        ONLINE  ONLINE       rzsolv236
    ora.rzsolv236.vip
          1        ONLINE  ONLINE       rzsolv236
    ora.rzsolv237.vip
          1        ONLINE  INTERMEDIATE rzsolv236                FAILED OVER
    ora.scan1.vip
          1        ONLINE  ONLINE       rzsolv236
    ora.scan2.vip
          1        ONLINE  INTERMEDIATE rzsolv236                FAILED OVER
    It is the same with manual relocate, for the scan vip only it works:
    [oracle@rzsolv236 ~]$ srvctl relocate scan -i 2 -n rzsolv236
    [oracle@rzsolv236 ~]$ crsctl stat res -t
    NAME           TARGET  STATE        SERVER                   STATE_DETAILS
    Local Resources
    ora.DG_GRID.dg
                   ONLINE  ONLINE       rzsolv236
                   ONLINE  ONLINE       rzsolv237
    ora.LISTENER.lsnr
                   ONLINE  ONLINE       rzsolv236
                   ONLINE  ONLINE       rzsolv237
    ora.asm
                   ONLINE  ONLINE       rzsolv236                Started
                   ONLINE  ONLINE       rzsolv237                Started
    ora.gsd
                   OFFLINE OFFLINE      rzsolv236
                   OFFLINE OFFLINE      rzsolv237
    ora.net1.network
                   ONLINE  ONLINE       rzsolv236
                   ONLINE  ONLINE       rzsolv237
    ora.ons
                   ONLINE  ONLINE       rzsolv236
                   ONLINE  ONLINE       rzsolv237
    ora.registry.acfs
                   ONLINE  ONLINE       rzsolv236
                   ONLINE  ONLINE       rzsolv237
    Cluster Resources
    ora.LISTENER_SCAN1.lsnr
          1        ONLINE  ONLINE       rzsolv236
    ora.LISTENER_SCAN2.lsnr
          1        ONLINE  OFFLINE
    ora.cvu
          1        ONLINE  ONLINE       rzsolv236
    ora.oc4j
          1        ONLINE  ONLINE       rzsolv236
    ora.rzsolv236.vip
          1        ONLINE  ONLINE       rzsolv236
    ora.rzsolv237.vip
          1        ONLINE  ONLINE       rzsolv237
    ora.scan1.vip
          1        ONLINE  ONLINE       rzsolv236
    ora.scan2.vip
          1        ONLINE  INTERMEDIATE rzsolv236                FAILED OVER
    [oracle@rzsolv236 ~]$ srvctl relocate scan -i 2 -n rzsolv237
    [oracle@rzsolv236 ~]$ crsctl stat res -t
    NAME           TARGET  STATE        SERVER                   STATE_DETAILS
    Local Resources
    ora.DG_GRID.dg
                   ONLINE  ONLINE       rzsolv236
                   ONLINE  ONLINE       rzsolv237
    ora.LISTENER.lsnr
                   ONLINE  ONLINE       rzsolv236
                   ONLINE  ONLINE       rzsolv237
    ora.asm
                   ONLINE  ONLINE       rzsolv236                Started
                   ONLINE  ONLINE       rzsolv237                Started
    ora.gsd
                   OFFLINE OFFLINE      rzsolv236
                   OFFLINE OFFLINE      rzsolv237
    ora.net1.network
                   ONLINE  ONLINE       rzsolv236
                   ONLINE  ONLINE       rzsolv237
    ora.ons
                   ONLINE  ONLINE       rzsolv236
                   ONLINE  ONLINE       rzsolv237
    ora.registry.acfs
                   ONLINE  ONLINE       rzsolv236
                   ONLINE  ONLINE       rzsolv237
    Cluster Resources
    ora.LISTENER_SCAN1.lsnr
          1        ONLINE  ONLINE       rzsolv236
    ora.LISTENER_SCAN2.lsnr
          1        ONLINE  ONLINE       rzsolv237
    ora.cvu
          1        ONLINE  ONLINE       rzsolv236
    ora.oc4j
          1        ONLINE  ONLINE       rzsolv236
    ora.rzsolv236.vip
          1        ONLINE  ONLINE       rzsolv236
    ora.rzsolv237.vip
          1        ONLINE  ONLINE       rzsolv237
    ora.scan1.vip
          1        ONLINE  ONLINE       rzsolv236
    ora.scan2.vip
          1        ONLINE  ONLINE       rzsolv237
    [oracle@rzsolv236 ~]$
    But it does not for the scan listener:
    [oracle@rzsolv236 ~]$ srvctl relocate scan_listener -i 2 -n rzsolv236
    PRCR-1105 : Failed to relocate resource ora.LISTENER_SCAN2.lsnr to node rzsolv236
    PRCR-1089 : Failed to relocate resource ora.LISTENER_SCAN2.lsnr.
    CRS-2674: Starten von "ora.scan2.vip" auf "rzsolv236" nicht erfolgreich
    [oracle@rzsolv236 ~]$ srvctl relocate scan -i 2 -n rzsolv236
    [oracle@rzsolv236 ~]$ srvctl relocate scan_listener -i 2 -n rzsolv236
    PRCR-1090 : Failed to relocate resource ora.LISTENER_SCAN2.lsnr. It is not running.
    [oracle@rzsolv236 ~]$
    Any ideas?
    Robert

    Hi,
    thank you, but this does not match to my problem:
    - those socket files are owned by oracle:oinstall on both nodes, I deleted them to give it a try but no change
    - I can start the LISTENER_SCAN2 on node 1 using lsnrctl when node 2 is down, but I cannot using crsctl and GI does not check it when I start the listener manually
    - GI seems to be kind of confused about the state of the LISTENER_SCAN2 while node 2 is down (is already in the INTERMEDIATE state on server 'rzsolv236' vs. OFFLINE state in crsctl stat res -t)
    see output below ...
    [oracle@rzsolv236 ~]$ crsctl stat res -t
    NAME           TARGET  STATE        SERVER                   STATE_DETAILS
    Local Resources
    ora.DG_GRID.dg
                   ONLINE  ONLINE       rzsolv236
    ora.LISTENER.lsnr
                   ONLINE  ONLINE       rzsolv236
    ora.asm
                   ONLINE  ONLINE       rzsolv236                Started
    ora.gsd
                   OFFLINE OFFLINE      rzsolv236
    ora.net1.network
                   ONLINE  ONLINE       rzsolv236
    ora.ons
                   ONLINE  ONLINE       rzsolv236
    ora.registry.acfs
                   ONLINE  ONLINE       rzsolv236
    Cluster Resources
    ora.LISTENER_SCAN1.lsnr
          1        ONLINE  ONLINE       rzsolv236
    ora.LISTENER_SCAN2.lsnr
          1        ONLINE  OFFLINE
    ora.cvu
          1        ONLINE  ONLINE       rzsolv236
    ora.oc4j
          1        ONLINE  ONLINE       rzsolv236
    ora.rzsolv236.vip
          1        ONLINE  ONLINE       rzsolv236
    ora.rzsolv237.vip
          1        ONLINE  INTERMEDIATE rzsolv236                FAILED OVER
    ora.scan1.vip
          1        ONLINE  ONLINE       rzsolv236
    ora.scan2.vip
          1        ONLINE  INTERMEDIATE rzsolv236                FAILED OVER
    [oracle@rzsolv236 ~]$
    [oracle@rzsolv236 ~]$ crsctl start res ora.LISTENER_SCAN2.lsnr -n rzsolv23
    CRS-2800: Cannot start resource 'ora.scan2.vip' as it is already in the INTERMEDIATE state on server 'rzsolv236'
    CRS-4000: Command Start failed, or completed with errors.
    [oracle@rzsolv236 ~]$
    [oracle@rzsolv236 ~]$ lsnrctl status LISTENER_SCAN2
    LSNRCTL for Linux: Version 11.2.0.4.0 - Production on 28-NOV-2013 16:12:15
    Copyright (c) 1991, 2013, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN2)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       Linux Error: 2: No such file or directory
    [oracle@rzsolv236 ~]$
    [oracle@rzsolv236 ~]$ lsnrctl start LISTENER_SCAN2
    LSNRCTL for Linux: Version 11.2.0.4.0 - Production on 28-NOV-2013 16:12:32
    Copyright (c) 1991, 2013, Oracle.  All rights reserved.
    Starting /ora01/app/grid/product/GRID_11.2.0.4/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 11.2.0.4.0 - Production
    System parameter file is /ora01/app/oracle/network/admin/listener.ora
    Log messages written to /ora01/app/oracle/diag/tnslsnr/rzsolv236/listener_scan2/alert/log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER_SCAN2)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN2)))
    STATUS of the LISTENER
    Alias                     LISTENER_SCAN2
    Version                   TNSLSNR for Linux: Version 11.2.0.4.0 - Production
    Start Date                28-NOV-2013 16:12:32
    Uptime                    0 days 0 hr. 0 min. 1 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /ora01/app/oracle/network/admin/listener.ora
    Listener Log File         /ora01/app/oracle/diag/tnslsnr/rzsolv236/listener_scan2/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER_SCAN2)))
    The listener supports no services
    The command completed successfully
    [oracle@rzsolv236 ~]$
    [oracle@rzsolv236 ~]$ lsnrctl status LISTENER_SCAN2
    LSNRCTL for Linux: Version 11.2.0.4.0 - Production on 28-NOV-2013 16:12:37
    Copyright (c) 1991, 2013, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN2)))
    STATUS of the LISTENER
    Alias                     LISTENER_SCAN2
    Version                   TNSLSNR for Linux: Version 11.2.0.4.0 - Production
    Start Date                28-NOV-2013 16:12:32
    Uptime                    0 days 0 hr. 0 min. 4 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /ora01/app/oracle/network/admin/listener.ora
    Listener Log File         /ora01/app/oracle/diag/tnslsnr/rzsolv236/listener_scan2/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER_SCAN2)))
    The listener supports no services
    The command completed successfully
    [oracle@rzsolv236 ~]$
    [oracle@rzsolv236 ~]$
    [oracle@rzsolv236 ~]$ crsctl stat res -t
    NAME           TARGET  STATE        SERVER                   STATE_DETAILS
    Local Resources
    ora.DG_GRID.dg
                   ONLINE  ONLINE       rzsolv236
    ora.LISTENER.lsnr
                   ONLINE  ONLINE       rzsolv236
    ora.asm
                   ONLINE  ONLINE       rzsolv236                Started
    ora.gsd
                   OFFLINE OFFLINE      rzsolv236
    ora.net1.network
                   ONLINE  ONLINE       rzsolv236
    ora.ons
                   ONLINE  ONLINE       rzsolv236
    ora.registry.acfs
                   ONLINE  ONLINE       rzsolv236
    Cluster Resources
    ora.LISTENER_SCAN1.lsnr
          1        ONLINE  ONLINE       rzsolv236
    ora.LISTENER_SCAN2.lsnr
          1        ONLINE  OFFLINE
    ora.cvu
          1        ONLINE  ONLINE       rzsolv236
    ora.oc4j
          1        ONLINE  ONLINE       rzsolv236
    ora.rzsolv236.vip
          1        ONLINE  ONLINE       rzsolv236
    ora.rzsolv237.vip
          1        ONLINE  INTERMEDIATE rzsolv236                FAILED OVER
    ora.scan1.vip
          1        ONLINE  ONLINE       rzsolv236
    ora.scan2.vip
          1        ONLINE  INTERMEDIATE rzsolv236                FAILED OVER
    [oracle@rzsolv236 ~]$
    Regards,
    Robert

  • Oracle 11g XE listener does not start automatically during boot

    Hi,
    This happened to me recently I just wanted to share it with you.
    For development I was running Standard Edition, at some point I decided to run also XE on the same server for another reasons. Everything was working fine, except that after restart of the server, the XE listener is not starting automatically. Debugging the startup script I found that this happens because of a bug in the code, which assumes that XE listener is running if it finds the word LISTENER within the processes list. I didn't found any obligation in the docs for running XE without any other databases on the same host.
    In file /etc/init.d/oracle-xe, at line 556 the code is failing:
    1     + status='oracle 2889 1 0 May13 ? 00:00:05 /oracle/ora112se/bin/tnslsnr LISTENER -inherit'
    2     + '[' 'oracle 2889 1 0 May13 ? 00:00:05 /oracle/ora112se/bin/tnslsnr LISTENER -inherit' == '' ']'
    As you can see I have another listener(the one for SE) running and because of the XE startup script found the keyword LISTENER it’s supposing that the XE LISTENER is already running.
    To fix this simply change line 556 from:
    1     status=`ps -ef | grep tns | grep oracle`
    To:
    1     status=`ps -ef | grep tns | grep oracle | grep xe`
    Now XE listener is started automatically during boot.
    Sve
    Blog: http://sve.to
    Twitter: sgyurov

    I though the same thing, but XE LISTENER is running on localhost and port 1522. On the other hand XE have local_listener explicitly set to the very same connection descriptor. Even XE installation was second on this server.
    I've could change that yes, but the startup script doesn't seemed to have this mind.
    Regards,
    Sve

  • MDM Adapter: MDM Adapter listener could not start (MdmSecureSocketFactory)

    Hi there,
    We are running the following versions of the PI MDM adapter:
    MDM_ADAPTER 710.700 SP7 (1000.710.700.7.0.20110411174317)
    MDM_JAVA_API 710 SP5 (1000.710.0.5.111.20101227095400)
    com.sap.mdm.tech.apireset 710 (710.20101227094734.0000)
    com.sap.mdm.tech.connector 710 (710.20101227094734.0000)
    com.sap.mdm.tech.mdm4j 710 (710.20101227094734.0000)
    tc/mdm/adapter/svc 710.700 (8917411)
    And the following versions on the MDM Server itself:
    SHARED_COMP 7.1.05.104
    MDS 7.1.05.104
    MDIS 7.1.05.104
    MDSS 7.1.05.106
    MDLS 7.1.05.99
    All the MDM adapters have the same error now:
    MDM Adapter listener could not start due to:
    com/sap/mdm/net/MdmSecureSocketFactory
    Does anyone know what this error means?
    Any help would be greatly appreciated
    Lynton

    Was just a version issue, the MDM java API and MDM adapter had different versions.....un-deploying and re-deploying solved the issue.
    Lynton

  • Oracle 10g listener control not started

    Hi all
    my listener control not started. please help me.
    C:\Documents and Settings\raihan>lsnrctl
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 12-SEP-2007 13:28
    :11
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Welcome to LSNRCTL, type "help" for information.
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    LSNRCTL> start
    Starting tnslsnr: please wait...
    Failed to start service, error 1058.
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    thanx in advance.

    Issue lsnrctl start and report results. If problem persists, change the localhost reference in HOST= to whatever your actual hostname is.
    ~ Madrid

  • Web listener is not started

    Hi All,
    I am using EBS 11.5.10.2 on RHEL4 32bit. It was a fresh installation. After installing, DB services and DB listener are running. But apps listener is not running. When i started with *./adalnctl.sh start apps/apps*, thrwed an error adalnctl.sh: exiting with status 127. I checked in 8.0.6 home/bin. There lsnrctl is not there but lsnrctl0 there. So i copy that and rename to lsnrctl. After that, itried to start with *./adalnctl.sh start apps/apps*, i got an error
    ./adalnctl.sh start apps/apps
    adalnctl.sh version
    Checking for FNDFS executable.
    Starting listener process APPS_OptDemo.
    adalnctl.sh: exiting with status 1
    ./adalnctl.sh status apps/apps
    adalnctl.sh version
    Checking status for listener process APPS_OptDemo.
    LSNRCTL for Linux: Version 8.0.6.3.0 - Production on 20-DEC-2009 21:16:14
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=TCP)(Host=kaveri)(Port=1626))
    TNS-12224: TNS:no listener
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused
    adalnctl.sh: exiting with status 1
    adalnctl.txt log:
    LSNRCTL for Linux: Version 8.0.6.3.0 - Production on 20-DEC-2009 21:15:53
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=TCP)(Host=kaveri)(Port=1626))
    TNS-12224: TNS:no listener
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused
    Starting listener process APPS_OptDemo.
    LSNRCTL for Linux: Version 8.0.6.3.0 - Production on 20-DEC-2009 21:15:56
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Starting /u01/applmgr/optdemoora/8.0.6/bin/tnslsnr: please wait...
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    Linux Error: 2: No such file or directory
    adalnctl.sh: exiting with status 1
    Checking status for listener process APPS_OptDemo.
    adalnctl.sh: exiting with status 1
    Please let me know a solution.
    Thanks,
    Manikandan
    Edited by: user11298689 on Dec 22, 2009 10:07 PM

    Hi,
    ./adalnctl.sh start apps/appsYou do not have to pass the apps username/password to start the listener, just issue "adalnctl.sh start APPS_OptDemo".
    Linux Error: 111: Connection refusedPlease see if the solution in (Note: 343295.1 - Starting 10gr2 TNS Listener Yields TNS-12541, Linux Error: 111: Connection Refused) is applicable.
    Regards,
    Hussein

  • Listener service not start automatically after reboot in Win2K server Clust

    Hi all,
    I set up a two node Server Cluster with Microsoft Windows 2000 server cluster service. Hardware are two HP DL380 servers and HP MSA500 (the shared storage). The cluster's IP address is 10.1.241.65. When I shut down both servers and restart the primary server, the listener server service will not start automatically. The listener log is:
    Started with pid=1108
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.1.241.65)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    32-bit Windows Error: 49: Unknown error
    The service is set up automatically start. I suspect the cluster virtual IP is not available immediately after reboot. So I tried setting the Recovery after first failure and second failure to 3 minitues each, and setting up Dependencies of the listener on the cluster service in the Win2K Service panel. Neither worked.
    The service can be manually start.
    Any suggestion?
    Frank.

    The command to start automatically the listener is :
    lsnrctl start
    check the parameters in : <ORACLE_HOME>/network/admin/listener.ora
    check the IP address or host name
    Joel Pérez

  • Listener service not starting after installation (10g on WinXP)

    Hi!
    I installed 10.2.0.1 on a Windows XP machine, but for some reason the listener service does not start up. If I start the service from the Windows service control panel I get:
    The service "OracleOraDB10g_home1TNSListener" on "Local Computer" could not be started. Error 3: The system could not find the specified path."
    The path for the servicing exe is "G:\oracle\product\10.2.0\db_1\BIN\TNSLSNR", which is the correct path.
    Executing "lsnrctl status" I get:
    {code}
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 27-MAI-2009 09:53:37
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Anmeldung bei (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xpdeveloper)(PORT=1521)))
    TNS-12541: TNS: No Listener
    TNS-12560: TNS: Error with protocol adapter
    TNS-00511: No Listener
    32-bit Windows Error: 61: Unknown error
    {code}
    Executing "lsnrctl start" I get:
    {code}
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 27-MAI-2009 10:02:10
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    tnslsnr is getting started: Please wait...
    Failed to start service, error 3.
    TNS-12560: TNS: Error with protocol adapter
    TNS-00530: Error with protocol adapter
    {code}
    When I open a another command shell and run the servicing exe "G:\oracle\product\10.2.0\db_1\BIN\TNSLSNR" directly and executing "lsnrctl status" I get:
    {code}
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 27-MAI-2009 10:10:27
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Anmeldung bei (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xpdeveloper)(PORT=1521)))
    STATUS des LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
    ction
    Startdatum 27-MAI-2009 10:10:17
    Uptime 0 Tage 0 Std. 0 Min. 10 Sek.
    Trace-Ebene off
    Sicherheit ON: Local OS Authentication
    SNMP OFF
    Parameterdatei des Listener G:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    Log-Datei des Listener G:\oracle\product\10.2.0\db_1\network\log\listener.log
    Zusammenfassung Listening-Endpunkte...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xpdeveloper)(PORT=1521)))
    Der Listener unterst³tzt keine Services
    Der Befehl wurde erfolgreich ausgef³hrt.
    {code}
    I can also successfully tnsping the listener.
    Any ideas why the listener service fails to start?
    Thanks a lot for your help,
    Marcus

    Hi Florian,
    my understanding was that on Windows ORACLE_HOME is stored in the registry.
    I have a correct path to my Oracle home directory under "HKLM\Software\Oracle\KEY_OraDB10g_home1\ORACLE_HOME".
    Following your suggestion, I added a Windows environment variable "ORACLE_HOME" that points to the Oracle home directory, rebooted and tried to start the service again, but nothing changed.
    Marcus

  • Oracle Listener service not starting.

    Hi,
    Windows 2003 Oracle 10.2. and ECC 6.0
    TNS Listener service is not starting and giving below Error
    "The OracleTST102TNSListener service on Local Computer started and then stoped. Some services stop automatically if they have no work to do, for example, the performance logs and Alerts service.
    Please help me.
    Thanks

    Thanks warren
    This is not a new installation. I was running SGEN Tcode. I stopped the transaction and wanted to start it again, it gave an ABAP DUMP error. After that i had restarted the Server at OS level. From then onwards the TNS Listener service was not starting.
    But the problem is resolved. The problem was with the IP Address. It was changed and the entry was not present in the Host file. So i have made an entry in the hostfile and started the TNS Listener service, it worked.

  • 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

  • After restarting, listener can not start?

    [oracle@localhost admin]$ cat /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    04-JUN-2008 21:56:28 * ping * 0
    WARNING: Subscription for node down event still pending
    04-JUN-2008 21:56:28 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=localhost.localdomain)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1521)))(VERSION=169869568)) * status * 0
    04-JUN-2008 21:58:53 * (CONNECT_DATA=(SID=orcl5)(CID=(PROGRAM=perl)(HOST=localhost.localdomain)(USER=oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1921)) * establish * orcl5 * 0
    04-JUN-2008 21:59:16 * service_update * orcl5 * 0
    04-JUN-2008 22:00:22 * service_update * orcl5 * 0
    04-JUN-2008 22:01:03 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=localhost.localdomain)(USER=oracle))(COMMAND=services)(ARGUMENTS=64)(SERVICE=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1521))))(VERSION=169869568)) * services * 0
    04-JUN-2008 23:02:05 * (CONNECT_DATA=(SID=orcl5)(CID=(PROGRAM=emagent)(HOST=localhost.localdomain)(USER=oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=30189)) * establish * orcl5 * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production on 05-JUN-2008 09:29:06
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Trace information written to /u01/app/oracle/product/10.2.0/db_1/network/trace/listener.trc
    Trace level is currently 0
    Started with pid=5397
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    WARNING: Subscription for node down event still pending
    05-JUN-2008 09:29:07 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=localhost.localdomain)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * status * 0
    WARNING: Subscription for node down event still pending
    05-JUN-2008 09:29:57 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=localhost.localdomain)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * status * 0
    [oracle@localhost admin]$ cat /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    # listener.ora Network Configuration File: /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
    )

    [oracle@localhost admin]$ ls
    listener.ora samples shrept.lst sqlnet.ora tnsnames.ora
    [oracle@localhost admin]$ tnsping orcl5
    TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 05-JUN-2008 11:06:29
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Used parameter files:
    /u01/app/oracle/product/10.2.0/db_1/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orcl5)))
    OK (0 msec)
    [oracle@localhost admin]$ lsnrctl services
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 05-JUN-2008 11:09:06
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "orcl5" has 1 instance(s).
    Instance "orcl5", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    Service "orcl5XDB" has 1 instance(s).
    Instance "orcl5", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:972 state:ready
    DISPATCHER <machine: localhost.localdomain, pid: 5813>
    (ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=54465))
    Service "orcl5_XPT" has 1 instance(s).
    Instance "orcl5", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    The command completed successfully

  • Listener can not start

    My listener in oracle 11GR2 can not start . when i want to give the status of that , the error in below is shown :
    Connecting to > TNS-12541 : TNS:no listener
         TNS-12560 : TNS:protocol adapter error
              TNS-00511 : NO LISTENER
                   64-bit Windowns Error : 61: Wnknown error
    my tnsnames.ora is :
    # tnsnames.ora Network Configuration File: D:\app\SHOJAIE\product\11.2.0\dbhome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORACLR_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
        (CONNECT_DATA =
          (SID = CLRExtProc)
          (PRESENTATION = RO)
    ORCL =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = SHOJAIE-PC)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = orcl)
    and my listener.ora is :
    # listener.ora Network Configuration File: D:\app\SHOJAIE\product\11.2.0\dbhome_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = D:\app\SHOJAIE\product\11.2.0\dbhome_1)
          (PROGRAM = extproc)
          (ENVS = "EXTPROC_DLLS=ONLY:D:\app\SHOJAIE\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
          (ADDRESS = (PROTOCOL = TCP)(HOST = SHOJAIE-PC)(PORT = 1521))
    ADR_BASE_LISTENER = D:\app\SHOJAIE
    hepl me ? Thanks

    "ServiceAliasException: Could not save Service Alias:
    TNS-04415: File i/o error  caused by: java.io.FileNotFoundException:
    $PATH;ORACLE_HOME\network\admin\tnsnames.ora (The system cannot find the path specified)"
    Your TNS_ADMIN setting is messed up.
    $PATH is a Unix style environment variable reference - isn't going to work on Windows. I'm not even sure you can do a list of directories to search in the TNS_ADMIN variable.
    Check the value set in HKLM/Software/Oracle/youroraclehomename ... Set it explicitly to the location of your tnsnames.ora file.
    You normally don't need a listener.ora file at all ... Rename it and see what happens.

  • Listener can not started.

    Hi,
    Could you please let me know how can i start Oracle10 Listener?
    There was a file ./opt/oracle/product/10.2.0/network/log/orcl10g.log
    But it size was 1 GB. I tried to delete. But could not do. So, I killed that process. who was locking this file.
    Now, i'm getting this error please help.
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    NL-00280: error creating log stream /opt/oracle/product/10.2.0/network/log/orcl10g.log
    NL-00278: cannot open log file
    SNL-00016: snlfohd: error opening file
    Linux Error: 13: Permission denied
    Listener failed to start. See the error message(s) above...
    Thx.
    Sara

    user2506283 wrote:
    Hi Sybrand Bakker,
    Listener has been started. But users are getting following errors.Uh, you forgot to give the error the users are getting, but I can pretty well guess it is ora-12514.
    See my post on this error at http://edstevensdba.wordpress.com/2011/03/19/ora-12514/
    It is by far the most read post on my blog.
    I checked Listener status and found below lines.
    LSNRCTL> status
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 01-OCT-2011 00:33:59
    Uptime 0 days 7 hr. 46 min. 57 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /opt/oracle/product/10.2.0/network/admin/listener.ora
    Listener Log File /opt/oracle/product/10.2.0/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=linux-BIMSTR)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    I copied & paste here the same lines (No change at any place).
    I hope it gives you, Listener's configuration idea.
    Do you have any idea about these services? How can i start these services? And why in first line (Host=)?
    Thx.

  • Listener does not start in Mutli-node install & concurrent p. manager

    Hello everyone!
    I have been using Oracle Apps 11.5.10.2 on Linux OS for some time now and it was working fine. Recently I decided to separate it into 2 tiers (DB and AS) and so I started the installation from scratch.
    I have two questions regarding running the Applications on 2 nodes:
    1) Where do you advise to put the concurrent manager in the configuration with only two nodes? I know that ideally it should be on a totally separate server, but I only have two machines available. I was thinking about putting it on the AS layer. Any suggestions?
    2) I was able to install (stage/rapidwiz/.../ so on) the first node (default database-9i). After that, I started all the db processes using the addbctl.sh script as follows (I installed the VIS demo db):
    $ ./addbctl.sh start VIS
    This script works fine exiting with status 0.
    However, when I try to start the listener using the provided addlnctl.sh script:
    $ ./addlnctl.sh start VIS
    it returns an error. The log (vis.log in network/admin) reads as follows:
    TNSLSNR for Linux: Version 9.2.0.6.0 - Production on 05-SEP-2006 20:02:06
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    System parameter file is /mnt/hdd1/vis/visdb/9.2.0/network/admin/VIS_oradb/listener.ora
    Log messages written to /mnt/hdd1/vis/visdb/9.2.0/network/admin/vis.log
    Trace information written to /mnt/hdd1/vis/visdb/9.2.0/network/admin/vis.trc
    Trace level is currently 0
    Started with pid=4277
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROCVIS)))
    Error listening on: (ADDRESS=(PROTOCOL=TCP)(Host=10.1.1.52)(Port=1521))
    TNS-12532: TNS:invalid argument
    TNS-12560: TNS:protocol adapter error
    TNS-00502: Invalid argument
    Linux Error: 515: Unknown error 515
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROCVIS)))
    ***********************EOF****************************************
    This is the listener.ora file in $ORACLE_HOME/network/admin/VIS_oradb:
    # $Header: ad8ilsnr.ora 115.6 2005/05/20 11:31:24 pariga ship $
    # This file is automatically generated by AutoConfig. It will be read and
    # overwritten. If you were instructed to edit this file, or if you are not
    # able to use the settings created by AutoConfig, refer to Metalink document
    # 165195.1 for assistance.
    # Net8 definition for Database listener
    VIS =
    (ADDRESS_LIST =
    (ADDRESS= (PROTOCOL= IPC)(KEY= EXTPROCVIS))
    (ADDRESS= (PROTOCOL= TCP)(Host= oradb.vision )(Port= 1521))
    SID_LIST_VIS =
    (SID_LIST =
    (SID_DESC =
    (ORACLE_HOME= /mnt/hdd1/vis/visdb/9.2.0)
    (SID_NAME = VIS)
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /mnt/hdd1/vis/visdb/9.2.0)
    (PROGRAM = extproc)
    STARTUP_WAIT_TIME_VIS = 0
    CONNECT_TIMEOUT_VIS = 10
    TRACE_LEVEL_VIS = OFF
    LOG_DIRECTORY_VIS = /mnt/hdd1/vis/visdb/9.2.0/network/admin
    LOG_FILE_VIS = VIS
    TRACE_DIRECTORY_VIS = /mnt/hdd1/vis/visdb/9.2.0/network/admin
    TRACE_FILE_VIS = VIS
    ADMIN_RESTRICTIONS_VIS = OFF
    IFILE=/mnt/hdd1/vis/visdb/9.2.0/network/admin/VIS_oradb/listener_ifile.ora
    *****************************EOF**********************************
    I disabled the iptables firewall altogether (temporarily), but it did not help. I do not have any other services running on port 1521. I never changed any environment variables as I believe they are being set by all the ad*****ctl.sh scripts automatically. I did not make any customizations - just using stock E-Business CD's and default config.
    Any help or advice is greatly appreciated !

    Steven Chan is a Director in the Oracle Applications Technology Group.
    http://blogs.oracle.com/schan/comments?u=stevenChan&p=376&link=http%3A%2F%2Fblogs.oracle.com%2Fschan%2F2006%2F06%2F28%23a376
    Hi Steven,
    It is nice to see new posts from you. "Split Configurations" + "Shared Apps configuration" looks very attractive to me in terms of Apps SW management. You need to apply patch just once even if you have got multiple DB and Apps nodes in you configuration.
    Some customers of mine saying that is isn't recommended configuration. Oracle recommends to keep CM tier on the same hosts as DB is running.
    Just wonder if you can advice on the issue?
    Thank you in advance, Yury
    Yury,
    That recommendation no longer applies.
    With the high-bandwidth networks available today, combined with the fact that CM Tier hosts typically run in the same data centre as the Database Tier hosts, you can safely put the CM services on a different server.
    Regards,
    Steven
    -----------------------------------------------

  • 11gR2 scan and scan listeners are not starting in Solaris non globa zones

    Hi,
    my configuration is a 2 node RAC. each node is a solaris container/ zones on two phyiscally different machines.
    (SunOS 5.10 Generic_147440-07 sun4u sparc SUNW,SPARC-Enterprise).
    after installation of GI, root.sh was successful but failed when trying to start the following resources
    ora.scan1.vip
    ora.scan2.vip
    ora.scan3.vip
    the scans are not in the host file but on DNS, the GI home has been patched with January 2012 GI PSU.
    Has any one successfully installed 11gR2 RAC on Solaris non global zones? if you have tell me how you got past the scan issue.
    ***** rootcrs_db01.log ******
    PRCR-1079 : Failed to start resource ora.scan1.vip
    CRS-5017: The resource action "ora.scan1.vip start" encountered the following error:
    Action for VIP aborted
    CRS-2674: Start of 'ora.scan1.vip' on 'db01' failed
    CRS-2632: There are no more servers to try to place resource 'ora.scan1.vip' on that would satisfy its placement policy
    PRCR-1079 : Failed to start resource ora.scan2.vip
    CRS-5017: The resource action "ora.scan2.vip start" encountered the following error:
    Action for VIP aborted
    CRS-2674: Start of 'ora.scan2.vip' on 'db01' failed
    CRS-2632: There are no more servers to try to place resource 'ora.scan2.vip' on that would satisfy its placement policy
    PRCR-1079 : Failed to start resource ora.scan3.vip
    CRS-5017: The resource action "ora.scan3.vip start" encountered the following error:
    Action for VIP aborted
    CRS-2674: Start of 'ora.scan3.vip' on 'db01' failed
    CRS-2632: There are no more servers to try to place resource 'ora.scan3.vip' on that would satisfy its placement policy
    [main] [ 2012-04-17 11:25:38.497 WAT ] [CRSNative.internalQueryResources:1536] About to doQueryResources: eType resource, nodeName null, filter (TYPE == ora.scan_vip.type)
    [main] [ 2012-04-17 11:25:38.532 WAT ] [CRSNative.internalQueryResources:1544] found 3 resources
    [main] [ 2012-04-17 11:25:38.532 WAT ] [CRSNative.internalQueryResources:1546]      ora.scan1.vip
    [main] [ 2012-04-17 11:25:38.533 WAT ] [CRSNative.internalQueryResources:1546]      ora.scan2.vip
    [main] [ 2012-04-17 11:25:38.533 WAT ] [CRSNative.internalQueryResources:1546]      ora.scan3.vip
    [main] [ 2012-04-17 11:25:38.564 WAT ] [CRSNative.isEntityRegistered:734] entity: ora.scan1.vip, type: 1, registered: true
    [main] [ 2012-04-17 11:25:38.565 WAT ] [ScanVIPImpl.<init>:164] ordinal number is 1
    [main] [ 2012-04-17 11:25:38.587 WAT ] [CRSNative.isEntityRegistered:734] entity: ora.scan1.vip, type: 1, registered: true
    [main] [ 2012-04-17 11:25:38.609 WAT ] [CRSNative.isEntityRegistered:734] entity: ora.scan2.vip, type: 1, registered: true
    [main] [ 2012-04-17 11:25:38.610 WAT ] [ScanVIPImpl.<init>:164] ordinal number is 2
    [main] [ 2012-04-17 11:25:38.631 WAT ] [CRSNative.isEntityRegistered:734] entity: ora.scan2.vip, type: 1, registered: true
    [main] [ 2012-04-17 11:25:38.653 WAT ] [CRSNative.isEntityRegistered:734] entity: ora.scan3.vip, type: 1, registered: true
    [main] [ 2012-04-17 11:25:38.654 WAT ] [ScanVIPImpl.<init>:164] ordinal number is 3
    [main] [ 2012-04-17 11:25:38.674 WAT ] [CRSNative.isEntityRegistered:734] entity: ora.scan3.vip, type: 1, registered: true
    [main] [ 2012-04-17 11:25:38.675 WAT ] [CRSNative.internalStartResource:373] About to start resource: Name: ora.scan1.vip, force:true node: null, options: 0, filter null
    [main] [ 2012-04-17 11:25:38.702 WAT ] [CRSNativeResult.addLine:106] callback: ora.scan1.vip false CRS-2672: Attempting to start 'ora.scan1.vip' on 'ojesmdb01'
    [main] [ 2012-04-17 11:26:39.079 WAT ] [CRSNativeResult.addLine:106] callback: ora.scan1.vip true CRS-5017: The resource action "ora.scan1.vip start" encountered the following error:
    Action for VIP aborted
    [main] [ 2012-04-17 11:26:42.730 WAT ] [CRSNativeResult.addLine:106] callback: ora.scan1.vip true CRS-2674: Start of 'ora.scan1.vip' on 'ojesmdb01' failed
    [main] [ 2012-04-17 11:26:42.731 WAT ] [CRSNativeResult.addLine:106] callback: ora.scan1.vip false CRS-2679: Attempting to clean 'ora.scan1.vip' on 'ojesmdb01'
    [main] [ 2012-04-17 11:26:42.743 WAT ] [CRSNativeResult.addLine:106] callback: ora.scan1.vip false CRS-2681: Clean of 'ora.scan1.vip' on 'ojesmdb01' succeeded
    [main] [ 2012-04-17 11:26:42.746 WAT ] [CRSNativeResult.addLine:106] callback: ora.scan1.vip true CRS-2632: There are no more servers to try to place resource 'ora.scan1.vip' on that would satisfy its placement policy
    [main] [ 2012-04-17 11:26:42.750 WAT ] [CRSNativeResult.addComp:162] add comp: name ora.scan1.vip, rc 223, msg CRS-0223: Resource 'ora.scan1.vip' has placement error.
    [main] [ 2012-04-17 11:26:42.752 WAT ] [CRSNative.internalStartResource:386] Failed to start resource: Name: ora.scan1.vip, node: null, filter: null, msg CRS-5017: The resource action "ora.scan1.vip start" encountered the following error:
    Action for VIP aborted
    CRS-2674: Start of 'ora.scan1.vip' on 'db01' failed
    CRS-2632: There are no more servers to try to place resource 'ora.scan1.vip' on that would satisfy its placement policy
    [main] [ 2012-04-17 11:26:42.754 WAT ] [CRSNative.internalStartResource:373] About to start resource: Name: ora.scan2.vip, force:true node: null, options: 0, filter null
    [main] [ 2012-04-17 11:26:42.778 WAT ] [CRSNativeResult.addLine:106] callback: ora.scan2.vip false CRS-2672: Attempting to start 'ora.scan2.vip' on 'ojesmdb01'
    [main] [ 2012-04-17 11:27:43.132 WAT ] [CRSNativeResult.addLine:106] callback: ora.scan2.vip true CRS-5017: The resource action "ora.scan2.vip start" encountered the following error:
    Action for VIP aborted
    [main] [ 2012-04-17 11:27:46.805 WAT ] [CRSNativeResult.addLine:106] callback: ora.scan2.vip true CRS-2674: Start of 'ora.scan2.vip' on 'ojesmdb01' failed
    [main] [ 2012-04-17 11:27:46.806 WAT ] [CRSNativeResult.addLine:106] callback: ora.scan2.vip false CRS-2679: Attempting to clean 'ora.scan2.vip' on 'ojesmdb01'
    [main] [ 2012-04-17 11:27:46.820 WAT ] [CRSNativeResult.addLine:106] callback: ora.scan2.vip false CRS-2681: Clean of 'ora.scan2.vip' on 'ojesmdb01' succeeded
    [main] [ 2012-04-17 11:27:46.822 WAT ] [CRSNativeResult.addLine:106] callback: ora.scan2.vip true CRS-2632: There are no more servers to try to place resource 'ora.scan2.vip' on that would satisfy its placement policy
    [main] [ 2012-04-17 11:27:46.826 WAT ] [CRSNativeResult.addComp:162] add comp: name ora.scan2.vip, rc 223, msg CRS-0223: Resource 'ora.scan2.vip' has placement error.
    [main] [ 2012-04-17 11:27:46.827 WAT ] [CRSNative.internalStartResource:386] Failed to start resource: Name: ora.scan2.vip, node: null, filter: null, msg CRS-5017: The resource action "ora.scan2.vip start" encountered the following error:
    Action for VIP aborted
    CRS-2674: Start of 'ora.scan2.vip' on 'db01' failed
    CRS-2632: There are no more servers to try to place resource 'ora.scan2.vip' on that would satisfy its placement policy
    [main] [ 2012-04-17 11:27:46.828 WAT ] [CRSNative.internalStartResource:373] About to start resource: Name: ora.scan3.vip, force:true node: null, options: 0, filter null
    [main] [ 2012-04-17 11:27:46.855 WAT ] [CRSNativeResult.addLine:106] callback: ora.scan3.vip false CRS-2672: Attempting to start 'ora.scan3.vip' on 'ojesmdb01'
    [main] [ 2012-04-17 11:28:47.212 WAT ] [CRSNativeResult.addLine:106] callback: ora.scan3.vip true CRS-5017: The resource action "ora.scan3.vip start" encountered the following error:
    Action for VIP aborted
    [main] [ 2012-04-17 11:28:50.881 WAT ] [CRSNativeResult.addLine:106] callback: ora.scan3.vip true CRS-2674: Start of 'ora.scan3.vip' on 'ojesmdb01' failed
    [main] [ 2012-04-17 11:28:50.883 WAT ] [CRSNativeResult.addLine:106] callback: ora.scan3.vip false CRS-2679: Attempting to clean 'ora.scan3.vip' on 'ojesmdb01'
    [main] [ 2012-04-17 11:28:50.895 WAT ] [CRSNativeResult.addLine:106] callback: ora.scan3.vip false CRS-2681: Clean of 'ora.scan3.vip' on 'ojesmdb01' succeeded
    [main] [ 2012-04-17 11:28:50.898 WAT ] [CRSNativeResult.addLine:106] callback: ora.scan3.vip true CRS-2632: There are no more servers to try to place resource 'ora.scan3.vip' on that would satisfy its placement policy
    [main] [ 2012-04-17 11:28:50.902 WAT ] [CRSNativeResult.addComp:162] add comp: name ora.scan3.vip, rc 223, msg CRS-0223: Resource 'ora.scan3.vip' has placement error.
    [main] [ 2012-04-17 11:28:50.902 WAT ] [CRSNative.internalStartResource:386] Failed to start resource: Name: ora.scan3.vip, node: null, filter: null, msg CRS-5017: The resource action "ora.scan3.vip start" encountered the following error:
    Action for VIP aborted
    thanks in advance
    Samuel K

    Hi,
    Put here
    $ srvctl config scan
    $ nslookup <scan_name>
    $ ping <all  scan vip>Regards,
    Levi Pereira

Maybe you are looking for

  • Yoga 2 Pro REAL Screen Resolution

    SECOND THREAD on this HERE. I've just discovered that the Yoga 2 Pro seems to be fudging its screen resolution claim. I wouldn't care, except ... it actually has become a small problem ... and one that I presume will get bigger over time The Y2P has

  • Change LF ( Unix) to CR/LF ( Windows)

    Hello all I tried using the adapter moudle localejbs/SAP XI Sample/ConvertCRLFfromToLF to change the EOF charchter in my Reciever file adapter My configuration as follows : Module Name: localejbs/SAP XI Sample/ConvertCRLFfromToLF Type: Local Enterpri

  • Reconciliation and the Key Column for Oracle DB

    I have a oracle DB with the key column called employee number (ie. 12345) In the form for my reconciliation, I assigned the employee number to an extended attribute called employeeId as below. This field is defined in the User Extended Attributes obj

  • Migrate database from UTF-8 to AL32UTF8

    We've heard that support for the UTF-8 characterset is going to peter out. Our databases are all in the UTF-8 characterset, so we are considering migrating to AL32UTF8. Any issues we need to consider, or is it simply a case of switching the database

  • White balance in z10 stl100-1?

    I have a z10 stl100-1 and already update to os 10.2.1.2141. My friend's z10 stl100-2, which update the same os 10.2.1.2141 have white balance in setting, but not in my own. Why don't z10 stl100-1 have white balance? I really hate my z10 sreen, it alw