Service names for db. instance.

When I display status for listener
I can see two services for one instance,
but when I select service_names from v$parameter view
there is just one there. Can someone tell me how is it possible?
Thanks for advice,
M.

Not sure to understand you. Do you mean that this entry
Service "db102" has 1 instance(s).
  Instance "db102", status READY, has 2 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:0 refused:0 state:ready
         LOCAL SERVER
      "D000" established:0 refused:0 current:0 max:972 state:ready
         DISPATCHER <machine: Feynman, pid: 29127>
         (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=49536))shouldn't be there ? Well, actually the behaviour is different from 10.1 (and 9i) :
SYS@test10 SQL> show parameter service_names
NAME                                 TYPE        VALUE
service_names                        string      a.world
SYS@test10 SQL> show parameter dispatchers
NAME                                 TYPE        VALUE
dispatchers                          string      (PROTOCOL=TCP)
max_dispatchers                      integer     3
SYS@test10 SQL> !lsnrctl services
LSNRCTL for Linux: Version 10.1.0.3.0 - Production on 30-JUN-2006 18:32:11
Copyright (c) 1991, 2004, Oracle.  All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
  Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:0 refused:0
         LOCAL SERVER
Service "a.world" has 1 instance(s).
  Instance "test10", status READY, has 2 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:0 refused:0 state:ready
         LOCAL SERVER
      "D000" established:0 refused:0 current:0 max:972 state:ready
         DISPATCHER <machine: Feynman, pid: 11009>
         (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=36538))
The command completed successfully
SYS@test10 SQL>                                                                                                      In 10.2 a service = db name is always present, even with SERVICE_NAMES = null string :
SYS@db102 SQL> alter system set service_names = '';
System altered.
SYS@db102 SQL> !lsnrctl services
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 30-JUN-2006 18:37:44
Copyright (c) 1991, 2005, Oracle.  All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))
Services Summary...
Service "db102" has 1 instance(s).
  Instance "db102", status READY, has 2 handler(s) for this service...
    Handler(s):
      "D000" established:0 refused:0 current:0 max:972 state:ready
         DISPATCHER <machine: Feynman, pid: 11171>
         (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=36677))
      "DEDICATED" established:0 refused:0 state:ready
         LOCAL SERVER
The command completed successfully
SYS@db102 SQL>                                                                                       Maybe this guarantees db service registration in any situation...

