The listener supports no services-10g

Dear all,
10g on solaris 10
I shutdown the db and stop the listener ..when I start the listener using
lsnrctl start LISTENER
is starts and displays
The listener supports no services
The command completed successfully
# listener.ora Network Configuration File: /appl/oracle/product/1014/network/admin/listener.ora
# Generated by Oracle configuration tools.
SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
      (SID_NAME = PLSExtProc)
      (ORACLE_HOME = /appl/oracle/product/1014)
      (PROGRAM = extproc)
    (SID_DESC =
      (GLOBAL_DBNAME = orcl.med.com.sg)
      (ORACLE_HOME = /appl/oracle/product/1014)
      (SID_NAME = orcl)
LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = TCP)(HOST = tsta02.med.com.sg)(PORT = 1521))
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
  )when am trying to login to db to start the db , am getting the below error :
export ORACLE_SID=ORCL
sqlplus sys/password as sysdba
ERROR:
ORA-12545: Connect failed because target host or object does not exist
tried
sqlplus sys/password@orcl as sysdba
ERROR:
ORA-12154: TNS:could not resolve the connect identifier specifiedAny idea what am missing ?
kai

Thanks girish,
export ORACLE_SID=orcl
<tstapps02]oraias:/appl/oracle/product/102/bin> ./sqlplus sys/password as sysdba
SQL*Plus: Release 10.1.0.4.2 - Production on Tue Dec 29 11:03:34 2009
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ERROR:
ORA-12545: Connect failed because target host or object does not exist
Enter user-name:
ERROR:
ORA-12545: Connect failed because target host or object does not exist
Enter user-name:
ERROR:
ORA-12545: Connect failed because target host or object does not exist
Kai
Edited by: KaiS on Dec 29, 2009 12:04 AM

