Rest of the passwords for multiple users in 11i

Hi Hussein.

I need to reset the password for 10 users of 11.5.10.2 Application. Please let me know what is the best way. Is it possible to reset the password of the interface as well.

Thank you
-Samar-

Samar,

Use FND_USER_PKG. UpdateUser API to change the password of users - see (Note: 344979.1 - users are not prompted to change their password when using Fnd_user_pkg.) UpdateUser).

Another possible solution to force these 10 users to change their password. Modify the script in AFCPEXPIRE.sql for 10 users, you want them to change their password - see (Note: 414976.1 - how to Force all Applications users to change their password?).

Kind regards
Hussein

Tags: Oracle Applications

Similar Questions

  • Password reset disk error - "year error occurred while the wizard attempted to set the password for this user account.

    Hello!

    -A bit of background: the desktop PC that I use is Windows Vista Ultimate Edition, with active user accounts total five. I have my own account, and I can access the computer through (or through account from my brother, because I know its password).--

    I had this problem recently came where the administrator password (that I know for a long time and never changed) no longer works. So, after some research, I created a reset password on a USB disk, that I found in my house. I managed to create the disc, but when I tried to put the new password, I got the message error "an error occurred while the wizard attempted to set the password for this user account', which I must say is not very clear. I found a few methods of force - reset the password for the account of the admin, as using a sort of Windows Vista DVD or go to Safe Mode to find the hidden administrator account... but I have no idea what this DVD is or where to find, and in Safe Mode, there is no account user administrator to be seen. I believe that my machine is corrupted, but I don't want to buy a new. I want just to reset a password...

    Any help is appreciated. If I was not specific enough, I can specify in comments.

    Thank you!

    Hello

    You must make a password reset disk before that there are problems with a password, not afterwards.

    ________________________________________________________________

    Read this for your problem:

    http://support.Microsoft.com/kb/940765

    If you are unable to connect to Windows 7 or Windows Vista, you can use the Windows Vista System Restore feature, or the Windows 7 system restore feature.

    You may be unable to connect to Windows Vista or Windows 7 in the following scenarios:

    • Scenario 1: You recently set a new password for the protected administrator account. However, you don't remember the password.
    • Scenario 2: You type the correct password. However, Windows Vista or Windows 7 does not accept the password because the system is damaged.
    • Scenario 3: You delete a protected administrator account. Now, you cannot connect to another administrator account.
    • Scenario 4: You change an administrator account protected with a standard user account. Now, you cannot connect to another administrator account.

    You can also borrow and use a Microsoft Vista DVD, which contains the files for the different editions of Vista (Home Basic, Home Premium, Business and Ultimate) must be installed. The product key on your computer / Laptop box determines what Edition is installed.

    Other manufacturers recovery DVDs are should not be used for this purpose.

    _____________________________________________________________

    Microsoft prohibits any help given in these Forums for you help bypass or "crack" passwords lost or forgotten.

    Here's information from Microsoft, explaining that the policy:

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-security/keeping-passwords-secure-Microsoft-policy-on/39f56ef0-5d68-41AD-9daa-6e6019c25d37

    See you soon.

  • I tried to reset my password computer laptop but the laptop telling me an error occurred while the wizard attempted to set the password for this user account how can I fix this pleas

    I tried to reset my password computer laptop but the laptop telling me an error occurred while the wizard attempted to set the password for this user account, how can I fix this means if someone knows how to fix teas pleas answer me quickly I have to work

    Logging in as an admin account, then reset the password for the account of the problem.

  • How to change the password for all users in the database

    Hi buddies!

    Could someone tell me how to change the password for all users in the database? I want to set the same password for all users.

    Thank you.

    Nith

    Published by: user645399 on March 1, 2011 14:23

    Write the file spooling
    as

    Make sure that all profiles has password_verify_function with a NULL value

    then

    Select 'edit user' | username: ' identified by ;' from dba_users;

    you will get the output... you just run.

  • error occurs when you use Assistant password reset - "an error occurred while the wizard attempted to set the password for this user account.

    I create the reset disk of password on another laptop, because the other laptop I forgot the password. There is solution in another thjred saying to open cmd, but I can't open it because there is no password to access. But I have another account which is a guest account, then maybe I can reset the password to the guest account? (no internet in the guest account)

    Hello

    You cannot create a reset disk of password on another computer to another computer where you have forgotten your password.

    You create a password reset disk on your computer in case, and before that you have forgotten your password, not after that you forget it.

    http://Windows.Microsoft.com/en-us/Windows-Vista/create-a-password-reset-disk

    @@@@@@@@@@@@@@@@@@@@@@@@@@@

    If it is not applicaple, you need to reinstall the operating system.

    "What to do if you forget your Windows password"

    http://Windows.Microsoft.com/is-is/Windows-Vista/what-to-do-if-you-forget-your-Windows-password

    "If you forget the administrator password, and you do not have a password reset disk or another administrator account, you will not be able to reset the password. If there is no other user account on the computer, you will not be able to log on Windows and you need to reinstall Windows. »

    Microsoft prohibits any help given in these Forums for you help bypass or "crack" passwords lost or forgotten.

    Here's information from Microsoft, explaining that the policy:

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-security/keeping-passwords-secure-Microsoft-policy-on/39f56ef0-5d68-41AD-9daa-6e6019c25d37

    See you soon.

  • Create the trigger for multiple users

    I am trying to create a trigger for a DDL event which gives an error for 2 users when they try to create a database object or a table.

    Here is my code. When ran it gives me the following error: "WARNING: trigger created with errors of complication."

    Any idea would be appreciated.

    Thank you!

    CREATE OR REPLACE TRIGGER trigger_before_create_object
    BEFORE YOU CREATE ON THE DATABASE

    BEGIN

    IF USER = USER OR "VPD_CLERK1" = "DBSEC_CLERK."
    THEN
    RAISE_APPLICATION_ERROR (' you do not have the privilege to create tables or other database objects.) Contact your administrator if you need the privilege. ") ;
    END IF;
    END;

    Published by: mkmety on April 20, 2013 12:10

    Welcome to the forum!

    Whenever you post provide your Oracle version 4-digit
    >
    I am trying to create a trigger for a DDL event which gives an error for 2 users when they try to create a database object or a table.

    Here is my code. When ran it gives me the following error: "WARNING: trigger created with errors of complication."

    Any idea would be appreciated.

    Thank you!
    >
    And to alert you to the need to view the errors you got. If you did you will see this:
    >
    PLS-00306: wrong number or types of arguments in the call to "RAISE_APPLICATION_ERROR.
    >
    Oracle cannot raise your exception if you:

    1. do not define an exception to throw
    2. don't tell Oracle how exception to throw

    See the section "Defining your own Error Messages (procedure RAISE_APPLICATION_ERROR)" in the doc of the PL/SQL language
    http://docs.Oracle.com/CD/B28359_01/AppDev.111/b28370/errors.htm#i1871

    This article has examples that show how to raise your exceptions.

  • Disappears problem Wizard of the printer for multiple users

    It seems to be a problem for many people on this forum at the moment where Printer Wizard and other options disappear from the printer software.  I have a Deskjet 3070 and have been touched by this problem.  At least one person with the same printer has posted the same problem recently and someone with a 5510 and someone with a 8600 - all in just the last two days.

    I uninstalled and reinstalled and I'm still in the same situation, I also followed advice given to other users and made a bit of investigation, I sure hope can help to define the problem as it seems that this could be a similar thing that happened to us all...

    If I create a new user account and log in it and then open the "printer software" at first I get all the options provided.  After a short while an information banner invites me to download the update details is displayed:

    Once this happens it has not come back...  No matter if you click on the banner the next time that you open the printer software, half of these options will be gone:

    If you create a new user, it's the same thing: at first all goes well until the inevitable update.  What I can't work is the way to do things, come back as it should be once they have gone to a user account.  More for you a solution please!  Thank you.

    Hello.

    Yes, same question here for my 6500 Officjet has. Before was particularly to be able to see the status of printer ink in one click all the features. All these features have disappeared, I noticed in the last week or two. No update has been installed by myself to the software of HP Print to my knowledge either. Went to the HP Canada website and download the full feature set driver and installed and now have the rear HP Printer Wizard. It's kinda diiferent tho of previous version I had installed with the CD supplied with the printer, a year or two there therefore needs to be a more recent version of the help system.

    What happened here HP? Did a silent update killed the previous Printer Wizard? Would really like to know...

    Thank you.

  • How to change the password for the user name in the Oracle forum

    I wanted to know how to change the password for my user in the Oracle forum. I couldn't find the navigation to do.

    Ask for a response to my post.

    Concerning

    Date of arrival:

    Getting help: frequently asked Questions

    About your Oracle account

  • What is the password for the virtual machine to Virtual Labs

    Once I go to the following link:

    https://CMG.vlabcenter.com/lab/9187d4c6-f587-480D-9fb8-954dfed0c360
    I then go to start practical work:
    https://CMG.vlabcenter.com/prepare/9187d4c6-f587-480D-9fb8-954dfed0c360/635064630830908675
    After two minutes, another site arrives. This is the virtual office.
    There is a logon screen
    The user logon name is *.
    The password is given in the margins does not correspond to the *.
    The opening of session is supposed to be for * / *.
    and the password for this user name is *.
    I have a problem with the window but not sure.
    Can you help me?

    Hello

    Please don't post passwords or usernames on public forums.

    I suggest you scroll down and select contact us for support.  Please fill out the information below for questions or comments about the Virtual Labs only

    https://CMG.vlabcenter.com/lab/9187d4c6-f587-480D-9fb8-954dfed0c360

  • need to know how to change the password for access to the computer

    I'm changing my password on the computer so that my son can not use it

    To change the password for your user account, click on Panel > user accounts > change your password . Boulder computer Maven
    Most Microsoft Valuable Professional

  • definition of expiration of password for all users of oracle R12 applications

    Hi,.

    I have OS RHEL 5, Oracle apps: 12.1.1
    now, I want to put the expiration of the password for all users in the oracle applications 60 days...


    can some Guide please how it could be done.


    It is urgent, your help is appreciated.

    Kind regards
    Milan ROUGIER

    Try this:

    Log in as applications

    SQL > update fnd_user set PASSWORD_LIFESPAN_DAYS = 60;

    SQL > commit;

    Thank you
    Muneer.
    http://muneer2908.WordPress.com

  • Is it possible to set up for multiple users on the same computer to avoid entering the e-mail and the password

    Original title: Multi users

    Is it possible to set up for multiple users on the same computer to avoid entering the email and password every time that a new user want to check emails?

    Hello

    Welcome to the community forums of Microsoft and thanks for posting the question. According to the description, you need help in the creation of multiple user accounts. I've surely you will help find a solution on the issue.

    What is the operating system installed on the computer?

    User accounts, several people can easily share a single computer. Each person can have a separate user account with unique settings and preferences, such as a screen saver or desktop background. User accounts control files and programs users can access and what types of changes users can make to the computer. As a general rule, you'll want to create standard accounts for most computer users.

    If you use Windows Vista or Windows 7, see the article below:

    Create a user account

    http://Windows.Microsoft.com/en-in/Windows7/create-a-user-account

    http://Windows.Microsoft.com/en-in/Windows-Vista/create-a-user-account

    For Windows XP users:

    How to create and configure user accounts in Windows XP

    http://support.Microsoft.com/kb/279783?WA=wsignin1.0

    Hope this information helps. Answer please if you have more queries about Windows.

  • I forgot the password for the authorized user account. How am I able to get on the authorized user account

    If I forgot the password for the authorized user account. How am I able to get on the authorized user account? I am the authorized user btw.

    Hello

    1. What do you mean exactly when you say 'authorized user account password'?

    2. who are you referring?

    Are you a person referring Windows user name and password, refer to the article that you give

    In addition, technical support engineers Microsoft cannot help you recover passwords files and Microsoft who are lost or forgotten product features.

    Microsoft's strategy concerning lost or forgotten passwords

  • I forgot my password for my admin user account, but I have a secondary account how to get the password for the admin

    original title: admin password.

    I forgot my password for my admin user account, but I have a secondary account how to get the password for the admin

    Hello
    Microsoft technical support engineers cannot help you recover the passwords of the files and Microsoft who are lost or forgotten product features. For more information about this policy, please refer to the sticky below.

    http://social.answers.Microsoft.com/forums/en-us/vistasecurity/thread/3eba3150-8742-4264-be9f-0daaad2282cd Lisa
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Passwords: I wanted to know if I could get the passwords for e-mail, facebook, etc for other users on my account?

    I wanted to know if I could get the passwords for e-mail, facebook, etc for other users on my account?  Please let me know.  Thank you.

    It's in the privacy of having the username and password of someone, but it is advisable to monitor the activity of your child on the internet. In Windows Vista, you have the parental control feature in Control Panel (it's available in some editions). I suggest to go Control Panel and user account and chose to activate and follow your child's account. For Parental control in Windows Vista, take a look on:

    http://www.Microsoft.com/Windows/Windows-Vista/features/parental-controls.aspx

    There is also another product of Windows Live, which calls the family safety, to use the mother and the child would need live account. You could learn more about it in view:

    http://download.live.com/Familysafety

    By these tools, you can monitor your child safety with respection of privacy. It is not a good practice to get the password of your children. Also, you should give it a safety advises on internet. I think it would be a good website to use resources for your daughter:

    http://www.ikeepsafe.org/

Maybe you are looking for

  • Overview of the *.pdf documents is graph

    When I click on Entourage 2008 Office email with an attached *.pdf, the checkerboard search overview document. I'm unable to print it without these checkerboard blocks all over the page.  Why is it happening and how I can fix?  For the moment, I need

  • Satellite Pro A300 PSAGDE - Vista WLan driver

    My local wireless network does not work.In the Device Manager in the "other devices" section, it shows network controller has no drivers - installed several without success. Any ideas where I can find the correct one (Vista Biz operating system)? Tha

  • Automatic calibration of the 6024E Daqcard

    I find that I can to calibrate the Daqcard 6024E with NOR-DAQmx. Is this still valid calibration when I select then "traditional configuration NIDAQ?

  • Parity errors & read on Serial Port framing

    Hello, I am writing a program that reads the serial port IR thermometer. Intermittently I get parity so many framing errors and can't explain why or find a way to remedy. All the parameters of the series were double checked and controlled. I don't ge

  • EA6500 unable to connect to the router after Time Machine

    Just got an EA6500 - updated to the latest firmware available. I have attached 2 x WD NAS and 1 x WD through the USB port of the device. Each time after I finished running Time Machine on the MacBookPro (written to one of the WD NAS), I can no more c