Change of handle name

dear all
anybody can tell me how i can change my handle name of otn.oracle.com
Edited by: satishreddy on Oct 27, 2008 11:12 AM

ssss wrote:
i already tried it but the changes r not taking placeWhat doesn't work? It appears that your initial handle was Satishreddy and now you have changed it to SSSS isn't it?
Aman....

Similar Messages

  • Change email and handle name

    Hi.
    I changed my email and my Handle name of my account but in my user profile and my old posts the name and the email not change.
    Thanks in advance

    Hi Siri
    I already changed my email address in https://myprofile.oracle.com and there is fine
    but if login in fourm, User Profile, the email did not change.
    I also want to change my visible name
    I changed everything today, maybe I have to give a time

  • Oracle forums: Handle name after changing email

    Hi All,
    After changing my email, handle name on my old posts were changed to "974972" and all those old posts are not listed under my new accounts/handle name any more.
    New posts work fine. Any help would be appreciated!
    Thanks!
    Kathar

    Osama_mustafa wrote:
    BluShadow wrote:
    This is a common problem.
    change of mail id
    You would need to contact otnfeedback at oracle.com via email to ask them to correct it, though you've probably picked a bad time to change your email, considering the forums are due to be upgraded this weekend to new software, and correcting that issue is something that is usually picked up by admin within about 1 week, though I imagine they're a tad busy at the minute with the pending upgrade.is this issue will be included with Forum upgrade ?Your guess is as good as mine.

  • How do you handle change in user names if folks get married or divorced

    If an application is using the apex authentication scheme, how do you handle change in user names if folks get married or divorced. The reason I ask the question is that all of apex uses v('app_user'), which is the user_name. If I have transactions done by this user and then their name changes, which means so does their id, how do I get all of their transactions, before and after the name change. Traditionally I would expect to use user_id, not sure if this feature is still available. I can always create a custom auth scheme, but that is a lot of additional work. Any ideas?
    Thanks,

    Appreciate your help and time Jari, below is my game plan, unless someone has a better idea,
    I plan on doing the following to use user_id for auditing of transaction records:
    1. Get the user_id to use in the tables audit trail fields
    user_id := apex_util.get_user_id(v('app_user'));
    OR
    user_id := apex_util.get_current_user_id;
    2. If a user changes their name then use
    apex_util.set_last_name(p_user_id, p_new_lastname);
    apex_util.set_username(p_userid, p_new_username);
    Thanks,

  • My Oracle Forums Handle Name Changed without my notice!!!

    Hello Oracle Forums Moderators,
    I joined Oracle Forums 04/04/08 with and email address (1). I decided to change my email address and handle names, so my forums handle name is cutedba and my email address is (2). I already had like 8 posts in oracle forums. Today when I logged to oracle forums I found my handle name is user8722709 and my posts resets to only one post (with this thread, it will become two posts).
    and my joining date became 08/19/09.
    I went to the control panel and edited the profile and handle name to cutedba. I received the following message:
    "The handle you are trying to update is already being used, please identify any other value and retry."
    and I logged as my new email address (2) as usual. Please fix this for me. Because I am the cutedba in Oracle Forums.
    I also want to mark one of the threads I created earlier as answered but I can't the forum thinks I am not the author of that thread:
    How to install multiple oracle homes in oralce 9i on unix
    Thank you and best regards,
    cutedba

    Ok, let's see if I understand this clearly (cos if I don't then I'm sure the site admin won't)...
    1. You created an account (let's call it "Account 1")...
    Acount 1:-
    Email Address: [email protected]
    Forum Notifications Email: [email protected]
    Handle: {default}
    2. You created a second account (let's call it "Account 2")...
    Account 2:-
    Email Address: [email protected]
    Forum Notifications Email: [email protected]
    Handle: {default}
    3. You modifed Account 1 to change the Forum Notifications Email and the handle:
    Account 1:-
    Email Address: [email protected]
    Forum Notifications Email: [email protected]
    Handle: cutedba
    That's right.
    all my forum participation were updated including post numbers.
    What was updated? All you did was change your notification email and your handle on Account 1?You are right.
    I also successfully login using email id (B) with the password, no issues.Yes, I dedicated an email account for oracle stuff and I used it to create an oracle account (Account B) because I couldn't delete/disable Account A from oracle.
    >
    4/ submitted a new thread in oracle forum as in the link I mentioned earlier.I don't see that has any relevance.correct!
    5/ when I visited back Oracle Forums Today, I saw that my post count reset to 1 (last reply) and the system identified me as a different user (user8722709) than cutedba. I went to the Control Panel and Modified the Name Handle for forums back to cutedba . I received the message mentioned earlier.Which account did you log on as?Account B
    It seams that Oracle forums end me up with two identities!!But you created two, so there will be two. ?:|Because oracle will not delete/disable account A
    Please I need you to help on fixing this issue.I'm just a user of OTN like yourself, I can't fix it, I'm just trying to help ascertain exactly what you've done.I understand, thank you for help and make this issue clearer even to me ;-)
    One more thing, I logged in to oracle forums using email (A) and my profile cutedba is there.Brilliant, that's what I'd expect.
    I went to the Control panel and found the Username is still with email (A) but the forums email is with email and (B).Exactly, that's also what I'd expect.
    But why still the the username did not changed and my profile is not updated yet?On which account?Account A
    Occasionally, if OTN have been doing upgrades or such things, I believe the forums will move across to the failover servers, so sometimes changes to profiles may not be picked up or transferred back to the main servers. However, you said you'd logged in with Account 1 and it said cutedba on it.
    I think it is the same bug in the forums.
    I feel this too.
    I wish if OTN has the ability to allow users to delete account that are no longer necessary, like my case here. Account A is no longer necessary for me but if switched the handle names between account A and B, I still can't get the credits and links for Account B profile.
    How to report OTN bugs?
    Regards,
    Cutedba

  • 11g change an event name on an ADF OperationBinding

    Hi,
    In the main page I have an eventmap where I defined some events with their consumer and producers.
    Now in a task flow I want to change the event name in a particular situation so it fires a different event in the main page eventmap
    how can I do this from a backing bean.
    here is the methodaction from the pagedef of the page fragement
    <action IterBinding="DepartmentsViewTFLeftIterator"
    id="setCurrentRowWithKeyValue" RequiresUpdateModel="false"
    Action="setCurrentRowWithKeyValue">
    <NamedData NDName="rowKey" NDType="java.lang.String"
    NDValue="${bindings.setCurrentRowWithKeyValue_rowKey}"/>
    <events xmlns="http://xmlns.oracle.com/adfm/contextualEvent">
    <event name="LeftSetCurrentRowWithKeyValue"/>
    </events>
    </action>
    I want to change LeftSetCurrentRowWithKeyValue
    event name to an other name.
    Here some code where I can retrieve from event information but this does not get me any further.
    DCBindingContainer bc = (DCBindingContainer)BindingContext.getCurrent().getCurrentBindingsEntry();
    JUCtrlActionBinding con2 = (JUCtrlActionBinding) bc.findCtrlBinding("setCurrentRowWithKeyValue");
    EventConsumer eventC = con2.getEventConsumer();
    EventProducer eventP = con2.getEventProducer();
    Hope someone can help me
    thanks Edwin

    Hi Frank.
    I have a TaskList TF where I show the BPEL workflow tasks, These tasks belong to a task type. For every task type I have in the main page I have an eventmap with so many event handling.
    Now in the TaskList TF I don't want to use a TF router and call the same method action for every workflow type with the only difference an other event name in the pagedef.
    Is this is not possible I will use TF input parameters
    thanks Edwin

  • How can I change my handle?

    Hi all,
    I'm trying to change my handle from this dreadful GUID (bded5c7...) into something more user friendly. I already went to my profile to specify my Username under OTN Public Display Name, but it doesn't seem to work.
    Any ideas?
    Thanks in advance for the help.
    Regards,
    P.

    1bded5c7-e555-4306-ac86-45da83dff439 wrote:
    If you go back into your profile, does the desired change seem to be in effect?
    It may simply not show the new name until you do a log-out and another log-in.
    There have been occasions where the software that underlies this forum site does not
    (how can I phrase this ...???)  work correctly.
    It could be a simple as wait a day for the change to propagate across to the site's various mirrors, member name roster databases, HA/DR cluster nodes and so forth.
    It could be that the name-change mechanism just isn't working today but will magically do as you want a couple of days from now.
    We all feel your pain.   If you glance through a few months' worth of postings in this Community Feedback subforum, you'll see you are not unique in this experience.

  • Want to change my Skype Name

    I would like to change my Skype name on Skype.  I am not seeing the option to do so anywhere on Skype.  Would anybody know how I can do that?  Dandoun

    You can only change your account display name, but not your account username -
    https://support.skype.com/en/faq/FA110/can-i-change-my-skype-name-or-display-name-in-skype-for-windo...
    CONTACT SKYPE CUSTOMER SERVICE   |  HOW TO RECORD SKYPE VIDEO CALLS  | HOW TO HANDLE SUPICIOUS CALLS AND MESSAGES   |  WINDOWS PROBLEMS TROUBLESHOOTING   |  SKYPE DOWNLOAD LINKS  
    MORE TIPS, TRICKS AND UPDATES AT
    skypefordummies.blogspot.com

  • Change in column name in REUSE_ALV_FIELDCATALOG_MERGE

    Hi Everyone,
    In my requirement  I need to change the column name in the internal table t_fieldcat. But where can i find the way to change the names of column in REUSE_ALV_FIELDCATALOG_MERGE
       CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
         EXPORTING
           i_structure_name       = 'YV_TAB'
         CHANGING
           ct_fieldcat            = t_fieldcat
         EXCEPTIONS
           inconsistent_interface = 1
           program_error          = 2
           OTHERS                 = 3.

    Hi,
    you can do it in different ways, please try
    1) Build field catelog
    CLEAR wa_fieldcat.
      wa_fieldcat-tabname     = tab_name
      wa_fieldcat-fieldname   = 'Field Name'
      wa_fieldcat-seltext_l   = 'Field Text'.
      wa_fieldcat-outputlen   = 15.
      APPEND wa_fieldcat TO it_fieldcat.
    2) Create a structure with required fileds and create new data element refer with standard domain. Then you can give your require text in the Field Label tab. pass this structure to the FM.
    CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
    EXPORTING
    i_program_name         = sy-repid
    i_internal_tabname     = 'internal_tab_name'
    i_structure_name       = 'structure_name'
    i_inclname             = sy-repid
    CHANGING
    ct_fieldcat            = it_fieldcat[]
    EXCEPTIONS
    inconsistent_interface = 1
    program_error          = 2
    OTHERS                 = 3.
    IF sy-subrc <> 0.
    * Implement suitable error handling here
    ENDIF.

  • Chnaging my handle (name)

    If I changed my handle, does it effect my old posts ?
    In other hand,,, If I searched by my new name, does it retreive all my posts or just the new onces ?
    Saad

    If I changed my handle, does it effect my old posts ?Yes.
    If I searched by my new name, does it retreive all my posts or just the new onces ?All your posts.
    Nicolas.

  • We have an itunes account on our desktop and my kids have it on their ipod and iphone. I went in and changed our user name from my old e-mail address which is no longer accessible to my new one and now either of my kids can access the itunes store..

    We have an itunes account on our desktop and both my kids have it on iphone and ipod. I went in and changed out user name from an old e-mail address which is no longer accessible to my one I use now... When the kids try to sign onto the itunes store it tells them they have the wrong user name..
    Can this be fixed??

    Did you change the email address or create a new Apple ID?
    If the email address associated with the account was merely changed, sign out of the Apple ID on the devices and sign in using the new credentials.

  • How can I change my user name? Someone else is using "phammm" my user name. At this point I cannot sign in with my email address and change my name. Help!

    When I try to access the user forum, I have this problem. I am trying to access the forum for a problem with Firefox. NOte the typo; my user name is phamm.

    hey...thanks for your post....ok I followed your instructions but seems this is what i had already done...
    so say when I turn my computer on
    I get
    MAC OS X
    Louise xOldsurnamex
    Login user: Louise xnewsurnamex
    Password-----------
    So I have already changed the login name and it is the only one showing in accounts (and is admin)
    What i want to change is the name above...I am unsure how to describe it? Basically the name of my computer???
    Errr is this poss? Do you know what i am describing?
    Thanx Louise

  • How do I change my user name in syn? I typed in the wrong email address. And I cancelled syn thinking this may work but no luck.

    How do I change my user name in syn? I typed in the wrong email address. And I cancelled syn thinking this may work but no luck.

    You have to clear saved password for this page:
    # Open you login page (where you have to enter username and password).
    # Right click on page and select '''Page Info''' form context menu.
    # On last tab ('''Security''') there is '''View saved passwords''' button, click it and delete all saved passwords for this page.
    # Also clear all related cookies (just in case) there is button for this next to first one.

  • Unable to change group text name or add person to some group texts in iOS 8

    I really like the ability to change group text names as it helps me separate work group texts from personal especially when I have coworkers that have separate business phones. I'm unable to change the name of some group texts as the option is not there when I go into details. I'm also unable to add contact to the same group texts that I'm unable to change the name on. Is this a glitch or am I missing something?

    Hi CaliWingsFan,
    If you are having issues with renaming and adding users to group texts, you may want to try some things to troubleshoot.
    First, quit all running applications and test again -
    iOS: Force an app to close
    Next, I would try restarting the iPhone -
    Turn your iOS device off and on (restart) and reset
    If the issue is still present, you may want to restore the iPhone as a new device -
    iOS: How to back up your data and set up your device as a new device
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • How can I change the account name in iCloud.  My email has changed and I want to change it on iCloud.

    How can I change the account name in iCloud.  My email has changed and I want to change it on iCloud.

    To change your iCloud ID, go to Settings>iCloud, tap Delete Account, then sign back in with the new ID.  This deletes the account and your iCloud data from your device, but not from iCloud.  Provided you are signing back into the same account, your iCloud data will reappear on your device when you sign back in.
    To avoid losing photo stream photos, save them to your camera roll (if not already there) before deleting the account.  To do this, open your my photo stream album, tap Edit, tap the photos, tap Share, then tap Save to Camera Roll.
    To change the ID on your Mac, go to System Preferences>iCloud, sign out, choose Delete for all the prompts (your data will still be in iCloud), then sign back in with the changed ID.

Maybe you are looking for

  • Adobe Photoshop CS2 shuts itself down after printing..

    Not sure whether I'm in the right place to post this.. In my workplace, we just bought some new iMacs for design class. They are a 2GHz with Intel Core Duo, and has 1GB 667 Mhz DDR2 SDRAM, and running Mac OSX 10.4.8. The Photoshop CS2 is version 9.0

  • HT4623 How do I get the accessibility icon to show in my general page to receive automatic updates

    How do I get the accessibility icon to show in my general page to receive automatic updates

  • Multiple masks not adding like they should

    Hi all, I don't use motion all that much, so I may have not done something right.  I have a video clip with an object I need to isolate from the background.  E object is complex enough where I'll need to have multiple masks make to do it properly.  S

  • 7.0 Query

    Hi Experts, What is the difference between the Charactreistics Restrictions and the default value tab in 7.0 query both of these tabs fall under the filters tab.. help with an example would be really appreciated Thanks

  • WSUS 3.0 SP2 Isolated

    We have created a new WSUS Server and i want to download all the updates from microsoft so that i can then export them and take them to a disconnected WSUS server Q: How can i begin download of updates since no computer report this WSUS server -- who