Listener won't start or reload in 11gR2

Here's my listener.ora file:
#listener.ora Network Configuration File: /home/oracle/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
#Generated by Oracle configuration tools.
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
     (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
     (ADDRESS = (PROTOCOL = TCP)(HOST =xxx.xxx.xx.xx)(PORT = 1521))
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME = mrch)
(ORACLE_HOME = /home/oracle/app/oracle/product/11.2.0/dbhome_1)
(SID_NAME = mmmm)
(PROGRAM = extproc)
(SID_DESC =
(GLOBAL_DBNAME = ORCL)
(ORACLE_HOME = /home/oracle/app/oracle/product/11.2.0/dbhome_1)
(SID_NAME = ORCL)
(PROGRAM = extproc)
ADR_BASE_LISTENER = /home/oracle/app/oracle
Please guys what am I missing?

Solved my problem! You just have to get the parentheses right. Here's the working version of the same listener.ora. Hope it helps someone out there.
#listener.ora Network Configuration File: /home/oracle/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
#Generated by Oracle configuration tools.
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
     (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
     (ADDRESS = (PROTOCOL = TCP)(HOST = xxx.xxx.xx.xx)(PORT = 1521))
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
     (GLOBAL_DBNAME = xxxx)
     (ORACLE_HOME = /home/oracle/app/oracle/product/11.2.0/dbhome_1)
     (SID_NAME = xxxx)
     (PROGRAM = extproc)
(SID_DESC =
     (GLOBAL_DBNAME = 4444)
     (ORACLE_HOME = /home/oracle/app/oracle/product/11.2.0/dbhome_1)
     (SID_NAME = 4444)
     (PROGRAM = extproc)
ADR_BASE_LISTENER = /home/oracle/app/oracle

Similar Messages

  • Listener won't start

    Hi,
    I installed oracle 10g express edition on Linux redhat 9 and I can't get going with it because the listener won't run.
    When I try /etc/init.d/oracle-xe start I get:
    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.
    I'm pretty new to linux.
    any ideas?
    cheers :)

    Hi,
    That command didn't work and I can't find the netmgr file so I enabled tracing in listener.ora and got the following:
    /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/lsnrctl: relocation error: /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/lib/libclntsh.so.10.1: symbol semtimedop, version GLIBC_2.3.3 not defined in file libc.so.6 with link time reference
    Any ideas?

  • New Listener won't start

    Installed OAS 4.08, OEM and 8i all in seperate HOMES.
    www and admin listeners start OK.
    Added new listener 'bird' but it won't start.
    ERROR:
    Can not open service
    OracleWWWListener40bird_website40
    OWS-08811 : Unable to startup Oracle Web Listener 'bird'.
    I tried different ports high and low, with no luck. The default www and admin start perfectly. I'm I stuck with these two listeners only? I've added lots more memory but still no luck. I'm running on NT4.0 Service Pak 6.0
    Thanks for any help.
    Dennis C
    [email protected]

    Try a reset:
    Hold the Sleep and Home button down for about 10 second until you see the Apple logo.

  • 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.

  • Oracle8.1.7 on win2k pro listener won't start on tcp/ip port

    I downloaded 8.1.7EE from oracle website and installed it OK. But
    does anyone know why the listenr is hanging when I try to start it up.
    Thanks
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=NJB130WJIANG2)(PORT=1521
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=PNPKEY)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 2: No such file or directory
    LSNRCTL> start
    Starting tnslsnr: please wait...
    TNSLSNR for 32-bit Windows: Version 8.1.7.0.0 - Production
    System parameter file is C:\oracle\ora81\network\admin\listener.ora
    Log messages written to C:\oracle\ora81\network\log\listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=NJB130WJIANG2.lucent.com
    )(PORT=1521)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\PNPKEYipc))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=NJB130WJIANG2)(PORT=1521
    TNS-12547: TNS:lost contact
    TNS-12560: TNS:protocol adapter error
    TNS-00517: Lost contact
    32-bit Windows Error: 54: Unknown error
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=PNPKEY)))
    TNS-01153: Failed to process string:
    NL-00313: null pointer or null size
    LSNRCTL>

    greenberg wrote:
    i've just installed 11g express. i can't get to the "get started" page. i get " Internet Explorer cannot display the webpage"; If the listener can not start, then web server will be unavailable, so we need to get the listener up and running first.
    i tried to start the listener and it just failed saying that it shutdown immediately after starting. Was this via Services console? What is the exact error message from the service?
    You may also try: sc start OracleXETNSListener
    C:\Documents and Settings\sg2606>lsnrctl start
    LSNRCTL for 32-bit Windows: Version 11.2.0.2.0 - Beta on 20-APR-2011 13:44:33
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    TNS-12560: TNS:protocol adapter errorCould be indicative of some permissions issue.
    >
    I can log into the XE database via SQLPLUS from dos after defining oracle-sid; i also had to manually set the ORACLE_HOME env variableDo you have more than one sqlplus.exe on this box?
    What is the output of following commands
    cmd> set
    cmd> ipconfig
    cmd> hostname
    listener.ora (i changed the computer name to the 127.0.0.1)Why the change?
    What happens if you use hostname instead?
    If you rename the listener.ora (to e.g. listener.ora_xe) and try to start the listener, what do you get?
    btw: i deinstalled oracle10g client....other than Toad 9.7 there's no other Oracle-related products on the laptop.Possibly, there's left-overs from uninstall and maybe it could interfere.
    Edited by: orafad on Apr 21, 2011 12:38 AM

  • My LISTENER won't start.  Please help!

    I am not sure why i keep getting the following error.
    Here is the error msg when i try and start my listener.
    [oracle@dina admin]$ lsnrctl start
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 07-JAN-2008 10:40:06
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting /home/oracle/app/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 /home/oracle/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /home/oracle/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=dina.dhcp.2wire.com)(PORT=1521)))
    TNS-12560: TNS:protocol adapter error
    TNS-00583: Valid node checking: unable to parse configuration parameters
    Listener failed to start. See the error message(s) above...
    Here are the contents of my listener.ora file:
    LISTENER =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = dina.dhcp.2wire.com)(PORT = 1521))
    My $ORACLE_HOME variables are set correctly. I am able to bring up the database instance. Just can't get this listener started and don't have the slightest clue why.

    You may want to try this:
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS_LIST =
            (ADDRESS = (PROTOCOL = TCP)(HOST = dina.dhcp.2wire.com)(PORT = 1521))
      )And make sure dina.dhcp.2wire.com can be solved against an IP. On the other hand, it seems like you are getting your IP from a dhcp server. Even though you could start your services, it is advisable to use a fixed IP address or have a loopback adapter properly configured, otherwise you may face configuration issues with the EM DB Control Console.
    ~ Madrid

  • Express Edition listener won't start

    I have tried suggestions from other threads, and have not had any luck.
    I have installed Oracle XE, and can access the DB using SQL Plus. But when I try to go to the DB homepage (http://127.0.0.1:8080/apex), I get "cannot display the webpage" error.
    The OracleXETNSListener service is not started, and when I try to start it in My Computer->Manage->Services, it says:
    The OracleXETNSListener service on Local Computer started and then stopped. Some services stop automatically if they have no work to do"....
    When I try to start from command line, I get this:
    C:\>lsnrctl start
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 20-DEC-2010 16:43:06
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    Failed to start service, error 0.
    When I try to get the status, I get this:
    C:\>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 20-DEC-2010 16:43:42
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 2: No such file or directory
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    Also:
    C:\>net start OracleXETNSListener
    The OracleXETNSListener service is starting.
    The OracleXETNSListener service could not be started.
    The service did not report an error.
    More help is available by typing NET HELPMSG 3534.
    I have tried the following suggestions from other threads:
    1. Set ORACLE_HOME (C:\oraclexe\app\oracle\product\10.2.0\server)
    2. Set TNS_ADMIN (C:\oraclexe\app\oracle\product\10.2.0\server\network\admin)
    3. Uninstall and reinstall when not connected to a network
    4. Ensured that I have admin privs to install
    5. Verified etc/hosts is correct (127.0.0.1 localhost)
    6. Verified there were no port conflicts (netstat -a -b -n)
    More info:
    No listener log file is being created.
    I'm running Windows XP SP3
    I'm logged onto my company's domain. There is an adminstrator account to log in to the local computer only, but I don't have the password (could probably get it if needed).
    Here are the pertinent portions of listener.ora:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = NB2b4062.gs.myharris.net)(PORT = 1521))
    and tnsnames.ora:
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = NB2b4062.gs.myharris.net)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    I have tried replacing the host above with localhost, 127.0.0.1, and NB2b4062, all with no luck.
    I'm out of ideas and things to try. Thanks for any help,
    Nathan

    I installed Process Monitor. Man, that can be a resource hog! I finally had to restart it after it was up to almost 8GB of page file usage!
    Anyway, I didn't get a lot of information. The tnslsnr.exe would exit with status = 1, and the net.exe would end shortly after with exit status = 2.
    8:59:17.9202178 AM     tnslsnr.exe     2448     Process Exit          SUCCESS     Exit Status: 1, User Time: 0.0312500 seconds, Kernel Time: 0.0156250 seconds, Private Bytes: 1,478,656, Peak Private Bytes: 4,120,576, Working Set: 4,194,304, Peak Working Set: 4,431,872
    9:00:53.9881566 AM     net.exe     2640     Process Exit          SUCCESS     Exit Status: 2, User Time: 0.0156250 seconds, Kernel Time: 0.0312500 seconds, Private Bytes: 946,176, Peak Private Bytes: 995,328, Working Set: 2,727,936, Peak Working Set: 2,744,320
    Here is what I found about the exit codes, but doesn't shed a lot of light:
    Exit Code Number     Meaning                                                  Example               Comments
    1                    catchall for general errors                                   let "var1 = 1/0"          miscellaneous errors, such as "divide by zero"
    2                    misuse of shell builtins, according to Bash documentation                              Seldom seen, usually defaults to exit code 1

  • Listener won't start on Windows

    Hi:
    I was trying to start listener from Service, got error like this: "The OracleOraDb10g_home1TNSListenerORCL service on Local Computer started and then stopped. Some services stop automatically if they have no work to do, for example, the Performace Logs and Alerts service".
    I have found a thread but didn't help. According to the thread I have tried to add my ip address to the sqlnet.ora which didn't work. the ImagePath under HKEY_LOCAL_MACHINE/SYSTEM/SERVICE is D:\oracle\product\10.2.0\db_2\BIN\TNSLSNR which is right path.
    Would someone please help me on this?
    Thank you very much.

    D:\>set
    ALLUSERSPROFILE=C:\Documents and Settings\All Users
    APPDATA=C:\Documents and Settings\sherry\Application Data
    CLASSPATH=.;C:\Program Files\QuickTime\QTSystem\QTJava.zip
    CLIENTNAME=Console
    CommonProgramFiles=C:\Program Files\Common Files
    COMPUTERNAME=P23G
    ComSpec=C:\WINDOWS\system32\cmd.exe
    FP_NO_HOST_CHECK=NO
    HOMEDRIVE=C:
    HOMEPATH=\Documents and Settings\sherry
    LOGONSERVER=\\P23G
    NUMBER_OF_PROCESSORS=1
    OS=Windows_NT
    Path=D:\temp\Perl\site\bin;D:\temp\Perl\bin;D:\temp\PHP\;D:\oracle\product\10.2.
    0\db_2\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\wbem;C:\Program Fi
    les\QuickTime\QTSystem\;D:\temp\php;D:\temp\php\ext
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    PERL5LIB=D:\oracle\product\10.2.0\db_2\perl\5.8.3\lib\MSWin32-x86;D:\oracle\prod
    uct\10.2.0\db_2\perl\5.8.3\lib;D:\oracle\product\10.2.0\db_2\perl\5.8.3\lib\MSWi
    n32-x86;D:\oracle\product\10.2.0\db_2\perl\site\5.8.3;D:\oracle\product\10.2.0\d
    b_2\perl\site\5.8.3\lib;D:\oracle\product\10.2.0\db_2\sysman\admin\scripts;
    PHPRC=D:\temp\PHP\
    PROCESSOR_ARCHITECTURE=x86
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 6 Stepping 5, GenuineIntel
    PROCESSOR_LEVEL=15
    PROCESSOR_REVISION=0605
    ProgramFiles=C:\Program Files
    PROMPT=$P$G
    QTJAVA=C:\Program Files\QuickTime\QTSystem\QTJava.zip
    SESSIONNAME=Console
    SystemDrive=C:
    SystemRoot=C:\WINDOWS
    TEMP=C:\DOCUME~1\sherry\LOCALS~1\Temp
    TMP=C:\DOCUME~1\sherry\LOCALS~1\Temp
    USERDOMAIN=P23G
    USERNAME=sherry
    USERPROFILE=C:\Documents and Settings\sherry
    windir=C:\WINDOWS
    D:\>lsnrctl start
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 04-JAN-2010 21:40
    :13
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    Log messages written to D:\oracle\product\10.2.0\db_2\network\log\listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=p23g)(PORT=1521)))
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
    ction
    Start Date 04-JAN-2010 21:40:16
    Uptime 0 days 0 hr. 0 min. 3 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Log File D:\oracle\product\10.2.0\db_2\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=p23g)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    D:\>lsnrctl service
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 04-JAN-2010 21:40
    :36
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    Services Summary...
    Service "orcl" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    Service "orclXDB" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:1002 state:ready
    DISPATCHER <machine: P23G, pid: 2892>
    (ADDRESS=(PROTOCOL=tcp)(HOST=p23g)(PORT=3733))
    Service "orcl_XPT" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    The command completed successfully
    D:\>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 04-JAN-2010 21:40
    :42
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
    ction
    Start Date 04-JAN-2010 21:40:16
    Uptime 0 days 0 hr. 0 min. 27 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Log File D:\oracle\product\10.2.0\db_2\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=p23g)(PORT=1521)))
    Services Summary...
    Service "orcl" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orcl_XPT" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfully

  • Listener won't start on 10.2.6

    Hello:
    I've been running 9iR2 just fine on OS X 10.2.1-10.2.4 (not OS X Server). I recently upgraded to 10.2.6 and now I can't get the listener to start. This might be related to something else, but the only thing I've changed is the 10.2.6 upgrade.
    Here are the error messages I get:
    bash-2.05a$ lsnrctl start
    LSNRCTL for MacOS X Server: Version 9.2.0.1.0 - Beta on 19-MAY-2003 23:20:36
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Starting /Users/jfdavis/9iR2/orahome/bin/tnslsnr: please wait...
    TNSLSNR for MacOS X Server: Version 9.2.0.1.0 - Beta
    System parameter file is /Users/jfdavis/9iR2/orahome/network/admin/listener.ora
    Log messages written to /Users/jfdavis/9iR2/orahome/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=acsoft.biz)(PORT=1521)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=acsoft.biz)(PORT=2481)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))
    TNS-12547: TNS:lost contact
    TNS-12560: TNS:protocol adapter error
    TNS-00517: Lost contact
    MacOS X Server Error: 54: Connection reset by peer
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=2481)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    MacOS X Server Error: 61: Connection refused
    Any ideas on what I can do to solve this?
    Thanks,
    Jay Davis
    Atlanta

    Well,It's a small problem simple to solve it.
    Could you please check in profile that you had set every thing properly
    that includes path of the oracle home etc..
    Another thing is that there is 2 listening ports which is 1521,2481 that also you got to check it up.
    Onece you gon thru the restriction above.
    Pls,let me the status of the work.
    I will be able to solve your problems.
    Thanks and Regards
    Riyaas
    Oracle Applications DBA
    Email : [email protected]
    Kuwait

  • Database is started but Listener won't start

    Hi community,
    During the weekend, an outage took my Windows Server 2008 R2 down and my database by the same way.
    I Started the database back on but I'm having some issues starting the TNS LISTENER of my 11.0.2 database.
    I tried starting the service : OracleOraDb11g_home1TNSListener
    but i get the following error : The OracleOraDb11g_home1TNSListener service on Local computer started and then stopped. Some services stop automatically if they are not in use by other services or programs.
    the LSNRCTL Status gives me this :
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       64-bit Windows Error: 2: No such file or directory
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=LIPCSATT.ireq.ca)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       64-bit Windows Error: 61: Unknown error
    The lsnrctl start gives me this :
    Z:\>lsnrctl start
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 06-AUG-2013 07:55:03
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Starting tnslsnr: please wait...
    Failed to start service, error 0.
    TNS-12560: TNS:protocol adapter error
    Here are My ora files :
    # sqlnet.ora Network Configuration File: E:\app\da2803\product\11.2.0\dbhome_1\network\admin\sqlnet.ora
    # Generated by Oracle configuration tools.
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT, LDAP)
    # tnsnames.ora Network Configuration File: E:\app\da2803\product\11.2.0\dbhome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    OROBEE =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = OROBEE)
    LISTENER_OROBEE =
      (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    ORACLR_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
        (CONNECT_DATA =
          (SID = CLRExtProc)
          (PRESENTATION = RO)
    # listener.ora Network Configuration File: E:\app\da2803\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 = E:\app\da2803\product\11.2.0\dbhome_1)
          (PROGRAM = extproc)
          (ENVS = "EXTPROC_DLLS=ONLY:E:\app\da2803\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    LOGGING_LISTENER = OFF
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
       (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
          (ADDRESS = (PROTOCOL = TCP)(HOST = LIPCSATT.ireq.ca)(PORT = 1521))
    ADR_BASE_LISTENER = E:\app\da2803
    TRACE_LEVEL_LISTENER = OFF
    my variables are as follows :
    ALLUSERSPROFILE=C:\ProgramData
    APPDATA=C:\Users\db4626\AppData\Roaming
    BI_ORACLE_HOME=E:\app\Middleware_home\Oracle_BI1
    CLIENTNAME=PCS00427
    CommonProgramFiles=C:\Program Files\Common Files
    CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
    CommonProgramW6432=C:\Program Files\Common Files
    COMPUTERNAME=LIPCSATT
    ComSpec=C:\Windows\system32\cmd.exe
    DEFLOGDIR=C:\ProgramData\McAfee\DesktopProtection
    FP_NO_HOST_CHECK=NO
    GRAILS_HOME=C:\grails-2.0.0
    HOMEDRIVE=Z:
    HOMEPATH=\
    HOMESHARE=\\ireqhq\docireq\20032b\DB4626
    JAVA_HOME=C:\PROGRA~1\Java\jdk1.6.0_26
    LOCALAPPDATA=C:\Users\db4626\AppData\Local
    LOGONSERVER=\\WINDSOR
    NUMBER_OF_PROCESSORS=4
    ORACLE_HOME=E:\app\da2803\product\11.2.0\dbhome_1
    ORACLE_SID=OROBEE
    OS=Windows_NT
    Path=E:\app\da2803\product\11.2.0\dbhome_1\BIN;D:\oracle\product\11.2.0\client_1
    \bin;E:\app\Middleware_home\Oracle_BI1\bin;E:\app\Middleware_home\Oracle_BI1;C:\
    Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\Windows
    PowerShell\v1.0\;C:\Program Files\TortoiseSVN\bin;C:\PROGRA~1\Java\jdk1.6.0_26\b
    in;C:\grails-2.0.0\bin;C:\Program Files\TortoiseGit\bin;E:\app\Middleware_home\O
    racle_BI1\products\Essbase\EssbaseServer\bin;E:\app\Middleware_home\Oracle_BI1\b
    in;E:\app\Middleware_home\Oracle_BI1\opmn\bin;E:\app\Middleware_home\Oracle_BI1\
    opmn\lib;E:\app\Middleware_home\Oracle_BI1\perl\bin;C:\apps\FME\;E:\app\da2803\p
    roduct\11.2.0\dbhome_1\bin
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
    PROCESSOR_ARCHITECTURE=AMD64
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 44 Stepping 2, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=2c02
    ProgramData=C:\ProgramData
    ProgramFiles=C:\Program Files
    ProgramFiles(x86)=C:\Program Files (x86)
    ProgramW6432=C:\Program Files
    PROMPT=$P$G
    PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
    PUBLIC=C:\Users\Public
    SESSIONNAME=RDP-Tcp#0
    SystemDrive=C:
    SystemRoot=C:\Windows
    TEMP=C:\Users\db4626\AppData\Local\Temp\3
    TMP=C:\Users\db4626\AppData\Local\Temp\3
    TNS_ADMIN=E:\app\da2803\product\11.2.0\dbhome_1\NETWORK\ADMIN
    USERDNSDOMAIN=IREQ.CA
    USERDOMAIN=IREQHQ
    USERNAME=db4626
    USERPROFILE=C:\Users\db4626
    VSEDEFLOGDIR=C:\ProgramData\McAfee\DesktopProtection
    windir=C:\Windows
    _PENTAHO_JAVA=C:\PROGRA~2\Java\jre7\bin\javaw
    _PENTAHO_JAVA_HOME=C:\PROGRA~2\Java\jre7\bin\java
    PLEASE HELP ME COMMUNITY, I am out of ressources.

    My hosts file is there and i have the rights to access it because I am a member of the administrators group.
    I searched for it on the net and no one talks about a missing file...
    Besides here is the the content of my sqlnet.log
    Fatal NI connect error 12541, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521))(CONNECT_DATA=(SID=orobee)(CID=(PROGRAM=E:\app\da2803\product\11.2.0\dbhome_1\bin\emagent.exe)(HOST=LIPCSATT)(USER=SYSTEM))))
      VERSION INFORMATION:
      TNS for 64-bit Windows: Version 11.2.0.1.0 - Production
      Windows NT TCP/IP NT Protocol Adapter for 64-bit Windows: Version 11.2.0.1.0 - Production
      Time: 05-AUG-2013 13:46:29
      Tracing not turned on.
      Tns error struct:
        ns main err code: 12541
        TNS-12541: TNS:no listener
        ns secondary err code: 12560
        nt main err code: 511
        TNS-00511: No listener
        nt secondary err code: 61
        nt OS err code: 0

  • Oracle 10g database listener won't start now that I have VPN for work

    Hi,
    I recently had VPN installed for work on my laptop so I could work from home. Work has a variety of oracle stuff installed and now available to me. However now the listener for my 10g database local on my laptop is unable to start - I start it and it just stops. Does anyone know what I can do about this?
    thx
    Adam

    lol, it's ok - i forgot to configure listener.ora
    cheers
    adam

  • Admin listener won't start

    I read through the postings regarding "the same" problem. After
    installing RDBMS and WAS without problems I end up with one
    problem: owsctl start admin
    results in
    Oracle Web Listener 3.0.2 Production (Export), Version 2.14FC1
    Copyright 1997 Oracle Corp. All Rights Reserved.
    OWS-08811: Unable to startup Oracle Web Listener `admin'.
    The other WAS processes are up and running. I don't get any bit
    in a log file. I looked at the configuration files which seemed
    okay (I installed these products on Solaris 2.5.1 successfully).
    Anyone out there with an idea?
    null

    Jim (guest) wrote:
    : Are you running the process as root? That was the only problem
    I
    : had with the UNIX version (it was a lack of understanding on my
    : part).
    : -Jim
    : Christof Brass (guest) wrote:
    : : I read through the postings regarding "the same" problem.
    After
    : : installing RDBMS and WAS without problems I end up with one
    : : problem: owsctl start admin
    : : results in
    : : Oracle Web Listener 3.0.2 Production (Export), Version
    2.14FC1
    : : Copyright 1997 Oracle Corp. All Rights Reserved.
    : : OWS-08811: Unable to startup Oracle Web Listener `admin'.
    : : The other WAS processes are up and running. I don't get any
    bit
    : : in a log file. I looked at the configuration files which
    seemed
    : : okay (I installed these products on Solaris 2.5.1
    : successfully).
    : : Anyone out there with an idea?
    I ran it under oracle as it is recommended. After su-ing to root
    I got the same effect. Normally root permissions are only
    required if one port is below 1024. I posted the current state of
    my problem with subject "dlerror in web listener". Thanks, Jim,
    for helping me. I could install and run this piece on Solaris
    2.5.1 without serious problems (I had to re-link).
    null

  • TNS Listener won't start

    Dear people,
    I'm experiencing some trouble with starting the OracleOraDb11g_home1TNSListener service. (in my case)
    The service 'started and then stopped'.
    Win XP prof SP2
    Wireless connection
    Oracle 11g
    PATH variable: D:\data\ORACLE_INSTALLATION\product\11.1.0\db_1;D:\data\ORACLE_INSTALLATION\product\11.1.0\db_1\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\Java\jdk1.5.0_06\bin
    Computername: AC31104959.****.com
    This is in my tnsnames.ora file:
    SRC =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = AC31104959.****.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = src)
    Hopefully you know some hints to get things working.
    Thanks in advance!

    IPCONFIG:
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    Ethernet adapter Wireless Network Connection:
    Connection-specific DNS Suffix . : ****.com
    IP Address. . . . . . . . . . . . : 10.109.62.139
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . : 10.109.62.1
    Ethernet adapter Local Area Connection 3:
    Connection-specific DNS Suffix . :
    IP Address. . . . . . . . . . . . : 10.10.10.10
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . :
    HOST FILE:
    127.0.0.1 localhost
    192.168.0.10 AC31104959.****.com
    10.10.10.10 AC31104959
    Where AC31104959.****.com is the full computer name.

  • TNS Listener Service won't start after upgrading server from NT to 2000

    I am new to Oracle and have worked my way through downloading and installing Oracle Enterprise Edition on an NT 4.0 SP6a server and I believe the installation was successful--I was able to run the Oracle Enterprise Manager successfully and I browsed the Oracle services in NT and they all appeared to be working.
    I upgraded NT to Windows 2000 Server and Service Pack 2 yesterday and after that I am unable to run Oracle Enterprise Manager and have noticed that the TNS Listener will not start. Actually it starts and immediately stops. It does not cause any messages in the Event Viewer.
    Any help on how to proceed would be very gratefully received.
    I am a database administrator with a school district and are evaluating/comparing Oracle vs. SQL Server 2000 for creating a data warehouse.
    Thanks!

    Srinivasa and Allen,
    Thank you very much for your replies. I tried the lsnrctl show connect_timeout command and got a message that connect_timeout was an invalid parameter. Is that true of 9i? However, I used the help show command and tried some of the other parameters and the error messages said something about not being able to locate the host. At that point I recalled that at the same time I was upgrading the server to Windows 2000 I also changed the name of the server from MISNT to just MIS.
    At that point I renamed the server back to MISNT and after rebooting, the TNS listener works fine. I do want to change the server name back to MIS. It appears there is a configuration file somewhere that has the host name in it that I will need to change. It makes me wonder if there are any other places where I am going to need to change this before I'm done. Will I be better off to just completely uninstall Oracle, change the server name and then reinstall?
    Thanks!
    Rick

  • App won't start or crashes immediately. How to reload it?

    I have an app (Bento 1.1.5) that won't start on the iPad 1, current iOS (5.0.1). It used to be fine, but no more. It eaither goes into forever start-up mode; the "wheel" keeps turning and it never loads. Or it crashes immediately on start-up. After each problem time I've closed all apps and restarted the iPad. Still no luck. How do I delete Bento and reinstall it from my Mac? Or is there a way to re-download a fresh copy?
    I have an idea how to do this, but wanted to ask first rather than screw things up. Thank you for your help.

    Deleting Apps...
    Touch the app and hold your finger down until all the apps start to jiggle. You will see a circled "x" in the upper left corner. Tap it to delete an app. When done press the Home button.
    Download Past Purchases
    http://support.apple.com/kb/HT2519
    Log into iTunes using the account the Purchase was made with... Click on Buy... and a notice will come up saying you already have it... do you wish to download it again... Click Yes...

