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

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

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

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

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

  • 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

  • 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

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

  • SCAN listner is not supporting any services

    Hi Gurus,
    We have 10.2 database running on 11.2 Grid. 10.2 and 11.2 softwares were installed with different os users(oracle and oragrid respectively).
    Now the issue is that,
    After the DB was brought up SCAN listener shows it does not support any services when we do a lsnrctl status against SCAN listener name as oragrid user.
    I am under the assumption that once we bringup DB SCAN listener should be supporting the DB service automatically, please clarify.
    Also is it supported to run Database and Grid softwares as different users.
    Thanks,
    Aditya

    Nothing happens "automatically' There are defaults and there are configurations. You may want to check with Oracle Support to see if SCAN is even supported/supportable on 10g. While it is purported to "work?", I have not seen where it is supported.
    See:
    http://www.oracle.com/technetwork/products/clustering/overview/scan-129069.pdf
    As damorgan said,
    did you create any services - in 11gRAC you would remove the entry service_name parameters and create the service. I would add make sure local/remote_listener parameters are set correctly. (see the SCAN doc above.)

  • No listener registered for service

    Hi,
    Messages are stuck up in sxmb_moni with status 'System error - Manual Restart Possible'. I restarted the messages twice, but no change.
    I see following message when clicked on the red flag in sxmb_moni.
    "HTTP response contains status code 503 with the
    description no listener registered for service
    /file/xxxx_xxxx_xxxxx"
    I tried the note 803145 as suggested in one of threads but that too did not work.
    Any other ideas ?
    Thanks.

    I do not know as I have not created it. This was working fine since long. I am supposed to troubleshoot it now.
    In addition, I can tell you that an external application gets this file from XI server using sftp.
    Thanks.
    - Atul

  • J2Se receiver File adapter-HTTP 503 no listener registered for service

    Hi,
    We are using J2Se file adapter for one the interfaces and the logs of the J2se adapter engine has shown the following error-
    Error: com.sap.aii.messaging.net.TransportException: HTTP 503 no listener registered for service /file/example_outbound
         at com.sap.aii.messaging.net.HTTPRequest.run(ServerHttpImpl.java:416)
    I checked with the J2SE File/FTP receiver adapter configuration given at help.sap and found the following the following info related to the error-
    Specifications for addressing by the Integration Engine
    ○       XI.httpPort=<port_no>
    <port_no>specifies the HTTP server port that receives the messages from the Integration Engine.
    ○       XI.httpService=<service>
    <service> describes the service part of the address where the Integration Engine must send its messages.
    These specifications are mandatory.
    If, for example, you have specified XI.httpPort=1234 and XI.httpService=/file/Receiver, the end point address of the file/FTP adapter in the Integration Engine must be specified as follows:
    http://<fileadapterhost>:1234/file/Receiver
    The end point address must be extended as follows for the Integration Engine in Release 1.0:
    http://<fileadapterhost>:1234/file/Receiver?action=execute&pipelineid=Receiver
    If the Integration Engine message is sent to a non-specified adapter service, the system displays the following error message:
    *No registered listener for <Service> found*
    The system displays the same message if the adapter is initialized, but has not been started (status STOPPED or INITIALIZED).
    Where I need to check this Integration engine address specifications. I have't found any of the above code in the adapter configuration which we are using presently.The interface is running successfully before but thrown this error now.
    Please reply me if some one has faced similar issue and get it resolved.

    Hi
    How was this issue resolved? I have the same problem.
    I only have two receivers - the deafult j2se file receiver and my newly created one which used the default as a template. The ports and service's are different.
    I've even tried deleting my custom receive adapter and using only the default one but i still get that error.

  • Does my iphone 4s support GSM service?  I recently upgraded to this smartphone from a AT

    Does my iphone 4s support GSM service?  I recently upgraded to this smartphone from an AT&T Non-smartphone and now I am not able to access data coverage at my cabin upnorth. AT&T says I only have GSM coverage in this location.  Is there something I can do to make my iphone 4s do to pick this service up?

    That model shows as non-CDMA iPhone 4s
    http://support.apple.com/kb/HT3939?viewlocale=en_US&locale=en_US
    It will support GSM. You will have to work with your carrier to
    get the signal improved. In the past, with AT&T, if you complained
    enough they would provide you with a MiFi device - but that only
    helps if you have an internet connection already in place.
    Your problem may be due to the remote location - particularly if you
    are not in cell phone range due to lack of towers. But the responsibility
    belongs to the AT&T. Is the problem that you can make/get phone
    calls but do not have enough bandwidth for streaming video/audio?
    Or is there no connection whatsoever?

Maybe you are looking for

  • Getting oracle.xml.parser.v2.XMLParseException: Start Of root Element

    Hi All, I am getting below error while creating STUB/Skeleton in Jdeveloper to call a web service from OAF Page But getting below error while trying to creating Stub/Skeleton to call weservice ERROR: oracle.xml.parser.v2.XMLParseException: Start Of r

  • How do i get iTunes working again?

    I am running windows 7 64-bit on my PC and recently I have had problems with iTunes. When I click on the iTunes icon, it shows, that it is loading just for a split of a second and iTunes won't open. It only opens in safe mode. A few days ago I instal

  • Are the screens on white iMac 20" better than those on new 24"?

    I have read so much about the troubles with the 20" and 24" Aluminum iMac screens that I'm afraid to buy one now, and was thinking of buying a refurb'd white (plastic) iMac from Apple. Is the screen tech in the white version better than that in the 2

  • Udev misses some (HDMI) plug/unplug events

    When I monitor udev events while plugging and unplugging my external hdmi monitor, only some random events are reported. It should be noted that I use a DVI screen with an HDMI cable and a small adapter between the cable and the screen. Here is a sam

  • Mobile synced to cloud but not iPad

    I Can't figure out what's wrong. Since the update to Lightroom 5.5, my mobile sync has quit working. It was working perfectly fine before. ive not changed catalogs. ive done the delete all mobile data in Lightroom preferences. (Which at least allowed