How i know the password of user created by su10

Hi all,
i have created three users by SU10 and gave the role y_functional_all , but the problem is that how i will get the password for that user to connect.
rgds
imran

hi ,
1-- thanks for reply, what i understood that i connect to each user one by one by su01, then manually give each users the initial passwords.
2-- is there any method to give default password for all when new user is created.
waiting for reply
imran

Similar Messages

  • How to know the password of database schema...

    Hi all,
    i forget the Password of a particular schema. i have the Password of SYS. Kindly tell me the table from where i can get to know the Password.
    Or
    Tell me How to delete the same particular schema from all the system table where is is mentioned. Tell me the Table Names.

    And to illustrate what said Mark...
    SQL> show user
    USER is "SYSTEM"
    SQL> alter session set current_schema=scott;
    Session altered.
    SQL> create table truc as select * from dba_objects where 1=2;
    Table created.
    SQL> select owner from dba_tables where table_name = 'TRUC';
    OWNER
    SCOTT
    1 row selected.
    SQL> disc
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> conn system/demo102a@demo102a
    Connected.
    SQL> desc truc
    ERROR:
    ORA-04043: object truc does not exist
    SQL> desc scott.truc
    Name                        Null?    Type
    OWNER                                VARCHAR2(30)
    OBJECT_NAME                          VARCHAR2(128)
    SUBOBJECT_NAME                       VARCHAR2(30)
    OBJECT_ID                            NUMBER
    DATA_OBJECT_ID                       NUMBER
    OBJECT_TYPE                          VARCHAR2(19)
    CREATED                              DATE
    LAST_DDL_TIME                        DATE
    TIMESTAMP                            VARCHAR2(19)
    STATUS                               VARCHAR2(7)
    TEMPORARY                            VARCHAR2(1)
    GENERATED                            VARCHAR2(1)
    SECONDARY                            VARCHAR2(1)
    SQL> Nicolas.

  • How we know the Number of users logged into stratus?

    Hai,
    How can we  know the number of users logged into stratus? If we knows only,in our project we can check the users are valid/authenticated.can we check that?
    Advanced Thanx

    Stratus is adobe service which provides you with p2p id or say all your
    application's users a p2p id. Adobe doesn't have any admin section where you
    can manage/see all connected p2p users in your application.
    This you have to implement at your end in your application code i.e.
    authentication,validation and user counter.
    Thanks,
    Vivek.

  • How to know the password

    To share the internet through my I mac, I have created the necessary network. But the problem is I have forgotten the password created by me to access the Internet Sharing. Can somebody tell me how to completely reset the password for Internet sharing through Wifi?

    Just quit that under the Wifi icon, & redo it, but...
    I forgot a password in my Keychain
    http://docs.info.apple.com/article.html?path=Mac/10.4/en/mh1960.html
    Open Keychain Access in Utilities, use Keychain First Aid under the Keychain Menu item, then either check the Password under that item, change it, or delete it and start over.
    Resetting your keychain in Mac OS X...
    If Keychain First Aid finds an issue that it cannot repair, or if you do not know your keychain password, you may need to reset your keychain.
    http://support.apple.com/kb/TS1544

  • How to retrieve the password of user in BOE thru SDK?

    Dear all
    In Java Code:
    Can we use the administrator to login the BOE, and retrieve the password of specific user in BOE thru SDK?
    Thanks and best regards.
    David Zhang

    Hi Ted
    Thanks for your sharing.
    David

  • Hi, how to know the standard routines.........

    hi,
    sap gurus,
    how to know the standrad routines
    user exits
    functional module exits
    field exits
    used to process the business transaction
    balaji.t
    09990019711

    hi,
    you can find the enhancements that can be done in SD under
    SPRO > SD > System Modifications. Here you can find the list of enhancements which will contain exits that can be used at order,delivery, billing etc. Also you can add new fields to pricing field catalog.
    To see the all the available routines, used in copy controls,pricing routines, forumulas please see t.code VOFM.
    Balaji, can i please request you to close your previous threads if they are answered by rewarding all the useful answers.
    regards
    sadhu kishore

  • Oracle 8i : How To Know The User Password

    Hi Everyone
    I' am a developer, Developing Business System with Oracle 8i Ver 8.1.6 and Developer 6i
    I Create a schema called Bank_Acct, and I Created many users and grant each user a role on some tables according
    to his work, I Notice That, Some User Can know the Password of The User Bank_Acct easily, I changed The Password in the evining, and they can know it in the morning, I was very carful when i changed the password, but i thing there is a log file or anything else, they use it to know the password.
    Thank You

    Ok.
    I will Describe my problem in detail, I have Client Server Application, The Application Is on The Server, For each user, I Create User_Name, Password and grant a user a role, such as inventory_Role, Customer_Role, Account_Role according to the user job, This role just contain the create session and some grants on the tables of the application, from three month ago, I write a post_Logon_Trigger on the database to Trace from where the user logon on the database, I Select AudSid, UserName, Program, Terminal, Machine, Program, OS_User From V_$Session and insert these data into a table I created.
    From one week ago, when I was check the data in the this table, I discoverd that, there are other terminals for some users access the application with the user Bank_Acct, although I' am only one who use this User, and also no one knows the password of this users, I was mad, how these users know the password of the user Bank_Acct,
    I Changed the Password of this user, and Also Password of all oracle default Accounts like SYS, SYSTEM, OUTLN, ...
    I Use PLSQL Developer in my work, I Changed All These from My PC, And no one can access my PC, There is Poerful restriction on the network, In The Next day, When I was Check again the table contains the users who logged on the database, I found also, There is a terminal, not my terminal access the application with the user Bank_Acct, with the new Password, This means That, The user of this termainl would know the new password and access the application with the user Bank_Acct with the new Password.
    I Don't Know how the user knew the New password without access the database or he didn't have the privileges to access the database outside the application.
    I hope I Describe my problem , clearly, I hope you to help me.
    Thank You
    YasserM

  • How can we know the password for a oracle user

    Hi to All,
    Can any one help me plz how can we know the password for any user in oracle.
    Regards
    dxb_dba

    Assuming one wants to stay with database-stored passwords (the traditional method), one may want to look at the password aging and complexity enforcing mechanisms.
    Oracle has a complete manual around this. For 10gR2, the Oacle Database Security Guide chapter 4 is interesting reading - section 4.3 is the discussion for database authentication. And section 7.4.4 talks about the complexity enforcement.
    Message was edited by: Hans Forbrich - reworded so it is not misinterpreted as directed at an individual.

  • How can I hide the password and user name in url???

    Hi experts,
    I'm creating a login page and know I have a problem.
    The Username and password are verified in a Java class, after checking the user and password, the user should be linked to the portal.
    So far everything has worked well.
    But when I call the lin like this
    res.sendRedirect ("/ irj / portal j_user =" + UserN + "& j_password =" + passw);
    then the user name and Pwasswort appears in the url.
    Can someone tell me how can I hide the password and user name???
    It will be very helpful.
    Thank you
    Edited by: Cilvaring on Aug 5, 2011 12:00 PM

    If there is no specific reason that you have to use sendredirect...thne you can try request.forward.....
    RequestDispatcher rd = request.getRequestDispatcher("pathToResource");
      rd.forward(request, response);

  • How can I change the old Apple ID, and i want to use my new Apple ID, i dont know the password because my phone is a gift for me of my sister what should i do, i cant update my iphone4 pls help me

    How can i use my new Apple ID, instead of using the old Apple ID what will i do to delete the old Apple ID in my phone

    Heres the situation guys, my sister is working abroad, when she went home, she gave me her  iphone, I started using this phone almost a year now, when Apple noticing me to update my phone, I cant do it because i don't know the password, i create my own Apple ID and started using it just now, everytime i try to update my phone the old Apple ID kept on appearing instead of my Apple ID,

  • I don't know the password for the SMTP account so as to mail photos.  How can I retrieve or change the password?

    I am unable to share photos from the Iphoto program because I don't know the password for the SMTP account.  How can I either retrieve or change that password?  Or is it one I already should know?

    Have you set the general preferences in iPhoto to email using iPhoto? Then change it to email using "Mail". This way iPhoto will use your regular Mail account.

  • How do I delete an iCloud account from my iPad that I no longer know the password for and have no access to the email account to change it?

    How do I delete an iCloud account from my iPad that I no longer know the password for and have no access to the email account to change it?

    You will need the password. If you can't get it reset via http://iforgot.apple.com (if you remember the answers to the account's security questions then you should be able to reset it via them) then try contacting Support in your country, they should be able to reset it.
    Contacting Apple about account security : http://support.apple.com/kb/HT569
    If your country isn't on that page then try this form and explain and see what they reply with : https://ssl.apple.com/emea/support/itunes/contact.html

  • HT201363 I have a lot of money on my Apple ID but when I try to buy something it ask for my security questions that I do not remember the answers to. I also don't have access to the email I used to set up my Apple ID but I do know the password how do I fi

    I have a lot of money on my Apple ID but when I try to buy something it ask for my security questions that I do not remember the answers to. I also don't have access to the email I used to set up my Apple ID but I do know the password how do I fix this ?

    You need to ask Apple to reset your security questions; ways of contacting them include phoning AppleCare and asking for the Account Security team, clicking here and picking a method for your country, and filling out and submitting this form.
    They wouldn't be security questions if they could be bypassed without Apple verifying your identity.
    (105412)

  • I don't know the password for my OLLLLDDDD iTunes AOL accounts, and thus can't play half of my music. How can I fix this?

    I recently had to get a new hard drive on my laptop and thus lost all of my music. I've had my iPod for somewhere around six years, and have amassed a lot of music during that time and gone through a couple computers (mostly because I was working up to a computer of my own...). So, if you can guess where I'm going with this, I have had at least three different iTunes accounts and I still have all of the music on an external drive. My problem is that now that I'm putting my music back on to the new hard drive, I can't play some of the songs because I don't know the password for the OLD AOL accounts. I've tried every variation of password I can think of that I would have used, but still come up with nothing. I tried calling the AOL support number and the guy said he had no idea what I was talking about and hung up on me. To make things even more confusing, iTunes seems to have created an identical account to the one I use now but as an AOL account and I have absolutely no idea what the password is. This means that half of my music/TV shows/movies are not able to be watched/listened to. Does anybody have any idea what I can do to recover my password? Or am I totally screwed?? Please help!

    Ok..
    Launch iTunes. From the menu bar top of your screen click Store / Authorize This Computer.
    iTunes seems to have created an identical account
    No... Apple does not "create" an account for you.
    I've had my iPod for somewhere around six years, and have amassed a lot of music during that time and gone through a couple computers
    You've purchased iTunes media all this time and never backed it up?

  • I went to create a itunes account and entered the wrong e-mail in and my ITunes confirmation code was sent to that e-mail. The person who recieved the e-mail shouldnt be able to keep it due to they dont know the password i made for the account correct?

    I went to set up an ITunes account and entered the WRONG e-mail. After everything was complete it sent the Itunes conformation number to the wrong e-mail. I dont believe they can use it because they dont know the password it will ask them for that e-mail for the account. How do i redeem the itunes back? When i enetr the code to try and use it for my correct e-mail it says it already has been redeemed.

    Go to https://expresslane.apple.com ; select 'iTunes' in the first column; 'iTunes Store' in the second column then see if there is an appropriate place to report the problem.

Maybe you are looking for

  • How do I easily connect to other computers on my local network?

    Tiger was easy, Leopard has many confusing options that aren't clear to non-tech people. I have 5 other computers on my local network. 3 are Leopard, One is Tiger and one is Panther. All machines are password protected at startup. Trying to configure

  • Having a problem with images on Mac/Safari

    Hi!     I got a Mac in March of this year, and I love it! But ever since I first got it, I've been having this problem. You see, about 4 days in, I started making audiorecordings on my Mac, and since then I've noticed a bit of a stuttering. Images ar

  • Itunes 10.7.0 21x64 will not install

    New windows 7 64 bit install attempting to run Itunes 10.7.0 21x64.  Get error on start of install that says: "The installer encountered errors before itunes could be configured.  Errors occurred during installation.  Your system has not been modifie

  • Template won't update in CS3

    Hi all I have been using this template all year, yesterday it wont update any pages using the template. I have not changed the location of the template, have not renamed it, have not changed any editable regions. Done the Site>Advanced>Recreate site

  • Updating bw content

    hi,       we have downloaded bw content in zip format       while unzipping 3 folders are created 35,36,37       in cu36 we imported all data and cofiles       but for ifiles in program RSIRTRIM it is asking a task request.       we created a workben