a service with 2 instance (no cars)

Hi all

I'm trying to understand why a service has 2 instances when I don't have a CAR. My DB is on a stand-alone server, but it displays 2 instance. This causes no problems, but while testing something I came across this and I wanted to clarify what is happening here... Here is the out put. I'm on 11.2.0.1 and see it on 10g as we... I get the part when he says READY is a dynamic registration and when his UNKNOWN, is a static record. But I only have a single listener...

Here's the listener.ora file
ADMIN_RESTRICTIONS_LISTENER = on
LISTENER_ORCL =
  (ADDRESS_LIST =
        (ADDRESS =
          (PROTOCOL = IPC)
          (KEY = ORCL.WORLD)
        )
        (ADDRESS=
          (PROTOCOL = IPC)
          (KEY = ORCL)
        )
        (ADDRESS =
          (COMMUNITY = SAP.WORLD)
          (PROTOCOL = TCP)
          (HOST = hostname)
          (PORT = 1535)
        )
  )
STARTUP_WAIT_TIME_LISTENER_ORCL = 0
CONNECT_TIMEOUT_LISTENER_ORCL = 10
TRACE_LEVEL_LISTENER_ORCL = OFF
SID_LIST_LISTENER_ORCL =
  (SID_LIST =
    (SID_DESC =
      (SID_NAME = ORCL)
      (ORACLE_HOME = /oracle/ORCL/112_64)
    )
  )
ADR_BASE_LISTENER = /oracle/ORCL/saptrace
and this is the status which shows 2 earpiece
lsnrctl status LISTENER_ORCL

LSNRCTL for HPUX: Version 11.2.0.1.0 - Production on 30-MAY-2012 18:26:39

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

Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=ORCL.WORLD))
STATUS of the LISTENER
------------------------
Alias                     LISTENER_ORCL
Version                   TNSLSNR for HPUX: Version 11.2.0.1.0 - Production
Start Date                22-MAR-2012 22:03:30
Uptime                    68 days 20 hr. 23 min. 8 sec
Trace Level               off
Security                  ON: Local OS Authentication
SNMP                      OFF
Listener Parameter File   /oracle/ORCL/112_64/network/admin/listener.ora
Listener Log File         /oracle/diag/tnslsnr/hostname/listener_ORCL/alert/log.xml
Listening Endpoints Summary...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=ORCL.WORLD)))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=ORCL)))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=server.com)(PORT=1535)))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xx.xx.xxx.xxx)(PORT=1535)))
Services Summary...
Service "ORCL" has 2 instance(s).
  Instance "ORCL", status UNKNOWN, has 1 handler(s) for this service...
  Instance "ORCL", status READY, has 1 handler(s) for this service...
The command completed successfully

In fact, you have 2 Oracle Net services with the same instance.

Reason for this is that you have:

1 instance of static record with earphone ("status UNKNOWN") because of listener.ora next section:

SID_LIST_LISTENER_ORCL =
  (SID_LIST =
    (SID_DESC =
      (SID_NAME = ORCL)
      (ORACLE_HOME = /oracle/ORCL/112_64)
    )
  )

2 by default, dynamic record instance with earphone (status "READY") because most likely you have instance to the LOCAL_LISTENER parameter local listener on port 1535.

Tags: Database

