Oracle Listener services


Hi, I am currently working on what the content of LSNRCTL STAT is actually showing me

In my case the summary of this command shows me

Summary of services...
Service '+ ASM' a 1 instance (s).
Instance '+ ASM1' READY State, has 1 operation for this service...
Service 'RAC1DB' has 1 instance (s).
'RAC1DB1' instance, State LOAN, has 1 operation for this service...
Service 'RAC1DBXDB' has 1 instance (s).
'RAC1DB1' instance, State LOAN, has 1 operation for this service...
The command completed successfully

Q1. "Of SERVICE" above means it's Service Oracle aka Oracle database Service, which has been registered by the listening port?

Q2. Can a Service cause more 1 Instance and under what circumstances?

Q3. What exactly is the Service for the instance manager and how is it related to the Oracle function?

Q4. Can an Instance cause more than 1 Manager of Service and under what circumstances?

any help appreciated,

Jim

Hello

Q1. "Of SERVICE" above means it's Service Oracle aka Oracle database Service, which has been registered by the listening port?

Yes these are the DRH regestered a database services or services defined statically in listener.ora

Q2. Can a Service cause more 1 Instance and under what circumstances?

Yes, generally in the CARS (several instances of all access to the same database). You may have also several databases offering the same service (with replication, for example)

Q3. What exactly is the Service for the instance manager and how is it related to the Oracle function?

Service managers are the way to connect to the database. The listener redirects the client to it. It can be a dedicated process, or a dispatcher.

Q4. Can an Instance cause more than 1 Manager of Service and under what circumstances?

Yes. For example you can have one dedicated and shared before. You see them with lsnrctl services

Kind regards

Franck.

Tags: Database

