Sign Up

Sign Up to our social questions and Answers to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In


Have an account? Sign In Now

Sign In

Login to our social questions & Answers to ask questions, answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Sorry, you do not have permission to add post.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Oraask Logo Oraask Logo
Sign InSign Up

Oraask

  • Write
    • Add A New Post
    • Ask A Question

Oraask Navigation

Search
Ask A Question

Mobile menu

Close
  • Categories
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Dev Tools
    • Online Compiler
    • Base64 Converter
  • Wiki
    • SQL Tutorials
    • Java Tutorials
    • Python Tutorials
    • JavaScript Tutorials
Home/ Questions/Q 24876
Next
Answered

Oraask Latest Questions

Question
SaraHassan
  • 0
  • 0
SaraHassan
Asked: October 15, 20182018-10-15T18:51:45+03:00 2018-10-15T18:51:45+03:00In: Oracle E-Business Suite

How to change user password in oracle apps from backend?

  • 0
  • 0

Please help me to change user password in oracle apps from database.

api to reset password in oracle appschange user passworddatabasefnd_userhow to change user password in oracle apps from backendhow to reset password in oracle apps r12 from backendhow to reset user password in oracle apps from backendoracle apps reset password from backendoracle change user passwordoracle EBS R12reset oracle apps password from backendreset passwordreset password from backend in oracle apps
1
  • 1 1 Answer
  • 4k Views
  • 0 Followers
  • 0
Answer
Share
  • Facebook

    Related Questions

    • How to Initialize Oracle APPS session using SQL Developer
    • Return to Vendor Tables in Oracle APPS R12
    • API to close workflow notifications in Oracle APPS R12
    • Query to Get Supplier Details in Oracle APPS R12
    • Query to get posted AP invoice in Oracle APPS R12

    1 Answer

    • Voted
    • Oldest
    • Recent
    1. Hassan AbdElrahman
      Best Answer
      Hassan AbdElrahman Master Oracle ACE Pro ♠ | Oracle Senior ERP Technical Consultant
      2018-10-15T22:07:02+03:00Added an answer on October 15, 2018 at 10:07 pm

      Hi Sara,

      you can use : fnd_user_pkg.ChangePassword API to change or reset password for any user from database like this:

      [code]
      DECLARE
      l_user_name VARCHAR2(30):= UPPER(‘ORAASK’);
      l_new_password VARCHAR2(30):= ‘welcome123’;
      l_status BOOLEAN;
      BEGIN
      l_status := fnd_user_pkg.ChangePassword ( username => l_user_name,
      newpassword => l_new_password);
      —
      IF l_status THEN
      dbms_output.put_line (‘The password changed successfully for the User:’||l_user_name);
      COMMIT;
      ELSE
      DBMS_OUTPUT.put_line (‘Unable to reset password due to’||SQLCODE||’ ‘||SUBSTR(SQLERRM, 1, 100));
      ROLLBACK;
      END IF;
      —
      END;
      [/code]

        • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp

    Leave an answer
    Cancel reply

    You must login to add an answer.

    Forgot Password?

    Need An Account, Sign Up Here

    Sidebar

    Adv 250x250

    Explore

    • Categories
    • Questions
      • New Questions
      • Trending Questions
      • Must read Questions
      • Hot Questions
    • Dev Tools
      • Online Compiler
      • Base64 Converter
    • Wiki
      • SQL Tutorials
      • Java Tutorials
      • Python Tutorials
      • JavaScript Tutorials

    Footer

    Oraask

    About

    Oraask is a website for developers and software engineers who want to learn new skills, share their knowledge, and solve their coding problems. Oraask provides free content on various programming languages and topics, such as Oracle, Python, Java, etc. Oraask also allows users to ask questions and get answers from other members of the community.

    About Us

    • About Us
    • Contact Us

    Legal Stuff

    • Privacy Policy
    • Terms & Conditions

    Follow

    Oraask is licensed under CC BY-NC-SA 4.0Oraask CopyrightOraask CopyrightOraask CopyrightOraask Copyright

    © 2019 Oraask. All Rights Reserved
    With Love by Oraask.

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.