Similar Messages

  • I am facing problem when configuring listener.ora and tnsnamess.ora in listener side it is showing The listener supports no services The command completed successfully  and in when i cross check with listener from tns it is showing the error

    i am facing problem when configuring listener.ora and tnsnamess.ora in listener side it is showing The listener supports no services The command completed successfully  and in when i cross check with listener from tns it is showing the error
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    here is my listener file
    lsn =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.125.128)(PORT = 1575))
    #ADR_BASE_LISTENER = /u01/app/oracle
    (SID_LIST_LISTENER=
    (SERVICE_NAME=kull)
    (ORACLE_HOME=/u01/app/oracle/product/11.2.0/db_1)
    tnsnames.ora
    to_lsn=
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = server1)(PORT = 1575))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = kull )
    my database name is kull
    please somebody help

    Biswaranjan wrote:
    i have two database one is kull and another is kk
    i configured listener.ora in kull
    and tnsnames.ora in kk
    when i am running lsnrctl start listener in database kull
    This makes no sense.  You don't configure a listener nor a tnsnames.ora "in a database".   I hope this is just a language issue and not reflective of a fundamental misunderstanding of how tns works.
    read: http://edstevensdba.wordpress.com/2011/02/09/sqlnet_overview/ Help! I can’t connect to my database 
    read: http://edstevensdba.wordpress.com/2011/02/16/sqlnet_client_cfg/ Help! I can’t connect to my database (part duex)
    it is showing the message
    Alias                     lsn
    Version                   TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date                05-JUL-2013 19:08:06
    Uptime                    0 days 0 hr. 0 min. 0 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/product/11.2.0/db_1/log/diag/tnslsnr/server1/lsn/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1575)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=server1)(PORT=1575)))
    The listener supports no services
    The command completed successfully
    and in another database in kk when i am giving the command tnsping to_lsn
    it is giving this message
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = server1)(PORT = 1575)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = kull)))
    OK (0 msec)
    but when i am cross check sqlplus system/manager@ to_lsn
    it is giving the following error
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor

  • The listener support no services

    hello all,
    I just installed Oracle 11g r2 on linux x64
    after installation, i went to sqldeveloper to test the connection. it worked, so i shutdown the box.
    now, i turned on the box. I opened sqldeveloper to create a new account.
    it return an error ORA-12514
    I checked lsnrctl status, it said no services.
    what should i do to get the database running again?
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 06-JAN-2013 12:06:49
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 06-JAN-2013 20:04:58
    Uptime 496 days 18 hr. 29 min. 44 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /home/ryan/app/ryan/product/11.2.0/dbhome_1/network/admin/listener.ora
    Listener Log File /home/ryan/app/ryan/diag/tnslsnr/localhost/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))
    The listener supports no services
    The command completed successfully

    newbieRyan wrote:
    hello all,
    I just installed Oracle 11g r2 on linux x64
    after installation, i went to sqldeveloper to test the connection. it worked, so i shutdown the box.
    now, i turned on the box. I opened sqldeveloper to create a new account.
    it return an error ORA-12514
    I checked lsnrctl status, it said no services.
    what should i do to get the database running again?I suspect that the DB has not bee started.
    open a Terminal Window & type line for line as below
    id
    env | sort
    sqlplus
    / as sysdba
    startup
    COPY the results from commands above then PASTE all results back here
    >
    >
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 06-JAN-2013 12:06:49
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 06-JAN-2013 20:04:58
    Uptime 496 days 18 hr. 29 min. 44 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /home/ryan/app/ryan/product/11.2.0/dbhome_1/network/admin/listener.ora
    Listener Log File /home/ryan/app/ryan/diag/tnslsnr/localhost/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))
    The listener supports no services
    The command completed successfully

  • The listener supports no services

    Hello,
    I have trouble to connect to DB after unxpected reboot due power outage ...
    Listener is not running. After start of Listener is not possible to connect to DB still.
    Here is the state of Listener:
    lsnrctl stat
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 30-AUG-2011 11:25:58
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 30-AUG-2011 11:25:12
    Uptime 0 days 0 hr. 3 min. 46 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/diag/tnslsnr/CS-Oracle/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=CS-Oracle.***.co.at)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    Listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = CS-Oracle.****.**.at)(PORT = 1521))
    ADR_BASE_LISTENER = /u01/app/oracle
    Thank you in advance for your help

    user13726158 wrote:
    When I used alter system register; so I get the following error ORA-01034: ORACLE not available,
    In case when I tried to startup DB so I get following errors:ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
    ORA-16032: parameter LOG_ARCHIVE_DEST_1 destination string cannot be translated
    ORA-07286: sksagdi: cannot obtain device information.
    Linux-x86_64 Error: 2: No such file or directory.So you need to drop or fix your LOG_ARCHIVE_DEST_1 initialization parameter. It would appear from the last error in the stack that it refers to a non-existent directory or a directory on which the owner of the oracle binaries does not have write permissions.

  • The listener supports no services - auto register with a non-default listen

    Hi, I have this error when I check lsnr status...
    $ lsnrctl status L_EST
    LSNRCTL for HPUX: Version 10.2.0.4.0 - Production on 24-APR-2009 16:27:05
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias L_EST
    Version TNSLSNR for HPUX: Version 10.2.0.4.0 - Production
    Start Date 23-APR-2009 16:33:11
    Uptime 0 days 23 hr. 53 min. 54 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u02/app/oracle/product/10.2/Db_1/network/admin/listener.ora
    Listener Log File /u02/app/oracle/product/10.2/Db_1/network/log/l_est.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.142.245)(PORT=1541)))
    The listener supports no services
    The command completed successfully
    $
    I want PMON to register with a local listener that does not use TCP/IP, port 1521.
    Can somebody tell me how I should procede?

    This is my listener.ora file.
    $ cat listener.ora
    # listener.ora Network Configuration File: /u02/app/oracle/product/10.2/Db_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    RK/ADMIN/LISTENER.ORA = rk/admin/listener.ora
    L_EST =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = myHostname)(PORT = 1541))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u02/app/oracle/product/10.2/Db_1)
    (PROGRAM = extproc)
    $Thanks
    damorgan wrote:
    Post your listener.oraEdited by: martinmorono on Apr 24, 2009 5:47 PM

  • Listener supports no service

    Hi ,
    i am having issues with listener
    when i chk the listener status it is runnig buti get the one message
    The listener supports no services
    and when i am trying to connect from the client using sqlplus or forms 6i i get
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    able to do tnsping... but unable to connect.
    plz help..

    hi ,
    i typed the following command
    still no go
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.1.0.7.0 - Produ
    ction
    Start Date 15-MAR-2011 12:50:04
    Uptime 1 days 23 hr. 11 min. 43 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File D:\app\User\product\11.1.0\db_1\network\admin\listener
    .ora
    Listener Log File d:\app\user\diag\tnslsnr\serverOracle\listener\alert\l
    og.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=serverOracle)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    The listener supports no services
    The command completed successfully
    my listener.ora
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = serverOracle)(PORT = 1521))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    Edited by: Janasheen on Mar 17, 2011 2:13 AM

  • Oracle 11g Listener Supports No services

    I have installed Oracle 11g in Linux (Centos). i created a starter database using dbca. I also created a listener.ora using netca.
    I have observed that that the listener.ora was only generated like this after running netca:
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST =proky.warnerbro.com)(PORT = 1521))
      )Now when i start this listener, I get a message: "The listener supports no services".
    I have read on some forums that something like this should be included:
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = $$###$)
          (ORACLE_HOME =$ORACLE_HOME)
          (PROGRAM = extproc)
        (SID_DESC =
          (GLOBAL_DBNAME = orcl)
          (ORACLE_HOME = $ORACLE_HOME)
          (SID_NAME = orcl)
      )So, my question is, do dba's edit this manually or there should be a tool or wizard that would generate this text in listener.ora.
    thanks in advance,
    Anton

    Thanks guys.
    Another question though.
    How can I edit the listener that is used by emctl (database control)? Cause I have edited my listener.ora. I have removed an entry originally listened to by database control. For Example, originally there was a listener called listener3 which was used by emctl. Now I run netca and remove "listener3" and add one listener "listener". If i check listener.ora at ORACLE_HOME/network/admin, the file now has an entry listener and no more listener3.
    However when I start emctl, it says there that is still uses the "listener3" listener
    So even if i issued a "alter system register" at sqlplus, I still can't find my database on emctl.

  • SCAN listener supports no services

    Hi all,
    Our's DB: 11.2.0.1.0. Its 2 node cluster.
    $srvctl status scan
    SCAN VIP scan1 is enabled
    SCAN VIP scan1 is running on node1
    SCAN VIP scan2 is enabled
    SCAN VIP scan2 is running on node1
    SCAN VIP scan3 is enabled
    SCAN VIP scan3 is running on node2
    @node1$ps -ef | grep tnslsnr
    oracle xxxxx ..... /u01/app/11.2.0/grid/bin/tnslsnr LISTENER -inherit
    oracle xxxx ..... /u01/app/11.2.0/grid/bin/tnslsnr LISTENER_SCAN1 -inherit
    oracle xxx ..... /u01/app/oracle/product/11.2.0/db_1/bin/tnslsnr LISTENER -inherit
    oracle xxx ..... /u01/app/oracle/product/11.2.0/db_1/bin/tnslsnr listener_scan2 -inherit
    @node2$ps -ef | grep tnslsnr
    oracle xxxx ..... /u01/app/11.2.0/grid/bin/tnslsnr LISTENER_SCAN3 -inherit
    oracle xxxx ..... /u01/app/11.2.0/grid/bin/tnslsnr LISTENER_SCAN2 -inherit
    oracle xxxx ..... /u01/app/11.2.0/grid/bin/tnslsnr LISTENER -inherit
    oracle xxxxxxx ..... /u01/app/oracle/product/11.2.0/db_1/bin/tnslsnr listener -inherit
    @node1$lsnrctl status listener_scan2
    Listener Parameter File //u01/app/11.2.0/grid/network/admin/listener.ora
    Listening Endpoints Summary..
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER_SCAN2)))
    The listener supports no services
    The command completed successfully
    ??? Though Listener_scan2 is running on node1,why it shows on ps -ef on node 2 ?
    Why listener_scan2 processes from ORACLE_HOME instead of CRS_HOME?
    Thanks

    I assume SCAN name:1521 is in fact a proper IP address or hostname with the port number?
    The Oracle instance will attempt to connect to that IP and port to register its services.
    If it is a hostname and not IP, then make sure it resolves correctly to an IP address on that server. If name resolution fails, then without an IP for that name, the Oracle instance cannot register its services.
    Once you have made sure that hostname resolution works, the next step is to check whether there is in fact a network service on that IP address, listening on that port.
    Two methods can be used. The netstat command (run on that server that owns that IP) will show all tcp listener end points. Use the -n switch to display numerics (and not hostnames). The netstat output should contain and entry "+ip_address:1521+ or +*:1521+ - this will confirm that there is a network service on that port for that IP address.
    The more detailed method is using the +lsof+ (list of files) command on the SCAN listener process (find the +pid+ and specify it via the +-p+ command line switch). This command will show all open file handles for the specified process - including socket handles. One of these should be on that IP address for port 1521.
    If you have confirmed that both the Oracle instance has the correct SCAN details and that the SCAN listener is actually listening on that tcp port and IP, and registration still does not work - then it could be a connectivity problem.
    From the +oracle+ o/s account on the db server, test connectivity to that port and IP using +telnet+.

  • Listener: Listener supports no services.

    In 11gR1 RAC, my listener is giving the following output.
    lsnrctl statusConnecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Solaris Error: 146: Connection refused
    All the database instances are working fine and I am able to connect to sqlplus prompt with all SID's.
    I even tried re-editing the listener.ora and manually register the instances.
    I then started the listener but it gave me an output : "*The listener supports no services*"
    Am I missing something? Please help.

    I got this resolved by adding an entry in the lisener.ora file present in $ORACLE_HOME/network/admin
    Below is my complete file of listener.ora file
    # listener.ora Network Configuration File: /oracle/product/11.2.0/dbhome_2/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.10.10.10)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = orcl)
    (ORACLE_HOME =/oracle/product/11.2.0/dbhome_2)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = orcl)
    (ORACLE_HOME = /oracle/product/11.2.0/dbhome_2)
    (SID_NAME = orcl)
    ADR_BASE_LISTENER = /oracle
    After this when i stopped and started oracle listener
    lsnrctl stop
    lsnrctl start
    then it shows the services has been started
    lsnrctl status
    LSNRCTL for Linux: Version 11.2.0.2.0 - Production on 20-JUL-2012 02:35:34
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.10.10.10)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.2.0 - Production
    Start Date 20-JUL-2012 02:35:16
    Uptime 0 days 0 hr. 0 min. 17 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /oracle/product/11.2.0/dbhome_2/network/admin/listener.ora
    Listener Log File /oracle/diag/tnslsnr/ipm/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.10.10.10)(PORT=1521)))
    Services Summary...
    Service "orcl" has 1 instance(s).
    Instance "orcl", status UNKNOWN, has 2 handler(s) for this service...
    The command completed successfully
    THUS ..... it starts
    do not forget to turn off firewall

  • Listener Supports no services

    Hi DB Experts,
    I am new to the Oracle DB and specifically 11g.
    I have a VM Ware machine, which had Oracle DB installed.
    When I am trying to start the DB server, I get the below logs:
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 17-FEB-2012 01:36:53
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Starting /u01/app/oracle/product/11.2.0/dbhome_1//bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Log messages written to /u01/app/oracle/product/11.2.0/dbhome_1/log/diag/tnslsnr/fmw/listener/alert/log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=fmw)(PORT=1521)))
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 17-FEB-2012 01:36:54
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Log File /u01/app/oracle/product/11.2.0/dbhome_1/log/diag/tnslsnr/fmw/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=fmw)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    SQL*Plus: Release 11.2.0.1.0 Production on Fri Feb 17 01:36:56 2012
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> ORACLE instance started.
    Total System Global Area 534462464 bytes
    Fixed Size 2215064 bytes
    Variable Size 394265448 bytes
    Database Buffers 130023424 bytes
    Redo Buffers 7958528 bytes
    Database mounted.
    Database opened.
    Why is that message flashed - Listener supports no services and Connected to an idle instance
    Is my listener no registered with the ORACLE instance of the database?
    Please help

    840235 wrote:
    Hi Billy,
    I am trying to start the DB using the ./dbstart ORACLE_HOME
    There are no messages flashed.
    I could get the listener started. But still, the instance is not registered with the listener:
    The instance will attempt to register itself with the listener when it (the instance) starts. If the listener is not started, it obviously cannot register with the listener.
    The instance will register/attempt to register with the listener every minute or so (I forget the exact interval). So if the instance starts first, when the listener finally starts, it will have to wait until the next registration request from the instance before it knows about the instance.
    >
    [oracle@fmw bin]$ ./dbstart /u01/app/oracle/product/11.2.0/dbhome_1
    [oracle@fmw bin]$ ./lsnrctl status
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 17-FEB-2012 02:33:28
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 17-FEB-2012 02:32:53
    Uptime 0 days 0 hr. 0 min. 34 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/product/11.2.0/dbhome_1/log/diag/tnslsnr/fmw/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=fmw)(PORT=1521)))
    The listener supports no services
    The command completed successfully

  • Lenovo has the WORST Support/Customer Service In the Computer Industry

    I have been searching and reviewing computers to buy. Came across the K430 but after reading horror stories about Video Card Replacement, Power Supplies and Turbo Switch not working, I decided to call support and seek advise or a simple opinion.
    The Support Specialist shockingly informed me that she did not know anything about Card Upgrade and recommended that I speak with Sales. Called sales, waited for 30 minutes and was also informed that they know nothing about Video Cards.
    This is what kills a company, the fact that it's own employees are distancing themselves from their products is a disgrace.
    Wake up Lenovo, Wake up!!

    hi RitaDB,
    could you PM to me the following details :
    Name:
    Country:
    Mobile:
    Email:
    MTM [machine type model]:
    (To locate MTM -
    http://support.lenovo.com/en_US/FindProductNumber.page#find)
    S/N:
    Date of Purchase:
    Case/Order Number : (if any)
    Description of issue :
    WW Social Media
    Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    Follow @LenovoForums on Twitter!
    Have you checked out the Community Knowledgebase yet?!
    How to send a private message? --> Check out this article.

  • NOt able to start the listener..

    After Indtalling oracle 11g .. i am not able to start the listener
    dbstart $ORACLE_HOME
    lsnrctl start
    ORACLE_SID=orcl
    export ORACLE_SID
    lsnrctl start
    [oracle@test1 bin]$ lsnrctl start
    LSNRCTL for Linux: Version 11.1.0.6.0 - Production on 27-DEC-2012 15:35:36
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Starting /u01/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 /u01/app/oracle/product/11.1.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/diag/tnslsnr/test1/listener/alert/log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=test1.com)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.1.0.6.0 - Production
    Start Date 27-DEC-2012 15:35:37
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/11.1.0/db_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/diag/tnslsnr/test1/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=test1.com)(PORT=1521)))
    **The listener supports no services**The command completed successfully
    tried all posibalaties as here
    Oracle 11g Listener Supports No services
    Please help me beacuse of which my work is struck for whole day

    [oracle@test1 bin]$ ps -ef|grep tns
    oracle 13498 11176 0 16:41 pts/5 00:00:00 grep tns
    [oracle@test1 bin]$
    [oracle@test1 bin]$ lsnrctl start
    LSNRCTL for Linux: Version 11.1.0.6.0 - Production on 27-DEC-2012 16:41:08
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Starting /u01/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 /u01/app/oracle/product/11.1.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/diag/tnslsnr/test1/listener/alert/log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=test1.com)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.1.0.6.0 - Production
    Start Date 27-DEC-2012 16:41:10
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/11.1.0/db_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/diag/tnslsnr/test1/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=test1.com)(PORT=1521)))
    The listener supports no services+The command completed successfully
    [oracle@test1 bin]$
    [oracle@test1 bin]$ echo $ORACLE_SID
    orcl
    [oracle@test1 bin]$ echo $ORACLE_HOME
    /u01/app/oracle/product/11.1.0/db_1
    [oracle@test1 bin]$
    [oracle@test1 bin]$

  • The listener is stopping too often

    Hi,
    I'm new using Oracle Database, here is my problem:
    Initializes the listener and start the database, but after this operation the listener just stops seconds after initialization. the listener only works as 4 seconds.
    So, I can't initialize SQL Developer but on SqlPlus is working...
    Any ideas?
    Thanks :)

    Hi, Thanks for fast answer.
    Here is what you want.
    LSNRCTL> start
    Starting /u01/app/oracle/product/11.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    System parameter file is /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/diag/tnslsnr/luchasmty/listener/alert/log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=luchasmty)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 14-JUL-2011 09:42:55
    Uptime 0 days 0 hr. 0 min. 10 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/diag/tnslsnr/luchasmty/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=luchasmty)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    ------------ After few seconds I check the status and received this ---------
    LSNRCTL> stat
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=luchasmty.localdomain)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused
    LSNRCTL>
    ------------ This is the last lines of log.xml -----------
    <msg time='2011-07-14T09:42:55.748-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='luchasmty'
    host_addr='192.168.1.110'>
    <txt>System parameter file is /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    </txt>
    </msg>
    <msg time='2011-07-14T09:42:55.748-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='luchasmty'
    host_addr='192.168.1.110'>
    <txt>Log messages written to /u01/app/oracle/diag/tnslsnr/luchasmty/listener/alert/log.xml
    </txt>
    </msg>
    <msg time='2011-07-14T09:42:55.748-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='luchasmty'
    host_addr='192.168.1.110'>
    <txt>Trace information written to /u01/app/oracle/diag/tnslsnr/luchasmty/listener/trace/ora_17789_140048067102464.trc
    </txt>
    </msg>
    <msg time='2011-07-14T09:42:55.748-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='luchasmty'
    host_addr='192.168.1.110'>
    <txt>Trace level is currently 0
    </txt>
    </msg>
    <msg time='2011-07-14T09:42:55.749-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='luchasmty'
    host_addr='192.168.1.110'>
    <txt>
    </txt>
    </msg>
    <msg time='2011-07-14T09:42:55.749-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='luchasmty'
    host_addr='192.168.1.110'>
    <txt>Started with pid=17789
    </txt>
    </msg>
    <msg time='2011-07-14T09:42:55.750-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='luchasmty'
    host_addr='192.168.1.110'>
    <txt>Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
    </txt>
    </msg>
    <msg time='2011-07-14T09:43:05.761-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='luchasmty'
    host_addr='192.168.1.110'>
    <txt>Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=luchasmty)(PORT=1521)))
    </txt>
    </msg>
    <msg time='2011-07-14T09:43:05.764-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='luchasmty'
    host_addr='192.168.1.110'>
    <txt>Listener completed notification to CRS on start
    </txt>
    </msg>
    <msg time='2011-07-14T09:43:05.765-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='luchasmty'
    host_addr='192.168.1.110'>
    <txt>
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    </txt>
    </msg>
    <msg time='2011-07-14T09:43:05.766-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='luchasmty'
    host_addr='192.168.1.110'>
    <txt>WARNING: Subscription for node down event still pending
    </txt>
    </msg>
    <msg time='2011-07-14T09:43:05.766-05:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='luchasmty'
    host_addr='192.168.1.110'>
    <txt>14-JUL-2011 09:43:05 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=luchasmty)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=186646784)) * status * 0
    </txt>
    </msg>
    Thanks again :)
    Edgar Galván.

  • Listener not showing services.

    Hi,
    version:-11.2.0.2
    I have a RAC setup with two nodes.
    When i check the status of main node,it is showing services but remote node is showing no services.
    On Node 1
    lsnrctl status LISTENER
    Services Summary...
    Service "+ASM" has 1 instance(s).
      Instance "+ASM1", status READY, has 1 handler(s) for this service...
    Service "PDB1" has 1 instance(s).
      Instance "PDB1", status READY, has 1 handler(s) for this service...
    Service "PXDB" has 1 instance(s).
      Instance "PDB1", status READY, has 1 handler(s) for this service...
    The command completed successfully
    SQL> show parameter listener
    NAME                                 TYPE        VALUE
    listener_networks                    string
    local_listener                       string      (DESCRIPTION=(ADDRESS_LIST=(AD
                                                     DRESS=(PROTOCOL=TCP)(HOST=x.
                                                     x.x.x)(PORT=1521))))
    remote_listener                      string      PDB-cluster:1521
    On Node 2
    lsnrctl status LISTENER
    Listening Endpoints Summary...
      The listener supports no services
    The command completed successfully
    show parameter listener
    NAME                                 TYPE        VALUE
    listener_networks                    string
    local_listener                       string      (DESCRIPTION=(ADDRESS_LIST=(AD
                                                     DRESS=(PROTOCOL=TCP)(HOST=x.
                                                     x.x.x)(PORT=1521))))
    remote_listener                      string      PDB-cluster:1521Kindly let me know how to resolve this.

    NAME           TARGET  STATE        SERVER                   STATE_DETAILS
    Local Resources
    ora.ASM.dg
                   ONLINE  ONLINE       phost1
                   ONLINE  ONLINE       phost2
    ora.DATA.dg
                   ONLINE  ONLINE       phost1
                   ONLINE  ONLINE       phost2
    ora.IDXDG.dg
                   ONLINE  ONLINE       phost1
                   ONLINE  ONLINE       phost2
    ora.LISTENER.lsnr
                   ONLINE  OFFLINE      phost1
                   ONLINE  ONLINE       phost2
    ora.REDODG.dg
                   ONLINE  ONLINE       phost1
                   ONLINE  ONLINE       phost2
    ora.asm
                   ONLINE  ONLINE       phost1
                   ONLINE  ONLINE       phost2                 Started
    ora.gsd
                   OFFLINE OFFLINE      phost1
                   OFFLINE OFFLINE      phost2
    ora.net1.network
                   ONLINE  ONLINE       phost1
                   ONLINE  ONLINE       phost2
    ora.ons
                   ONLINE  ONLINE       phost1
                   ONLINE  ONLINE       phost2
    Cluster Resources
    ora.LISTENER_SCAN1.lsnr
          1        ONLINE  ONLINE       phost1
    ora.cvu
          1        ONLINE  ONLINE       phost2
    ora.oc4j
          1        ONLINE  ONLINE       phost2
    ora.pdb.db
          1        ONLINE  ONLINE       phost1                 Open
          2        ONLINE  ONLINE       phost2                 Open
    ora.scan1.vip
          1        ONLINE  ONLINE       phost1
    ora.phost1.vip
          1        ONLINE  ONLINE       phost1
    ora.phost2.vip
          1        ONLINE  ONLINE       phost2Edited by: user10698496 on May 9, 2012 1:46 AM

  • The Listener

    Hi
    I am calling functions from .so files from the Developer PL/SQL. These .so files are on the database server. How do I set the LD_LIBRARY_PATH for the extproc listener? Or Is there anotherway to tell the listener to tell the place of the library files.
    PS. The first library path and file name is specified with absolute path in the create command.
    Help Please
    Regards
    Santosh

    That is normal, because the instance will register itself with the listener when an actual connection request is made. That is the automatic-registration feature of oracle.
    Alternatively, you can add a SID_LIST_LISTENER (or was that SID_LISTENER_LIST?) entry to your listener.ora, so that you will get "the listener supports the following services" automatically after you startup the listener.
    null

Maybe you are looking for