Similar Messages

  • Gateway hostname and gateway service name for XI

    Hi,
    Where can i find the Gateway hostname and gateway service name for XI Integration server. I need this info to input for creating RFC for SAPSLDAPI.
    Thanks in advance. Sri

    Sri,
    You can find this info from t-code SMGW
    Choose menu Goto->Parameters->Display and search for entries
    gateway hostname and gateway service (usually sapgw00)
    Reward if helpfull
    Vijay Kothapalli

  • PAM-KRB5: account:  unable to get host based service name for realm

    I want a custom service to authenticate via PAM with Microsoft Active Directory Services on Windows 2003. kinit appears to work:
    Myserver% klist
    Ticket cache: /tmp/krb5cc_200
    Default principal: [email protected]
    Valid starting Expires Service principal
    Tue 01 Aug 2006 10:42:23 AM CDT Tue 01 Aug 2006 08:42:23 PM CDT krbtgt/[email protected]
    renew until Tue 08 Aug 2006 10:42:23 AM CDT
    Running a sample PAM consumer using 'winsamp' as its service name complains that Kerberos doesn't know the user. syslog reports: PAM-KRB5: account: unable to get host based service name for realm 'EXAMPLE.COM'.
    I'm stuggling to get any additional logging out of either PAM or Kerberos. Any advice appreciated.
    /etc/pam.conf:
    winsamp auth required pam_krb5.so.1 debug
    winsamp password required pam_krb5.so.1 debug
    winsamp account required pam_krb5.so.1 debug
    winsamp session required pam_krb5.so.1 debug
    /etc/krb5/krb5.conf:
    [libdefaults]
    default_realm = EXAMPLE.COM
    default_tkt_enctypes = des-cbc-md5 ; or des-cbc-crc
    default_tgs_enctypes = des-cbc-md5 ; or des-cbc-crc
    [realms]
    EXAMPLE.COM = {
    kdc = mykdc.example.com:88
    admin_server = mykdc.example.com
    default_domain = EXAMPLE.COM
    [domain_realm]
    .example.com = EXAMPLE.COM
    [logging]
    default = FILE:/var/krb5/kdc.log
    kdc = FILE:/var/krb5/kdc.log
    kdc_rotate = {
    # How often to rotate kdc.log. Logs will get rotated no more
    # often than the period, and less often if the KDC is not used
    # frequently.
    period = 1d
    # how many versions of kdc.log to keep around (kdc.log.0, kdc.log.1, ...)
    versions = 10
    [appdefaults]
    kinit = {
    renewable = true
    forwardable= true
    PAM sample application synopsis:
    pam_start("winsamp", "someuser", &conv, &pamh);
    err = pam_authenticate(pamh, 0);
    if (err == PAM_USER_UNKNOWN)
    printf("don't know that user\n"); // <-- we always arrive here
    logout();
    }

    Part of the problem was that the Sun server's domain was not an exact match for the ADS domain. One was XXXX.EXAMPLE.COM and the other was just EXAMPLE.COM. Adding the equiv. domains in krb5.conf improved that situation.
    The sample PAM application still doesn't behave the way I want. When pam.conf is configured to authenticate against /etc/passwd, it works. Not when authenticating against ADS alone. I've come to the conclusion that PAM is for authenticating ONLY access to Solaris accounts.
    My application does not need a Solaris account. Am I using the wrong authentication API?

  • Domain name for an instance

    How do you configure an MSSQL instance as a domain name. Would like to have a connection associated with mssql.domainname.com instead of server/sqlexpress.
    Dave Keister Minerva Data Center

    Hi Dave,
    From your description, you want to use the Fully Qualified Domain Name (FQDN) to connect to SQL Server.
    For default instance, the format is computer_name.domain_name, for named instance, the format is
    computer_name.domain_name\instancename.
    You can
    find computer name by typing hostname from command prompt. Below is an example for you.
    1. Use FQDN to connect a default instance.
    2. Use FQDN to connect a named instance.
    Additionally, please note that when connecting to a remote SQL Server instance, we should configure SQL Server to allow remote connections with the following basic steps. For more details, please review this
    blog.
    •Enable remote connections on the instance of SQL Server that you want to connect to from a remote computer.
    •Turn on the SQL Server Browser service.
    •Configure the firewall to allow network traffic that is related to SQL Server and to the SQL Server Browser service.
    Thanks,
    Lydia Zhang
    If you have any feedback on our support, please click
    here.

  • Error in  Creation of Service Name for Bussiness Service

    Hi Friends
    I am creating customized Service Program for Bussiness Service which is used for uploading spotbilling data to ccb . The service program CM_Sbm_Upload consists of program com ids CIPBSEGP,CIPMMRDP,CIPTSATP . when i give this to bussiness service i am getting error
    Service metainfo missing for 'CM_SBM_UPLOAD'
    pls help me to resolve this issue.
    Thanks&Regards
    sivaram

    Hi,
    I've got the same error during my development of a page maintenance service.
    Please check if the cm.jar is correctly deployed in your splservice.ear and check also all other deployment directories.
    You can find them in the Output window of eclipse after execution of the "Deploy CM" script.
    When the cm.jar is deployed well, check if you annotations are correct.
    My annotations are looking like this:
    * Perform Batch Add.
    * @PageMaintenance (secured = false, service = CMIMDIMP,
    *      body = @DataElement (contents = { @DataField (name = CM_SIMULATION)
    *                  , @DataField (name = XML_REQUEST)}),
    *      actions = { "change"
    *            , "read"},
    *      modules = { "foundation"})
    */To connect a Page Maintenance Service, you must first create a service programm and the "service name" of the service program must match to
    the name of the service annotation that you have specified on your Page Maintenance Service, in my case "CMIMDIMP".
    There is no validation during the saving of the service programm, the validation happens when you save the Business Service.
    BTW. you can use jd-gui.exe to decompile the cm.jar file but you will not see the annotations !
    For viewing the ear file I'm using 7-zip.

  • Customized name for report instances under publication (BOXI 3.1)

    Hi All,
    Is a there any way to have custom name for the report instances under publication history (default enterprise location). I can see we can customize report instance names using placeholders if destination is email or local drive or enterprise inbox, but doesn't have similar option under publication history.
    Basically we have a Agency Report which has to be distributed to individual agencies through email while another copies will be maintained under publication history. But unfortunately there is no way (as it seems to me) to find out which report instance is for which agency (unless one manually opens and checks the report).
    So my query to you is that, is there any work around to customize report instances name under publication history.
    Thanks in advance.
    Regards,
    Mukesh

    Hi,
    My client has exactly the same requirement; for instances/documents to be published to default location with custom instance and document names.
    I'm really struggling to find any built in capability to do this however I hope I'm wrong on this!
    At the moment I'm writing a publication extension to do this but again I hope this isn't necessary!
    Does anyone know if this is possible?

  • Service name for logoff screen in SICF

    Hi,
       I want to close the browser window using a button click from my WDA application and to achieve this I have followed the blog
    /people/mohammed.anzys/blog/2007/06/05/how-to-close-parent-window-in-webdynpro-applications
       But step number 6 of the blog says that we need to change the logoff page. Can someone suggest me what is the service name I should put in the SICF transaction wherein I can change the logoff page.
       Also, I have also tried the alternate solution mentioned in the blog but it didn't work.
       Can someone provide me some helpful input.
       Will rewards points for helpful answer.
    Thanks & Regards

    Hi WDA,
    Have you created the WDA Application for your Web Dynpro Component. Once you create an application and save it, a Service should get created @ this SICF level. And Also tell me if you were able to locate any other Custom ZService in SICF. If not, we can investigate the problem further.
    Regards
    Raja Sekhar

  • Unable to process EWA service session  for portal instances

    Hi Guru,
    I am in process of generating EWA reports for portal ,below are the steps I have completed successfully.
    1. SMD agent installation on portal.
    2. Defined portal system in SMSY.
    3. completed SOLMAN_SETUP.
    4. Completed Setup Wizard for managed system.
    5. Deploy IS agent via SDM in Solman.
    6. Introscope agent setup done for managed system
    7. Managed system data is visible in IS Enterprise Manager.
    I have created EWA service session for portal but I am unable to process the service session in DSWP ,I have ran SM:EXEC SERVICES  job but still I am unable to process the session data.
    System Configuratoi: SAP EHP 1 for SAP Solution Manager 7.0 and portal is netweaver 7.0
    Thanks
    Abullais

    Hi,
    I have exactly the same problem as this and have performed all the checks as specified but still my Java only NW 7 system shows "Dates for this session are overdue".
    My Solman system is Ehp1 SPS 20 and all the managed system setup using the wizard has completed successfully. In Root Cause analysis I can see the data that the extractors have gathered on the J2EE system and in Enterprise Manager I can see the Introscope data also.
    The only thing I can think of that may be affecting the EWA session is that after I added the system into the logical component that is part of the Production solution landscape the scheduled EWA session that then appeared for the J2EE system in the list of sessions had a date set for the next scheduled EWA run (29th March). To test the EWA report for my J2EE only system I used the "change date" option after clicking on the J2EE session and set it to 25th March (this changed on 24th March). The session date then reflected the EWA session for the J2EE only system woul run on the 25th.
    Checking the session this morning I have the red flag with "Dates for this session are overdue" status.
    The sessions for the ABAP based systems are working fine, it's only this one system that is J2EE only that I have a problem with.
    Any pointers ?
    Regards,
    Brian.

  • Service name for Wireless (Function + F8) toggle

    I think I set the wireless toggle (Function + F8) feature on my laptop to only start manually from Services.msc.
    I would like it back now! I've looked and cant seem to find it. What is the name?
    By the way, the little Toshiba screen that pops up when you hit the FN key does not display. However I am able to control the brightness still with the FN + F6/F7 keys. So I'm not sure...
    Thanks
    Satellite C655D-S5084
    Solved!
    Go to Solution.

    Some of the functions seem to be linked to a "Flash Cards" application, maybe look for something like that.

  • Configuring multiple services in a single instance database

    Dear All,
    I would like to create multiple service names for a single instance oracle database (10.2.0.3 on IBM - AIX 6.1). I tried searching on the net, reading documentation, and also on the metalink but couldn't find anything relevant to single instance database.
    Say I have two users, userA and userB, for which I would like to use two services (ServA and ServB) to connect to the same single instance database.
    Any help in this direction is appreciated.
    Regards

    Oracle Lover3 wrote:
    Thanks for your quick solution.
    By the time you answered I was able to locate it in the documentation. I have tested it and its working perfectly. Here's the documenation link.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams188.htm#i1133481
    It is very hard to believe you didn't find this in the documentation, and my suspicion is you didn't search for it at all.It is very hard to believe that you don't trust others and end up in suspicion. I wish you were sitting next to me while I was searching for the link/document.It is because the vast majority of doc questions are asked by people who don't read the docs at all.
    Now, I'm curious about your requirement. While it can be done, it is pretty unusual. That always leads me to want to step back from the technical question and ask What business problem is this solving?

  • How to remove service names

    One thing about oracle that I am unable to understand is that when we uninstall oracle, all the service names for its different services stay there in the services section in WindowsXP. I know how to remove the instance name services, but I am unable all the other services. Does anyone know how to remove all those services?

    a launch daemon should normally have a .plist extension. did you skip it? that would explain why the command gives an error.
    the command you are using is basically correct. you don't need sudo because the daemon is in your home directory. also, to unload it so that it doesn't load automatically on the next login you should use -w switch. this will add a 'disabled' flag to the daemon. the syntax is
    launchctl unload -w /path/to/daemon
    However, as others have said the best thing is to trash the daemon and log out/in. you don't need it for anything as you've removed the application that created it.

  • ORA-12154 TNS Could not resolve the service name

    I am working on Oracle 9i(Release 2) windows version. I want to change the value of
    shared pool size, buffer size and others database parameter through "Enterprise Manager Console" but
    when i connect to sysdba mode message comes "ORA-12154 TNS Could not resolve the service name".
    How can I solve this problem?

    these problem are you getting from OEM?
    post
    lsnrctl status
    lsnrctl services
    make sure database is running.. all the services running in services.msc
    check error code and start..
    ORA-12514:
         TNS:listener does not currently know of service requested in connect descriptor
    Cause:      The listener received a request to establish a connection to a database or other service. The connect descriptor received by the listener specified a service name for a service (usually a database service) that either has not yet dynamically registered with the listener or has not been statically configured for the listener. This may be a temporary condition such as after the listener has started, but before the database instance has registered with the listener.
    Action:      
    - Wait a moment and try to connect a second time.
    - Check which services are currently known by the listener by executing: lsnrctl services <listener name>
    - Check that the SERVICE_NAME parameter in the connect descriptor of the net service name used specifies a service known by the listener.
    - If an easy connect naming connect identifier was used, check that the service name specified is a service known by the listener.
    - Check for an event in the listener.log file.

  • Fault name for Rejection Messages in Fault policy.

    Hi ,
    I am trying to do my fault handling for Rejected messages .I am bit confused what is the fault name i should specify for rejection messages .
    Say for BPEL , We have bpelx:binding fault etc for BPEL ..
    <faultName xmlns:rjm="http://schemas.oracle.com/sca/rejectedmessages" name="rjm:[?????????????] ">
    <condition>
    <action ref="writeToFile"/>
    </condition>
    </faultName>
    </Conditions>
    Regards ,
    Naga

    It should be the "service name" for the inbound adapter in the composite. Here is the doc link which explains this: http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10231/life_cycle.htm#TKADP187.
    regards,
    Sandeep

  • Changing the default logical system names for adaptive RFC models

    Hello,
    When I create an Adaptive RFC model the dialog that asks me to specify the model name, package, source folder, etc. has default values in the "Default logical system name for model instances" and "... RFC metadata".
    I know I can type in another name there but I'd like to change the default name to something that fits our naming conventions. Can I change that? If so, can someone tell me where?
    Thanks in advance!
    David.

    Suresh,
    Thank you for your response. However, that is not what I was looking for. Sorry if my post was not clear.
    I knew that I could change it AFTER the import. I also know that I can type in something else besides the default DURING the import.
    What I am asking is if there is a way to change some configuration setting so that the 'default' that comes up in the drop down DURING the import is something different than what comes 'out-of-the-box' with NWDS.
    Hope that clears up what I'm looking for.
    David.
    Message was edited by:
            David Z. Pantich

  • Default system names for several RFCs in a WebDynpro project

    Hi , I have a doubt, currently I am adding several RFCs to a WebDynpro project , all of them with the same "Default system logical name" for model instances and RFC metadata..
    It is ok to give the same "default system logical name" for all my RFCs" or should I give a different name for each RFC I add to my project ?
    Which way do you recommend to configure all RFCs in my project?
    Thanks in advance....

    Hi ,
    check the below link reg Effective Web Dynpro - Adaptive RFC Models , hope it will help you
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/11c3b051-0401-0010-fe9a-9eabd9c216de
    Regards,
    Sunitha Hari

Maybe you are looking for