Similar Questions

  • RAC services with server pools

    Env: DB 12.1.0.2. | 4 node RAC cluster | OEL 6.x

    All-

    I'm working on a successful political VINE of the test databases. I think that is what Oracle recommends to go forward.

    One of our enviornment product runs on 4 node RAC cluster (11g) and we use partitioning/Application Isolation.

    1 to 3 knots: are used for the OLTP workload by using services

    Node 4: is used for batch jobs/reports

    We request for Isolation/segregation has helped to stabilize the RAC environment and we could avoid the famous CARS/Cluster waiting for questions.

    While gong through documentation, I understand that we have only 2 options when configuring services with Pool. It can be UNIFORM or SINGLETON. I understand the server pools help a lot and make life easy for DBA (and that's why we have initiative to test)

    but I couldn't know if the partitioning Application can be reached.

    With Singleton services - we are not sure on which service instance will run. We cannot set specific settings for instance, which promotes the batch jobs/Heavy Reporting (great PGA may be increased multi block / County, if it is automatic and there could be several parameters).

    And we cannot define same service that suppose to run on a subset of the Cluster, for example:-OLTP service that runs on 3 nodes.

    Please help me clarify my doubts.


    Thank you very much!

    I do not understand your question, it looks pretty we would apply.

    For example, if you want your service to run at three knots, OLTP problem: create a pool OLTP, place the four inside servers and specify min = 1 max = 3. Then create a second pool called lot, new place all four inside servers and specify min = 1 max = 1. Assign the database for two pools, and the services of a pool each, as uniform.

    I have been using political management databases for many years and considered flexible enough. I never understood reluctance of others to use it.

  • My iphone shows no service with all networks in Egypt also sometimes works and all this happened all of a sudden

    My iphone shows no service with all networks in Egypt also sometimes works and all this happened all of a sudden

    If your provider supports iPhone

    I'd look for an update to the carrier

    Settings - carrier - it will pop up if available

    And if there is none then speak to the carrier a replacement of the SIM card

  • Web services with customer LV

    A typical approach to web services to access the host (a cRIO incorporated, for example) by using a client running in a browser with JavaScript.  All those put in place a LabVIEW client that calls the web services on the host computer?  How this could be done?

    I have a cRIO with a RESTful web service work and I can access it with my browser.  It works very well.  Now, I want to access the same service using a LabVIEW client... Or I could write my own customer by BT if I new how to register the service with .NET, which I did not.  So, it's a fact that LV can be used to create a web service client.  I'm looking to better understand how it can be done.

    The native TCP VIs can perform HTTP requests and call the methods of Service Web LabVIEW (http://zone.ni.com/devzone/cda/epd/p/id/3153 or http://decibel.ni.com/content/docs/DOC-2230).  Using these screws, you can create a customer of LabVIEW.

    Alternatively, you can use an ActiveX control to the browser with the Navigate2 method to call Web Services:

    WSDL files are generally used for Web Services using the SOAP Protocol (Developer Zone Tutorial: LabVIEW using SOAP Web Services call).  I know that it is possible to do the same for a RESTful Web Service (LabVIEW deploy services RESTful web), but I don't have any information on how this is done with a simple Google search in addition, it seems that most of the other public forums has rejected the idea, because you just need to build an HTTP request to call a web method.

  • Push service with wifi

    HII,

    I'm a programmer and I have developed an application that receive the push. Problem:
    I can´t receive push with my application. I don't have plan data and from what I've seen in all the forums may not receive push. But why Blackberry Messenger, whatsapp, facebook works?
    I have only Wifi available.

    Thank you

    Push will work on all devices, Wifi, but for OS 7.1 you need a BlackBerry service with your carrier plan. Having this plan will push down the necessary maintenance book data so that your device can connect to the infrastructure of the Push. Similarly, social media like BBM on BBOS 7 services also use the service book for the data connection. They may work on wifi, once you have the data in the maintenance book. BBOS<= 7.1="" also="" allowed="" for="" a="" social="" media="" plan="" that="" pushed="" down="" social="" media="" (bbm/facebook/etc)="" service="" book="" data="" to="" enable="" those="" services,="" without="" pushing="" down="" a="" full="" data="" package.="" so="" it's="" entirely="" possible,="" even="" quite="" common,="" for="" someone="" to="" have="" access="" to="" bbm="" over="" cell="" and="" wifi,="" without="" having="" push="" or="" regular="" data="" connectivity="" available="" for="" other="">

    BlackBerry 10 has a completely different architecture without any idea of a maintenance book. Push and BBM will work over WiFi without special plans.

  • Error code 0x8007064a on the basics of window os 7security anti virus. Uninstalled norton and restart one then tried 3 times, even as an administrator to install the new program with no successTryed own care, no luck.

    Error code 0x8007064a on the basics of window os 7security anti virus. Uninstalled norton and restart one then tried 3 times, even as an administrator to install the new program with no successTryed own care, no luck.

    Norton is a utility that you can try to clean.

    Norton cleanup utility (SYMClean) .url

    Messages rating helps other users

    Mark L. Ferguson MS - MVP

  • HowTo: Define and provide a personalized service with disjoint / port range.

    I have a rv180 and I'm trying to implement a custom service that contains multiple ports two disjoint (some UDP some TCP), as well as a range of TCP ports. This has lead me to a few questions.

    (1) is it still possible to have a unique personalized service with disjoint ports? He'll just have to set several partial service for this?

    (2) is it possible to forward a port range? How to define a service with a range of ports, it is clear, but port forwarding interface table only allows me to select a LAN port side for any service. Is there a secret notation that I do here which will be just forward to the same port LAN side as port WAN-side - NAT effectively a transfer, but just for the selected service?

    Thank you

    Luke

    Hi Luke,.

    (1) Unfortunately, it seems that you have to implement services customized for each set of disjoint ports and then create rules of transfer for each custom port.

    (2) I'm not 100% sure that I follow your question, but I think I got the essential. Port forwarding will forward traffic on the specific port (service) of your wan IP public designated private IP (destination IP) address. You can restrict the access of calendar or IP ('source to users' - by the host or the beach). Because looks like you have several customized services, you must create a configuration for each service of port forwarding.

    I hope this helps.

    Best,

    David

    Please evaluate the useful messages.

  • Oracle recommends from services with the account of the installation. Can someone please explain why?

    Or is it a thing of the past and not needed in the new versions?

    Thank you
    Ted.

    You don't need to start services with the account of the installation, it could be several cases, the local system or a domain account.

    See you soon

    John

  • Call the web service with Digest authentication

    Hello

    I JDevelper 12.2.4, I need build the java class to call the web service with Digest authentication.

    Any suggestion?

    Refer to:

    http://StackOverflow.com/questions/14896324/consuming-WCF-service-with-Digest-authentication-from-Java

  • Cannot find a service record for vCenter service with the host name "IP address"

    After upgrading to vCenter native 5.5 to vSphere Client device everything works, but not all orders for PowerCLI.

    After a command gives me error under VMware vSphere PowerCLI 6.0 Release 1

    Get-TagCategory: 13.07.2015 16:50:48 Get-TagCategory could not find a service record for vCenter service with host name 10.x.x.x

    In Zeile:2 Zeichen:1

    + Get-TagCategory

    + ~~~~~~~~~~~~~~~

    + CategoryInfo: ObjectNotFound: (:)) [Get-TagCategory], VimException)

    + FullyQualifiedErrorId: ViCore_InventoryServiceProxy_GetInventoryServiceInfo_NoVcRegistration, VMware.VimAutomation.ViCore.Cmdlets.Commands.Tagging.GetTagCategory

    does anyone have a solution or an idea for this problem?

    Best

    Marco

    I have exactly the same problem. Are there solutions yet?

    Best regards

    René

    Found the solution in the database (2127028).

  • Listener - two Services for each Instance

    Oracle 11r2g has been installed on a Linux SO. Everything works, but when I check the listening Services I got this status:

    lsnrctl services

    (...)
    Service "S060" has 1 instance (s).
    Instance "S060', status UNKNOWN, has 1 operation for this service...
    Managers:
    "DEDICATED" implemented: 86 denied: 0
    LOCAL SERVER
    Service 'S060.domain' has 1 instance (s).
    Instance "S060" READY State, has 1 operation for this service...
    Managers:
    "DEDICATED" implemented: 1289 refused: 0 status: ready
    LOCAL SERVER
    (...)

    There are two Services for each Instance. Is this normal or do I check anything else?

    Thanks in advance.

    910492 wrote:
    Oracle 11r2g has been installed on a Linux SO. Everything works, but when I check the listening Services I got this status:

    lsnrctl services

    (...)
    Service "S060" has 1 instance (s).
    Instance "S060', status UNKNOWN, has 1 operation for this service...
    Managers:
    "DEDICATED" implemented: 86 denied: 0
    LOCAL SERVER
    Service 'S060.domain' has 1 instance (s).
    Instance "S060" READY State, has 1 operation for this service...
    Managers:
    "DEDICATED" implemented: 1289 refused: 0 status: ready
    LOCAL SERVER
    (...)

    There are two Services for each Instance. Is this normal or do I check anything else?

    Thanks in advance.

    Pretty normal. The 'unknown' is the static record from the SID_LIST of the listener.ora file entry. The 'loan' is the dynamic registration of the instance db itself.

  • How to call a Web service with more than 1 parameter value?

    I have a Web service with a query as an array of String parameter.
    In an invoing xml, it should looks like:

    < GetPersonsData_Request >
    < application >
    < PersonIdList >
    < string 111 > < / string >
    < string > 222 < / string >
    < string > 333 < / string >
    ...
    < / PersonIdList >

    A problem I have:
    How can I assign a different value to this list?

    I posted the first element directly and then tried to add a new with append:
    < bpelx: Add >
    < bpelx: a > '12345' < / bpelx: go >
    < bpelx: to > $GetPersonsData_Request.parameters/ns2:request/ns5:PersonIdList < / bpelx: to >
    < / bpelx: Add >

    I get:
    < GetPersonsData_Request >
    < application >
    < PersonIdList >
    < string 111 > < / string >
    "12345".
    < / PersonIdList >
    < / request >

    Added as a single string, not as a structural element.

    What did I miss?

    I think that now your faced with a problem of namespaces because the element added is not the namespace of the element of the 'old' chain
    you don't have an element definition in your xsd that represents the element in your payoad?

    http://download.Oracle.com/docs/CD/E12483_01/integrate.1013/b28981/manipdoc.htm#CIHDGBGA
    http://oraclebpelindepth.blogspot.com/2008/09/arrays-in-bpel_21.html (search for bpelx: Add)

  • Web services with Golden Gate

    Hello
    How to use Web Services with Golden Gate? Is there a document for the use of Web Services with Golden Gate?

    Thank you
    Hiren Pandya s

    Messages are introduced into flat files, then you go on the road to flat file for loading the data.

    Messages are entered in the database, and you are regular GoldenGate-Land.

    There is no way, a message will be put directly into a trail; those are specific GG.

  • [JS, CS4] TextFrame.extractLabel () does not work with the instances of this class

    I have the script, which works very well in CS3. In CS4 (app.version = 6.0.1.532) However, I get an error using extractLabel, after reading a few other a textframe properties:

    frameObject.extractLabel ('name')
    Error: TextFrame.extractLabel () does not work with the instances of this class

    Until the reading of one of the 'normal' properties, such as (frameObject.) content I can call frameObject.extractLabel ('name') without errors, but after "watching" (assign it to a variable in the code, or by getting the value in the javascript console), the content property (or as it seems any normal property) the extractLabel method generates the above error.

    It seems to work to move all frameObject.extractLabel at the beginning of the function calls, but I don't think that I would need to do this.

    It could very well be the case that the label read by extractLabel has no content and never received. Will there be a change in behaviour of CS3 in this sentence? If so, and if this is the reason for the error, is there then a way to determine if the label has been assigned?

    This error is familiar to someone else?

    Best regards

    Andreas

    It works if you use:

    var pgItm = app.activeDocument.textFrames.itemByID(parseInt(myId));
    

    Otherwise, this might work:

    var pgItm = app.activeDocument.pageItems.itemByID(parseInt(myId)).getElements()[0];
    

    Although, generally, itemByID gives you the question no matter what it is as long as there are, so I'm bit puzzled that neither of them will be necessary.

    Dave

  • Development of services with ALSB 2.6 is possible with the workshop?

    Hello!
    I followed all the tutorials in documentation bea on the development of services with ALSB 2.6 but my question is: is it possible to develop with the workshop? Do I need a plugin or a specific version workshop?

    Thanks for your help

    http://download.Oracle.com/docs/CD/E13171_01/ALSB/docs30/Relnotes/Relnotes.html#whatsnew
    We cannot use development based on eclipse for ALSB 2.6 (released for ALSB 3.0 as shown above)

    Maury

Maybe you are looking for