Re: Changing Of Password In Oracle Application

From: Vijay K Banda <vbanda_at_fldb1.fl.ford.com>
Date: 1996/01/05
Message-ID: <4ck01p$7ud_at_eccdb1.pms.ford.com>#1/1


hi, The following is the procedure that I used to change a

    user passwd.

  1. First Get the user name & password from the form using GET_APPLICATION_PROPERTY(USERNAME); GET_APLLICATION_PROPERTY(PASSWORD);
  2. ASK THE USER TO ENTER THE NEW PASSWORD.
  3. Ask the user to reenter the password!!
  4. Use DO_DDL(), Command to change the passord.
  5. Display message that the password is changed

 To get more info about how to use the DO_DDL command,please refer to the forms reference manual

Hope this will help, Received on Fri Jan 05 1996 - 00:00:00 CET

Original text of this message