Get rid of domain name

Hi all,
How to get rid of domain name from global_name?
db_name = test
db_domain =
select * from global_name
global_name
test.oracle.com
Is there any parameter to set so that only "test" will be displayed in global_name not "test.oracle.com"?

Try:
db_domain="" ;
edit the network files:
sqlnet.ora - delete the entry for the default domain
tnsnames an listener : edit the service_name
Cheers,
Dobby

Similar Messages

  • Can't seem to get my own domain name to work

    First of all I'm sure this has been asked a lot so apologies if it's a repetitive post I'm just at the hair pulling stage!
    Well. I've had no issues joining mobile me (joined a week ago) and publishing my site from iWeb.
    But then I wanted to get my own domain name.
    (i got it from 123-reg.co.uk just in case that is is anyway significant.)
    This is where my question becomes a bit "Balloon" shaped.
    When setting my CName on 123-reg I was asked to enter info into two boxes. (That seemed to tally with the help files I have read.)
    I entered web.me.com into the first box and my domain name into the second. I'll just call it for now www.mywebsite.co.uk
    Then it asked me to enter my website IP which I located by using one of those pages you can type a domain into and it searches...
    Sorry if this is dumb but does that sound about right?
    Some questions-
    -Is it correct to put www.mywebsite.co.uk as well as web.me.com or should it be something else?
    -Would there be any mobile-me issues while I'm still on the free trial?
    -Are some domain name providers incompatible with mobile-me?
    -And if I change the CName with the registrar should I delete and reconfigure myown domain in my mobile me-account?
    If anyone could enlighten me they would basically be my new hero!
    Thanks.

    Oh one more thing..
    When asked for the IP of your website does that mean the IP of your own website or the host (being Mobileme of course? i.e. the IP of www.web.me.com/mywebsitetemporaryname or me.com?

  • A friend gave me an older Nano 3rd generation. Can anyone tell me how to delete what is on there and how to get rid of his name. It does not connect to my itunes. I cannot even find the source or the place to restore it as suggested in the owners manual.

    I have a 3rd generation ipod that a friend gave me. I cannot find anything on how to get rid of his name and music on it. This is what the owners manual says:
    "Select ipod nano in the soiurce list and click the summary tab" I cannot find the source or the summary tab on itunes. Can any one help me? I would like to delete everything on it and start over but I am afraid I cannot add anything back on it. I know this is detailed and a lot, but I really need help.

    Restore
    Note: Because Restore erases all of the songs and files on iPod, make sure toback up any files you've saved on the iPod disk. All of your songs, videos, podcasts, audiobooks, and games can be loaded back to your iPod provided that you have them stored in your iTunes Library.
    How to restore your iPod:For Windows:
    1. Make sure you've reinstalled the latest version of iTunes.
    2. Open iTunes, and then connect your iPod to your computer.
    3. After a few moments, it will appear in the source list in iTunes. If the iPod's display doesn't show "Connected" or "Do not disconnect" you may need to put the iPod into disk mode to proceed.
    4. Select your iPod in the source list and you will see information about it appear in the Summary tab of the main iTunes windows.
    5. Click the Restore button. You will be prompted with one or more restore options that may prompt iTunes to automatically download of the latest iPod Software. The 4 possible restore options are:
    Restore Option 1: Restore - Restores with same iPod Software version already on iPod.
    Restore Option 2: Use Same Version - Restores with same iPod Software version already on iPod even though a newer version is available.
    Restore Option 3: Use Newest Version - Restores with the latest iPod Software on your computer.
    Restore Option 4: Restore and Update - Restores with the latest iPod Software on your computer.
    6. A progress bar will appear on the computer screen indicating that the first stage of the restore process has started. When this stage is completed, iTunes will instruct you to leave iPod connected to your computer to complete restore.
    7. During the stage 2 of the restore process, the iPod will show an Apple logo as well as a progress bar at the bottom of the display. It is critical that the iPod remains connected to the computer or iPod Power adapter during this stage. Note: The progress bar may be difficult to see since the backlight on the iPod display may be off.
    8. After stage 2 of the restore process is complete and the iPod is connected to the computer, the iTunes Setup Assistant window will appear asking you to name your iPod and choose your syncing preferences similar to when you connected your iPod for the first time.
    For Mac:
    1. Make sure you've reinstalled the latest version of iTunes.
    2. Open iTunes, and then connect your iPod to your computer.
    3. After a few moments, it will appear in the source list in iTunes. If the iPod's display doesn't show "Connected" or "Do not disconnect" you may need to put the iPod into disk mode to proceed.
    4. Select your iPod in the source list and you will see information about it appear in the Summary tab of the main iTunes windows.
    5. Click the Restore button. You will be prompted with one or more restore options that may prompt iTunes to automatically download of the latest iPod Software. The 4 possible restore options are:
    Restore Option 1: Restore - Restores with same iPod Software version already on iPod.
    Restore Option 2: Use Same Version - Restores with same iPod Software version already on iPod, even though a newer version is available.
    Restore Option 3: Use Newest Version - Restores with latest iPod Software version on your computer.
    Restore Option 4: Restore and Update - Restores with latest iPod Software version on your computer.
    6. A message will appear prompting you to enter an administrator's name and password.
    7. A progress bar will appear on the computer screen indicating that the first stage of the restore process has started. When this stage is completed, iTunes will instruct you to leave iPod connected to your computer to complete restore.
    8. During the stage 2 of the restore process, the iPod will show an Apple logo as well as a progress bar at the bottom of the display. It is critical that the iPod remains connected to the computer or iPod Power adapter during this stage. Note: The progress bar may be difficult to see since the backlight on the iPod display may be off.
    9. After stage 2 of the restore process is complete and the iPod is connected to the computer, the iTunes Setup Assistant window will appear asking you to name your iPod and choose your syncing preferences similar to when you connected your iPod for the first time.
    Source:
    iPod nano (3rd generation) Troubleshooting Assistant
    Message was edited by: michael08081

  • To get rid of Schema name in output using DBMS_METADATA

    Hi all,
    Would someone be able to tell me how to get rid of the schema name output given by the below select stmt.
    Query
    Select Dbms_metadata.Get_ddl('FUNCTION','ACCOUNT_CODE')
    from dual;
    Result
    CREATE OR REPLACE FUNCTION "GOINGLIVE"."ACCOUNT_CODE" (PTransCode VarChar2,.............
    I checked for the documentation, but could manage to eliminate only storage clauses, tablespace etc. but not teh schema name.
    Please provide your advise on this.
    Thanks
    - Sandeep

    Which version are you on?
    In 10g, you can use DBMS_METADATA.SET_REMAP_PARAM to get rid of schema name:
    SQL> create table md_test(x int, y varchar2(10));
    Table created.
    SQL> declare
      2    l_ctx number;
      3    l_ctxt number;
      4    l_ddl sys.ku$_ddls;
      5  begin
      6    l_ctx := dbms_metadata.open('TABLE');
      7    dbms_metadata.set_filter(l_ctx, 'NAME', 'MD_TEST');
      8    l_ctxt := dbms_metadata.add_transform(l_ctx, 'MODIFY');
      9    dbms_metadata.set_remap_param(l_ctxt, 'REMAP_SCHEMA', user, null);
    10    l_ctxt := dbms_metadata.add_transform(l_ctx, 'DDL');
    11    dbms_metadata.set_transform_param(l_ctxt, 'SEGMENT_ATTRIBUTES', false);
    12    l_ddl := dbms_metadata.fetch_ddl(l_ctx);
    13    dbms_output.put_line(l_ddl(1).ddltext);
    14    dbms_metadata.close(l_ctx);
    15  end;
    16  /
    CREATE TABLE "MD_TEST"
       (    "X" NUMBER(*,0),
            "Y" VARCHAR2(10)
    PL/SQL procedure successfully completed.In 9i, you have to resort to some manual tricks (with REPLACE, probably):
    SQL> create table md_test(x int, y varchar2(10));
    Table created.
    SQL> declare
      2    l_ctx number;
      3    l_ctxt number;
      4    l_ddl sys.ku$_ddls;
      5  begin
      6    l_ctx := dbms_metadata.open('TABLE');
      7    dbms_metadata.set_filter(l_ctx, 'NAME', 'MD_TEST');
      8    l_ctxt := dbms_metadata.add_transform(l_ctx, 'DDL');
      9    dbms_metadata.set_transform_param(l_ctxt, 'SEGMENT_ATTRIBUTES', false);
    10    l_ddl := dbms_metadata.fetch_ddl(l_ctx);
    11    dbms_output.put_line(
    12      replace(l_ddl(1).ddltext, '"' || user || '".'));
    13    dbms_metadata.close(l_ctx);
    14  end;
    15  /
    CREATE TABLE "MD_TEST"
       (    "X" NUMBER(*,0),
            "Y" VARCHAR2(10)
    PL/SQL procedure successfully completed.
    SQL> select * from v$version where rownum = 1;
    BANNER
    Oracle9i Enterprise Edition Release 9.2.0.6.0 - ProductionHope this helps,
    Andrew.

  • How do I get rid of group names

    How do I get rid  of group names in contacts, I seem to have loads of group names ??

    Those are not users. They're computers or printers on the network. Your Wi-Fi network may be insecure. Check the router settings to make sure you're using WPA 2 security, and if you are, change the password to a random string of at least ten upper- and lower-case letters and digits. Any password that you can remember is not good enough.

  • How to get localcomputer network  domain name?

    HI all
       Does any one know how to get  localcomputer's network domain name !  I call use function to get  local computername in sap system! But I could not find any functions to get network domain !

    Below link may be useful, check reply from Poornanand.
    Get user system domain name ?

  • Problem getting a DDNS Domain name

    I can not get the DDNS domain name feature to work. I get a message that says user name already being used. I have tried numerous versions of names and get the same message. I can go to someplace outside my network and connect using the ip address but I would like to set up a DDNS name.

    I can not get the DDNS domain name feature to work. I get a message that says user name already being used. I have tried numerous versions of names and get the same message. I can go to someplace outside my network and connect using the ip address but I would like to set up a DDNS name.

  • In Mail I have a "no name" card in email address list that has a known address but when I click on "no name" all adresses in email list go to relevant out going address box-can't get rid of "no name" in email address list

    In Mail email list I have a "no name" card with a known email address. When I click on this card all names on list go to outgoing address box-I cannot get rid of this card

    In Mail email list I have a "no name" card with a known email address. When I click on this card all names on list go to outgoing address box-I cannot get rid of this card

  • How do I get rid of my name in Lion Login ID on Top Right of Menu

    In Lion, my user id (My full name) is at the top right of my menu screen - next to spotlight.  Im trying to figure out how to get rid of my full name because
    a) Theres only one user on this computer & I know who I am
    b) I have other apps with menu icons and I cant use them because there's not enough space due to my name.
    I basically need to clear up some real estate space, and cant figure out how to do it.  Ive kept checking system preferences but can't find out where this resides.  I want my full name to continue being my account admin id/user.  I just dont want it to be on the screen so that my apps' icons can live on the top menu bar.
    Thanks

    Thank you..  I knew it was something simple but I just couldnt figure out how to get it.  I remember the 'expert' technician setting it up had to ask someone how to make the name appear...and now I was realizing that I dont really need it up there and it's taking up valuable real estate.
    One other thing in case you know since it's somewhat related.  Ive got my computer set up so I can type foreign languages so Ive got virtual keyboard options from my menu bar.  For some reason, whenever Im asked to put my system ID password in -  like the steps you just told me to follow -  the virtual keyboard automatically pops up at the same time as the window asking me to put in my password.  Its not a big deal but its just frustrating that its there, and Im wondering why as I know its not supposed to be.  I dont see anything in Keyboard Preferences That would Be causing this.  Any thoughts?
    Thanks again for your help  Im constantly surprised at how much more helpful Support Communites has been than Applecare of the so-called trainers at the retail stores.

  • How to get rid of file name that pops up with mouseover?

    When a user is on my website and mouses over a link to another page, the name of that page comes up - for example, if I mouse over the link to the Mums Night Out page (while on the home page) the file name pops up (mumsnightout.html)
    Any idea on how to get rid of that annoying issue?
    Thanks,
    roxpat

    Is this question now solved?
    Excuse me if it is, but I am really freaking out about this and don't know what to do.
    I don't want to launch my website before everything is perfect and I really want the yellow-pop-up-box-bstrd to go away.
    I am using this code which works fine in ff and safari but not in ie:
    <script type='text/javascript'>
    function clearTooltip() {
    _links = parent.document.links;
    for (i=0; i<_links.length; i++) {
    _links.setAttribute('title', '');
    chkFooter = setInterval('checkFooter()', 100);
    function checkFooter() {
    if (parent.document.getElementById('footer_layer') != null) {
    clearTooltip();
    clearInterval(chkFooter);
    </script>
    Should I modify it in some way? Any ideas?

  • Getting list of domain names on NT, and authenticating user

    Hello, I want to make an class that will check the user login name and password on a NT domain, the class will show a screen with 2 fields, username and password, and a combobox, with all domain names, on this screen the user will type his username and password and choose a domain to login to, the class will then check if he can login to that domain.
    Currently the problem I have is that I couldn�t find a way to get a list of domain names.
    And after I get that list, what is the best way to authenticate the user ?
    Thanks a lot in advance for any help.

    hi,
    you can ask for username, password by running this code:
    String auth = httpRequest.getHeader("Authorization");
    if (auth == null)
    httpResponse.setStatus(httpResponse.SC_UNAUTHORIZED);
    httpResponse.setHeader("WWW-Authenticate", "NTLM");
    httpResponse.flushBuffer();
    return;
    if (auth.startsWith("NTLM "))
    byte[] msg = new sun.misc.BASE64Decoder().decodeBuffer(auth.substring(5));
    int off = 0, length, offset;
    if (msg[8] == 1)
    byte z = 0;
    byte[] msg1 = {(byte)'N', (byte)'T', (byte)'L', (byte)'M', (byte)'S', (byte)'S', (byte)'P',
    z,(byte)2, z, z, z, z, z, z, z,(byte)40, z, z, z,
    (byte)1, (byte)130, z, z,z, (byte)2, (byte)2,
    (byte)2, z, z, z, z, z, z, z, z, z, z, z, z};
    httpResponse.setHeader("WWW-Authenticate", "NTLM " +
    new sun.misc.BASE64Encoder().encodeBuffer(msg1));
    httpResponse.sendError(httpResponse.SC_UNAUTHORIZED);
    return;
    else if (msg[8] == 3)
    off = 30;
    length = msg[off+17]*256 + msg[off+16];
    offset = msg[off+19]*256 + msg[off+18];
    String remoteHost = new String(msg, offset, length);
    length = msg[off+1]*256 + msg[off];
    offset = msg[off+3]*256 + msg[off+2];
    String domain = new String(msg, offset, length);
    length = msg[off+9]*256 + msg[off+8];
    offset = msg[off+11]*256 + msg[off+10];
    String username = new String(msg, offset, length);
    You can put this code in youe servlet or in a filter.
    I am also strucked with similar problem.
    With this code i am getting the window to enter loginId/password but i am not able to authenticate it.
    If you have found any solution to authenticate the user please help me.
    i am really strucked.
    thanks in advance
    Pamjoshua

  • I can't get rid of layer names from the Ultiboard PCB properties-General layers tab

    A bunch of DXF layer names were erroneously entered into Ultiboard 10.1 a few years ago during a DXF importing operation. I upgraded to 12.0 recently and hoped that the old layers would be eliminated. I have been wanting to get rid of them for a long time. I tried deleting the ub_config file in AppData, but it didn't remove them. Is there anything you can think of to extract them from the program's grasp? Thanks, Tod
    Solved!
    Go to Solution.

    Hi Tod,
    I suspect one of your design file is causing this.  If you go to Options>>PCP Properties>>General Layers, do you see the DXF layers in here?  If you see the layers, can you select it then press the Delete button?
    Tien P.
    National Instruments

  • Getting rid of mail names

    I use various psuedonyms when browsing the net and use different names like in comments etc. Some how the names get attached to my email address. eg. my email addess is: David Smith<@xmail.com> and I have internet name of JollyOne, my email is now tagged as JollyOne<@xmail.com> in my Apple mail. How do I get rid of this. There is nothing in address book. Where do I look and get rid of this.
    <E-Mail Edited by Host>

    yeah...I'm pretty sure that's what I did. When I previewed the slideshow in iDVD I didn't see anything. But after I burned the DVD and played it on a different computer, each slide was named chapter 1, chapter 2 and so on...kind of takes away from the photo. I am trying it again, however...in case I'm remembering incorrectly.
    Thanks -

  • How do you get a new domain name?

    I know it must be very simple to do but I just can't understand this process.
    Do you have to buy a domain name from places like godaddy.com first?
    Or can you created it on MobileMe for free?
    Does it take 48hours to take effect?
    Thanks

    All domain names must be purchased from an domain name provider. GoDaddy.com is just one of many providers.
    Once you purchase your name and publish the site you can set up MobileMe to use that domain name in one of two ways:
    1 - using the CNAME feature of MobileMe. These documents describes how it is done:
    http://docs.info.apple.com/article.html?path=MobileMe/Account/en/acct17114.html
    http://help.godaddy.com/article/4100
    2 - using the regular domain name forwarding like this example thru GoDaddy.com (this assumes you purchase the name thru GoDaddy) as seen in this screenshot:
    Click to view full size
    OT

  • Ive deleted alot of movies off my mac but the file name of every movie still remains in all files? how do i get rid of the name? it wont let me delete :(

    i deleted alot of movies off of my mac they are gone and cannot be opened but the movie names still remain in all files in finder? it will not let me delete the names saying alias cannot be found and when i click delete alais the message only comes back up?? help please!!

    Select  ▹ System Preferences ▹ Spotlight ▹ Privacy. The list of items excluded from Spotlight indexing is shown (it may be empty.) Click the plus (“+”) icon to add an item to the list. Select your boot volume (under DEVICES) and add it to the list. Then remove it from the list by selecting it and clicking the minus (“-“) icon.
    Spotlight will rebuild the index. If you try to do a Spotlight search now from the magnifying-glass icon in the top right corner of the display, a pulsing dot will appear in the icon. When the dot disappears, the indexing is complete.

Maybe you are looking for

  • Ipod touch 3rd generation is stuck in "waiting for changes to apply" during sync

    My iPod touch 3rd generation is stuck at "waiting for changes to apply" during sync.  I have the latest update and the latest version of iTunes downloaded.  Any suggestions for a remedy to this problem?  Thanks!

  • How to do Regression Testing in XI

    Hello: We are doing some patch upgrade for XI from SP13 to SP16 and we are planning to do some regression testing in Dev, then in QA and then in Prod. Are there any steps to take or is there any blog or PDF, links on how to do such regression testing

  • Subinventories not listed in Sales  Order Line

    Hi Gurus, Need your help for the below issue. I enabled Subinventory field (through Folder>Show Filed) in the Sales Order line. But, when I click the LOV there were no subinvnentories listed. The inventory org is listed correctly. I tried with differ

  • Sonnet Firewire 800 Expresscard/34

    The Sonnet firewire 800 express card doesn't work with latest mac os 10.5.2 update, I try also on another macbook pro (same hardware config.) with 10.5.0 and doesn't work either. I think problems are Mac os X 10.5.x drivers, because the system mount

  • CIM_ERR_FAILED: No such instance: SAP_XIAdapterFramework.CreationClassName=

    Hi friends I have read all the old postings about this problem on SDN with all the links that the users have suggested. It hasn't helped and so I am putting this problem here. Any feedback will be greatly appreciated. When I ran sxi_cache I kept gett