Similar Questions

  • APEX does not open after you have created the new Oracle listening port

    Hi guys,.

    I had to re register Oracle listener using "lsnrctl start". A new listening port has been created and I am able to connect user Apex by PL/SQL Developer. Port 8080 is open.
    But if I try to open the application APEX of URL (http://localhost: 8080/apex/f? p = :::) 4550:1:0 its not opening not.) It was working fine until yesterday.
    I use Oracle XE 11 g and APEX 4.2

    C:\Windows\System32 > sqlplus sys as sysdba

    SQL * more: Production of liberation 11.2.0.2.0 kills may 7 22:21:18-2013

    Copyright (c) 1982, 2010, Oracle. All rights reserved.

    Enter the password:

    Connected to:
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production

    SQL > SELECT DBMS_XDB. GETHTTPPORT FROM DUAL;

    GETHTTPPORT
    -----------
    8080

    SQL >

    so I do not know why APEX does not URL. What I have to put something at the TOP after you have created the new listening port. Can you please help?

    Kind regards
    Marie Claire

    Published by: 1004608 on May 7, 2013 14:40

    Link to your thread to listen would have helped: Oracle XE 11g with Apex No problem of Listener (ORA-12541: listener TNS:no)

    It seems that your listener uses the static instance via the listener.ora file registration and missing entries for the http service. Edit your listener.ora (F:\Apex_Installed\app\oracle\product\11.2.0\server\network\ADMIN\listener.ora) file and add the following entries in the listener.ora file DESCRIPTION_LIST. Then, restart the listenerer.

    (DESCRIPTION=
      (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=8080))(Presentation=HTTP)(Session=RAW)
    )
    
  • Oracle listener does not not on vmware server 2 guest OS Centos

    I write here because I think that this problem can be related to my network on the host vmware server setup 2 OS.
    I installed Oracle 11.2.0.1 on Centos 5.5 64 bits in a guest VM with a Windows 7 64 host OS. The Centos operating system runs well and the Oracle database that I created works fine locally (i.e. from a terminal in the vmware console or telnet/SSH window). The networking of virtual computer is set to bridged and I can ping the VM or ssh on the virtual machine to any other machine on the network.  However, I manage to tnsping database from any other machine on the network. When I try to tnsping from windows (with the input of appropriate tnsname) machine, I get a TNS-12541: TNS: no listener. When I try to tnsping from another Linux environment (with the appropriate tnsnames entry), I get the following:

    $tnsping demo

    AMT Ping utility for Linux: Version 10.2.0.1.0 - Production on January 28, 2011 00:36:13

    Copyright (c) 1997, 2005, Oracle. All rights reserved.

    Use settings files:
    /U01/app/Oracle/product/10.2/Db_1/network/admin/SQLNET.ora

    TNSNAMES adapter used to resolve the alias
    Try to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.1.74)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = demo)))
    AMT-12560: TNS:protocol adapter error

    Here's my tnsnames entry in the linux environment from which I will carry out the tnsping (192.168.1.74 is certainly the IP address):

    DEMO =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.1.74)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = demo)
    )
    )

    The name of SID is "demo" and the listener is running. Here's the lsnrctl status output:

    / home/oracle > lsnrctl status

    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on January 28, 2011 00:26:32

    Copyright (c) 1991, 2009, Oracle. All rights reserved.

    Connection 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 January 28, 2011 00:04:26
    Uptime 0 days 0 h 22 min 6 sec
    Draw level off
    Security ON: OS Local Authentication
    SNMP OFF
    Parameter Listener of the /opt/oracle/11.2.0.2/network/admin/listener.ora file
    The listener log file /opt/Oracle/diag/tnslsnr/demo/listener/alert/log.XML
    Summary of endpoints listening...
    (DESCRIPTION = (ADDRESS = (PROTOCOL = ipc) (KEY = EXTPROC1521)))
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=demo) (PORT = 1521)))
    Summary of services...
    Service 'demo.localdomain' has 1 instance (s).
    Instance of 'demo', State LOAN, has 1 operation for this service...
    Service 'demoXDB.localdomain' has 1 instance (s).
    Instance of 'demo', State LOAN, has 1 operation for this service...

    The command completed successfully

    AND lsnrctl service:

    / home/oracle > lsnrctl service

    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on January 28, 2011 00:41:04

    Copyright (c) 1991, 2009, Oracle. All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1521)))
    Summary of services...
    Service 'demo.localdomain' has 1 instance (s).
    Instance of 'demo', State LOAN, has 1 operation for this service...
    Managers:
    "DEDICATED" set up: 0 denied: 0 status: ready
    LOCAL SERVER
    Service 'demoXDB.localdomain' has 1 instance (s).
    Instance of 'demo', State LOAN, has 1 operation for this service...
    Managers:
    "D000" put in place: 0 denied: current: 0 0 max: 1022 State: loan
    DISPATCHER < machine: demo, pid: 3432 >
    (ADDRESS = (PROTOCOL = tcp (PORT = 13848))(HOST=demo))
    The command completed successfully
    / home/oracle >

    I must admit to be a bit confused about the 2 separate managers and the 'demoXDB.localdomain '.

    I copied the file listener.ora to a similar environment that works correctly, stop and then restart the listener, checked my repeatedly tnsnames entries etc. I wonder if the problem may be related to the fact that this environment runs in a virtual machine. Maybe some special network configurations are required for the NIC VM - I solved many problems of sqlnet over the years, but it baffled me. Any help is very appreciated.

  • Removing the listening service...

    Hello


    Database - Oracle9i (9208)
    Windows Xp operating system


    I deleted the listening using the WIZARD of CONFIGURATION of NET service, but it dosent get the removal of windows services.

    I refreshed the services.msc sreen restarted as the windows, but the listener still exist...

    So, how can I remove the service listening for windows services by using the command prompt or the .bat file?

    (1) what is the command to delete the service listening for the command prompt or use the .bat file?
    (2) why him dosent service auditor are deleted even if we removed in Net Manager?

    regarding

    If you do not have a listening service and you run
    lsnrctl start
    for the first time
    the service will be automatically created.

    ----------
    Sybrand Bakker
    Senior Oracle DBA

  • Problem with Oracle heterogeneous Services

    Hi all

    I try to access SQL Server database using Oracle heterogeneous Services and I get the following error in my tarce file:


    ***********************
    Heterogeneous Agent release
    10.2.0.3.0


    HS agent received unexpected disconnection of CPP
    Network error 1003: NCR-01003: DND: read error.
    ***********************

    I checed the tnsnames.ora / listener.ora and they seems OK

    also tnsping works well on HS

    Thses are the steps I followed:

    1 Setup DNS system
    2 configure the HS Oracle initialization file under $ORACLE_HOME/hs/admin
    3 configuration tnsnames.ora in $TNS_ADMIN
    4 configure the listener.ora under $TNS_ADMIN
    5 craete db link
    6 mark db link gives the following error
    "No data more to read from socket".
    7 trace file under $ORACLE_HOME/hs/log shows the following error

    Heterogeneous Agent release
    10.2.0.3.0

    HS agent received unexpected disconnection of CPP
    Network error 1003: NCR-01003: DND: read error.


    Please advice
    Concerning
    Omer

    After the support ticket logging Web conference showed that has been ORA_NLS10. It disable, stop/start the listener has solved the problem.

  • Cannot start the oracle Listener

    Hello, please help me on my Oracle 11 g listener

    The system configuration:
    Windows Vista Ultimate 32 bit
    User: sys as sysdba
    Password: *.
    SID: Green
    Host: Greensword

    I installed the database Oracle 2 months back this time, tthat it was workiing fine I could connect it and very well.
    But now when I try to connect it says no listener

    +++ I tried to do tnsping
    ------------------------------------------------------------------------------------------------------------------
    C:\ > tnsping Green

    AMT Ping Utility for 32-bit Windows: Version 11.1.0.6.0 - Production on 24-JUL-2
    009 23:49:12

    Copyright (c) 1997, 2007, Oracle. All rights reserved.

    Use settings files:
    C:\app\WarLock\product\11.1.0\db_1\network\admin\sqlnet.ora


    TNSNAMES adapter used to resolve the alias
    Try to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST =)(PORT = 1521) GreenSword) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = green)))
    AMT-12541: TNS:no listener
    ------------------------------------------------------------------------------------------------------------------

    +++ Also check the status of the listener
    ------------------------------------------------------------------------------------------------------------------
    C:\ > lsnrctl status

    LSNRCTL for 32-bit Windows: Version 11.1.0.6.0 - Production on July 24, 2009 23:49
    : 47

    Copyright (c) 1991, 2007, Oracle. All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1521)))
    AMT-12541: TNS:no listener
    AMT-12560: TNS:protocol adapter error
    AMT-00511: no listener
    32-bit Windows error: 2: no such file or directory
    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=GreenSword) (PORT = 1521)))

    AMT-12541: TNS:no listener
    AMT-12560: TNS:protocol adapter error
    AMT-00511: no listener
    32-bit Windows error: 61: unknown error
    ------------------------------------------------------------------------------------------------------------------

    +++ To save the listener.ora and tnsname.ora content
    ------------------------------------------------------------------------------------------------------------------

    listener.ora # Network Configuration file: C:\app\WarLock\product\11.1.0\db_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.

    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP) (HOST =)(PORT = 1521) GreenSword)
    )
    )
    ------------------------------------------------------------------------------------------------------------------

    ------------------------------------------------------------------------------------------------------------------
    tnsnames.ora # Network Configuration file: C:\app\WarLock\product\11.1.0\db_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.

    GREEN =.
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST =)(PORT = 1521) GreenSword)
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = green)
    )
    )
    ------------------------------------------------------------------------------------------------------------------



    +++ Also when I do netca to configure the TNS on command prompt it gives me

    ------------------------------------------------------------------------------------------------------------------

    C:\ > netca

    IOException: Cannot save NetProperties: C:\app\WarLock\product\11.1.0\db_1\netw
    ork\tools\NetProperties (access is denied)

    Oracle Net Services Configuration:
    C:\app\WarLock\product\11.1.0\db_1\network\admin\sqlnet09072512AM0452.bak (access
    s is denied)
    C:\app\WarLock\product\11.1.0\db_1\network\admin\listener09072512AM0452.bak (Acc
    ESS is denied)
    C:\app\WarLock\product\11.1.0\db_1\network\admin\tnsnames09072512AM0452.bak (Acc
    ESS is denied)
    ------------------------------------------------------------------------------------------------------------------

    He also do not allow me to start my service TNS of administrative services-> services

    ------------------------------------------------------------------------------------------------------------------

    Please help me with this * 888

    Microsoft loopback problem?
    The cause is BONE & associated network.

  • Not found TNS listener service among others...

    Running on a windows system, 9.2
    I installed the database... Enterprise version
    the management tools installed.
    client tools etc...

    I had problems to make the MC to connect to the service...

    Now, after several relocations... I don't have the service MC appear in my control panel services, nor the tns listener installed more...

    I remove all oracle and reinstalled from scratch but still no joy.
    Someone had this problem? I can not even find where the tns listener service is installed from. Or I can't find service MC is...

    Check the configuration of a local management server to create the who.

  • How to start Oracle Application Services?

    Hi all

    I am using the RDBMS: 9.2.0.6.0; Oracle Applications: 11.5.10.2 on AIX.

    I am new to Apps and what to know how to start and stop the Application and database services.

    Thank you

    Hi you

    Please follow the following steps:

    Log in as a user in database

    CD $ORACLE_HOME/appsutil/scripts /.

    *./addbctl.sh start * _ This will launch your database

    *./addlnctl.sh start * _ This will start your listener services

    Log in as user apps

    CD $APPLCSF/scripts /.

    *./adstrtal.sh apps /* This will start your application services. _

    Thank you
    Anchorage

  • Connection of local data in Oracle Cloud Services

    Is it possible to connect directly to a local, on-site DBMS Oracle Oracle Cloud services, or is the only option to download these data in the cloud?

    Will the local cloud is difficult unless you have a VPN or as a solution. It is difficult to challenge your business IT infrastructure because they're not going to allow the connection to the internet, just came out.

  • Oracle self-service framework you have encountered an unexpected error.

    Hi all

    The apache has been dealt and all services are rising and running.but, now I am faced with the question in the end fron. Front end means once I entered the username and password, the following error message came.

    The error as follows

    ===============================================================================================================
    Oracle self-service framework

    Error page

    You have encountered an unexpected error.please, please contact the administrator of the help system.


    ===============================================================================================================

    In fact, I tried to past the exact screen shot.but, I couldn't do that. Please do need full.

    Thanks in advance

    Thank you
    Kumar.

    Hello

    Oracle/d01 / / halim/iAS / / Apache/Apache/bin/rotatelogs: permission denied

    Check the permissions on this file and all the executables.
    He must have permission 755.
    And must be owned by the owner of the application.

    192.168.0.5--[05/Jun/2006:05:05:16 + 0530] "POST /OA_HTML/fndvald.jsp > HTTP/1.1" 302 250

    You copy all the files during cloning. ???

    If it takes more time to solve the problems, I would say once more correctly you clone. Maybe if solve you that problem, you could get a few questions more...

    Thank you

  • start the Oracle listener on openSuse

    How can I configure oracle listener to be launched at startup on openSuse (11.3)?

    I use Oracle 11 g R2

    You can set up a script to ensure its startup time is started:

    The startup script would be enough to ensure the ORACLE_HOME is located in the path, and then you must issue: lsnrctl start command.

    Similarly, with a stop script, make sure the path and lsnrctl stop.

    Kind regards

    D

  • Upgrade of the Apex 3.2.1 (mod_plsql) at Apex 4.0 with Oracle Listener

    Hello
    We have a few applications in the Apex 3.2.1 (i.e. mod_plsql) which have not been displaced in Production yet. We intend to move to Apex 4.0 with Oracle listener as soon as they are available (we don't want turn on any web server mod_plsql). What will be the migration process? My apps work and look the same when I opened the Apex 4.0? All the features, formatting, etc. will be lost?
    I heard that there is a Migration Wizard, but there is no information available.

    When Apex 4.0 and Oracle Listener comes out? Summer 2010?

    I would be recognizing all of the information you have on this subject.

    Thank you
    Violeta

    A new Forum OTN has been implemented for the listener of the APEX: ADR, SODA & JSON in the database

    Please use this forum for all future APEX auditor positions.

    Kind regards
    David

  • Oracle Forms Services.

    Hi all

    How to change the Oracle Forms Services logo and view there own logo? Please help me out.thanks

    Sarah

    not Sarah!

    The logo parameter is the image of the small logo next to the menu.

    As I said, use the context parameter.
    If no context here, parameter create one as

    background=your_image_file.gif
    

    Concerning

  • Batch script (stopping oracle bi services using executable files)

    Hello experts! :)

    I do a script of DOS commands to automate the migration of files Oracle BI from one environment to another. I am just a beginner with the creation of batch files so far as I know are the basic commands. So far, I am able to create a backup of the files to be transferred to a new directory. I reached the part of the script in which I connect to another environment and perform all the tasks (i.e. to stop services, create a backup, copy files, etc.)...

    If someone knows all of the executable files associated with starting and stopping of oracle bi services? I've identified those that start services, I do not know which files I have to run to stop the services.

    And if you also have any advice for me while I'm working on the batch file, please share your thoughts.

    Thank you very much! : D

    Kind regards
    Cha

    You can use Microsoft net start / stop control for the services. See below for example. You can add other services also.

    echo% Date % % time Restarting Oracle BI Scheduler
    echo =====================================================
    net stop 'Oracle BI' Planner
    net start 'Oracle BI Planner'
    echo ======================================================
    echo% Date %% time % Oracle BI Scheduler started

    HTH,
    Prakash

  • MISSING_COMPONENT: oracle.discoverer.services

    Salvation of DBA

    We want to use Discoverer 10 g, for this, we have followed the following document.
    Topic: Using discoverer 10.1.2 with Oracle E-Business Suite 11i
    DOC - ID: 313418.1

    Step 1. I have installed Oracle Infrastructure in separate Directory.
    Step 2. I installed Oracle Application in the Supparate directory.
    Step 3. I copied file $FND_SECURE to THE new Oracle Application Server directory dbc in the discoverer / secure.
    Step 4. I copied the tnsnames.ora for the same new Oracle Application Server/network/admin directory.
    Step 5. I am trying to apply the 6472361 hotfix, it gives the following error in the new Oracle application server.

    [oracle@aqherptest 6472361] $ / s04/SIT/sitAS/Orleans/perl/bin/perl/s04/SIT/sitAS/Orleans/OPatch/opatch apply

    Setup Oracle interim Patch version 1.0.0.0.52
    Copyright (c) 2005 Oracle Corporation. All rights reserved...

    We recommend that you check the OPatch documentation under
    OPatch/docs for reference to use. We also recommend that you use
    the latest version of OPatch. To get the latest version of OPatch
    and other support related issues, please refer to the document
    293369.1, which is visible from the metalink.oracle.com address

    Oracle Home = / s04/SIT/sitAS/Orleans
    Location of Oracle Universal Installer components = / s04/SIT/sitAS/Orleans/Yes
    OraInstaller.jar location = "/ s04/SIT/sitAS/Orleans/Yes/jlib.
    Universal Oracle install a shared library = /s04/SIT/sitAS/oraas/oui/lib/linux/liboraInstaller.so
    Location of the pointer of the Oracle inventory = /etc/oraInst.loc
    Location of the Oracle inventory = / s04/SIT/sitAS/Orleans/inventory
    Path to the Java = /s04/SIT/sitAS/oraas/jre/1.4.2/bin/java
    Logfile = /s04/SIT/sitAS/oraas/.patch_storage/ < patch ID > / *.log


    MISSING_COMPONENT: oracle.discoverer.services, 10.1.2.2.0

    This House of Oracle has no components/versions required by the patch.

    ERROR: OPatch failed during pre-reqs check.
    [oracle@aqherptest 6472361] $


    Please tell me if I do one any error. and please solve my problem above.

    Thank you
    SG

    SG,

    Review the following documents.

    Note: 465469.1 - an update rollup installation fails with ' "Missing_component: Oracle.Discoverer.Services, 10.1.2.2.0"»
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=465469.1

    Note: 340174.1 - discoverer Opatch troubleshooting
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=340174.1

    Kind regards
    Hussein

Maybe you are looking for