Maybe you are looking for

  • What is a good practice to handle LOV in jdev apps?

    Hi, experts, In jdev 11.1.2.3, In our projects, there are many LOVs which the value are stored in a common dictionary table, for example in table refcode: refcode(id, low_value,high_value,meaning,domain_no), Different LOVs will retrieve value pairs(l

  • COMPUTE_BCD_OVERFLOW or CX_SY_ARITHMETIC_OVERFLOW

    Hi!! After BW 3.5 now We have working with BI 7.0 and I'm trusting to charge a infoobject with rutine in a transformation and when I trust to charge the infoobject with DTP, the system gives me a dump with this message: Err.tmpo.ejec.         COMPUTE

  • What's the meaning of the various .bin files used by SAM?

    hey everyone, I'm trying to understand why exactly there are so many .bin files used by the SAM, and how to compile each one of them. My .rc file for the simulation contains: load bin reset.bin 0xfff0000000 load bin q.bin 0xfff0010000 load bin openbo

  • Start NetWeaver 7.10 with many dynamic WP fails

    Hello, we have upgraded a system to Netweaver 7.10 and are now testing the possibilities of dynamic Workprocesses, since they are very interesting to us. According to the SAP, a max. number of 600 dynamic Workprocesses is possible. We can configure u

  • Connecting Macbook + Samsung BD-P3600 + Logitec Z-5500

    Hey Folks, I have a MacBook which I am trying to connect to a Samsung BD-P3600 Dvd Player, and also a Logitec Z-5500 5.1 speaker system. The thing is, I can connect the dvd player to the speakers with an optical audio cable, and I imagine the same is