Change service name

Hi,
I recently installed oracle 11g in my system.I would like to change the service name in my TNSnames.ora to something simpler.Is there a way to do this??
Thanks.

Before you can change the SERVICE_NAME in your TNSNAMES.ORA file you have to make sure that the SERVICE_NAMES parameter on the database is configured appropriately. You can display the current value as follows:
SQL> show parameter service_namesBy default the SERVICE_NAMES parameter is a concatenation of the DB_NAME and DB_DOMAIN parameters. However, you can change it to whatever you'd like and it can take multiple values. For example:
ALTER SYSTEM SET SERVICE_NAMES='application_a.your.domain','application_b.your.domain' SCOPE=BOTH;Using SERVICE_NAMES is a good way to isolate applications for tracing and metrics measurement.

Similar Messages

  • Changed Service Name not being used

    Hi all,
    Here is the scenario, I am using ABAP proxy to send data to XI system, earlier the business system was called BUS_SYS in the SLD, later we changed it to JI0220 in accordance with the naming conventions.
    Subsequently the Business system and corresponding entries in the integration directory have also been updated.
    The problem that I am facing is, when I try to send the message to the XI system using the same proxies I had earlier the service name being used is BUS_SYS, it doesn’t get updated to JI0220. I have tried clearing of the SLD cache o the XI system, but this had no impact on the message being sent.
    Is there a step that I am missing in configuration and or implementation?
    Looking forward to your suggestions.
    Regards,
    Aniruddha

    i have checked teh cache on teh integration server and it is updated, the cache on the integration engine i.e. the place we are sending messages from is not gettign updated, i though did find a table named LCRT_CLNTCACHE, where i updated the business system name and subsiquently the messages started working.
    if there is some other method of updating the cache of the integration engine without chaging the table entry physically do let me know.
    regards,
    Aniruddha

  • Change Service Name on Oracle XE

    Hi,
    how do I change the default service name "XE" Oracle XE?
    I found how to change the SID but not the Service Name.
    Thank's
    Lucas Vizza

    Hi,
    Try run as SYS
    ALTER SYSTEM SET SERVICE_NAMES = 'SOMETHINGELSE'Regards,
    Jari

  • Change Service Name in Oracle10g

    Can I change the service_names in Oracle10g database?

    Set in init.ora or use alter system command , check Oracle Doc for detail
    SERVICE_NAMES

  • Custom workflow - props file service name change

    All,
    I created a custom workflow and registered with OIM with serviceName value as the service name from the SOA composite. I realized that this needs to be changed to RequestApprovalService.
    Has anyone done this, if you can you please list the steps.
    Thanks in advance,
    Prasad.

    I thought of this as well. It may be possible this way also. Since the composite was primarily generated by the OIM provided template, I didn't prefer to do this. The above mentioned method is working, but i will try this as well when i get a chance.
    Regards,
    Prasad.
    Edited by: pk**** on Jun 8, 2011 12:21 PM

  • Change "Services and applications" names in failover cluster manager

    Hi. Id like to change "Services and applications" names in failover cluster manager for Windows Server 2008 R2.
    I right click on one and press rename, but when i change the name and press enter i get the message "To rename this service or application please rename the Client Access Point via its property page"
    It's important that we don't change the network name for the service

    Hi,
    Checkout this blog post
    PowerShell for Failover Clustering: Let’s Rename a Few Things
    But keep in mind if you rename the resources and you are using them in a script or backup you need to check this also with the new name.
    Greetings, Robert Smit Follow me @clustermvp http://robertsmit.wordpress.com/ “Please click "Vote As Helpful" if it is helpful for you and Proposed As Answer” Please remember to click “Mark as Answer” on the post that helps you

  • Database service name changed after streams configuration

    Hi All,
    I test setting streams replication in my database 10g from a stand-alone database to a RAC database.
    Replication worked fine but i sow strange thing, my service names in the target database (RAC environment) has changed like the following output:
    SQL> sho parameter service
    NAME TYPE VALUE
    service_names string SYS$STRMADMIN.STREAMS_QUEUE.AB
    DATAWH
    So the value of my service names has changed, i don't know why. I tried to remove streams configuration and restart the database but it's not changed and it cause connexion problem from client.
    Does anybody can help me to solve this problem, why it's changing and how to take it back to the old service names.
    Thanks for your help
    raitsarevo

    Nona has any idea about my problem
    Please

  • Sap Message Service Name change

    hello guys,
    i need you help with something.
    I would like to change the sap Message Service Name from sapms<SID> to sapms<SID>_new.
    Is this possible?
    i am thinking to do this in RZ11 and change rdisp/msserv value... am i on the right path?
    Are there some limitations in message server service name?
    Thank you for answer.

    Hi Oliver,
    Does those same SID SAP systems , carries same instance number?
    As per SAP Note # 99435 , you should not edit SAPLOGON.ini file manually , instead carry out all changes via SAPLOGon PAD.
    Pls add both systems with different IP specifications and respective instance number details.
    Check if you are able to connect to correct instance
    Regards

  • Service name of connection object change

    One project has reported below issue -
    "we have seen that the connections SERVICE NAME is changed to
    XYZ instead of ABC which happened for 2nd time in this week. Also
    try to identify if this is happening automatically or if someone is
    making these changes manually."
    Initially we have change back to new service name, but after few days
    again they reported same issue.
    I would like to understand the probable cause of this issue so we can
    take some preventive actions.

    The Connection Server only comes into play when running reports from the desktop, not through InfoView.  And then, only if you're configured so that the database client isn't installed on the workstations of the people who are using those tools.
    For WebI and Deski, the connection is defined in the Universe.  So, I would look at two things:
    1.  Who has been updating the universe - you need to look at who has been editing the universe.  You may be able to find this out from auditing.  I don't have access to my system right now and I don't remember for sure.
    2.  If you are using Life Cycle Manager, check to see if you have any jobs running that update this universe.  Modify the job so that it does not update the connection when moving the universe.
    -Dell

  • Change in service name in a connector

    Hi,
    I have a connector in OWB 10g R2 which currently points to an instance of Oracle 10g. The DBA has changed the service name. I want to update the connector to point to this new service name.
    Is there any way to just change the service name of the location instead of creating a new location and changing the objects to point to this new location?
    Thanks in advance!
    Maruthi

    Hi Maruthi,
    I am not sure if that is what you mean but I don't think you necessarily need to change lots of objects. If you add a new location and then add that location to the selected database locations for your database modules (via open editor - data locations tab) and check/set (via right mouse click - configure) in the configuration properties that you are using the new data location.
    I haven't had the need to do this myslef, but this way you should only need to update some database modules instead of all objects?
    Hope this helps,
    Regards,
    Ed

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

  • I have changed the name and password for my Time Capsule and now the Time Machine will not connect

    Mac Book Pro
    1TB Time Capsule.
    Yesterday I changed the name and password on my time capsule and also the name and password of the wifi network as I was having problems with the speed of the internet when using Safari on any of my devices (1 Macbook pro, 1 macbook air, 27" iMac, iPhone and iPad) all other internet services were working fine (email etc.) This seems to have solved the problem.
    However, since then, my time machine back ups will not reconnect and there is no option for me to reconnect to the existing back up for my macbook pro.
    When I enter the time machine preferences it shows as below that there are no back ups.
    Then, when I go to select a drive to use which should be the MacBook under the Backup disks the only option is for me to Remove Disk...
    So, my question is, how do I reconnect to an existing Time Machine back up for my MacBook pro as I really do not want to erase and start all over again.
    Warning - In my naiveté, I did click on the MacBook in 'Available Disks' but I got the impression that it was about to start a whole new back up and not work with the existing one.
    (And does anybody have an inkling as to why there was a problem with Safari on all my devices? I downloaded Google Chrome and that worked fine).

    Simply reset the Time Machine.
    See A4 here http://pondini.org/TM/Troubleshooting.html
    You can then mount the TC disk in finder after you reboot the computer.
    You should be able to reselect the TC disk and then it will say it is going to start a new backup.
    Ignore this.. when the TM actually loads the TC disk it will discover the existing backup and continue the backup.. but it will give no hint until it actually starts that it won't start a new backup. you just have to believe it won't.. and mostly it works..
    Please also install the widget A1 so you have some idea what TM is doing.

  • How to change service for all members

    Hello,
    We setup our cluster with member1 and member2 as follows.
    backup-count = 1 on cluster configuration.
    service-name = CACHE-TEST-A, which is stored in Member1
    the backup of CACHE-TEST-A is stored in Member2
    Now we change the service name CACHE-TEST-A to CACHE-TEST-B.
    The question under consideration is how to change CACHE-TEST-A to
    CACHE-TEST-B in both members.
    Test steps:
    1 Turn off the service, execute the following code:
    CacheFactory.getCluster (). Shutdown ();
    CacheFactory.getCluster (). Stop ();
    2 Modify the configuration file, the CACHE-TEST-A modified CACHE-TEST-B
    3 Restart the service, execute the following code:
    DefaultCacheServer cacheServer = new DefaultCacheServer (new DefaultConfigurableCacheFactory ());
    cacheServer.start ();
    Result:
    Service started, but the configuration file is not loaded,
    it seems that the system is still configured with CACHE-TEST-A.

    We are going to achieve as below.
    Requirements:
    In the existing cluster nodes without adding a new premise, deploy new business class package (based on CacheStore the jar), also updating some of the Cache service scheme of the configuration.
    Solution:
    We use the above coding part (using a custom Jmx and DefaultCacheServer to stop and start nodes) to achieve the requirement, but do not know whether any other better solution for this.

  • How can I change the name of a computer I'm getting rid of?

    How can I change the name of the computer to my granddaughter's name? It's now called "My name" G5 iMac. I would also like to delete that computer icon in my Devices on my MacbookPro.

    I guess my reply to these questions in your other topic did not help?
    The name of the computer is in System Preferences Sharing pane.
    If something appears under DEVICES in a Finder window sidebar, you can click hold on it and drag it off the sidebar. If it appears under SHARED, it should no longer appear there once if that iMac is no longer on your local network, or if you turn off its shared services in the Sharing pane.

  • How to change host name and domain name in installed Cisco Meeting Place Express 2.0?

    Hi
    I have  Cisco Meeting Place Express 2.0 installed on server. Meting Place uses Linux (Red Hat) as base operation system. Please tell me how I can change host name and domain name for Meeting Place Express application to integrate it into corporate domain infrastructure.
    Thanks in advance!!!
    Sincerely yours
    Sergey Bondarenko

    Hi
    Thanks for your attention for my humble problem.
    I have performed Meeting Place Express configuration through the “net” command.
    But now unfortunately I can't connect to meeting place through web browser. I just get blank page.
    Though I can reach the server with help of ssh. I think my DNS works properly because I can resolve the ip address of  cumpxvoice .uclab.com and cumpxweb. uclab.com with help of dig command.
    Have you any idea?
    A lot of thanks in advance!!
    Sincerely yours Sergey Bondarenko
    Here I have printed the net configuration output of Cisco meeting Place Express:
    [root@cumpxvoice root]# net
    This is the MeetingPlace Express network configuration utility.
    Up to the point where you save changes, it is safe to hit ^C to get
    out at any time, in which case nothing will have changed.
    1) List current configuration
    2) Configure Ethernet port 1
    3) Configure Ethernet port 2
    4) Configure service bindings
    5) Set host names
    6) Set domain name
    7) Configure DNS service
    8) Configure NTP service
    9) Configure routing
    10) Done
    Select: 1
    Primary/audio host name: cumpxvoice
    HTTP host name:          cumpxvoice
    RTMP host name:          cumpxweb
    Domain name:             uclab.com
    Service bindings:
    Audio:                   port 1 (eth0)
    Web browsing (HTTP):     port 1 (eth0)
    Web conferencing (RTMP): port 2 (eth1)
    Port 1 (device eth0):
    IP Address:      10.62.60.116
    Network mask:    255.255.255.0
    Default gateway: 10.62.60.1
    Link setting:    autoneg on
    Port 2 (device eth1):
    IP Address:      10.62.60.117
    Network mask:    255.255.255.0
    Default gateway: 10.62.60.1
    Link setting:    autoneg on
    Static routes:
    Destination      Gateway          Network mask     Port
    0.0.0.0          10.62.60.1       0.0.0.0          1
    DNS Servers:
    10.62.60.115
    10.0.1.4

Maybe you are looking for