Re: Password change
From: Connor McDonald <mcdonald.connor.cs_at_bhp.com.au>
Date: Tue, 16 Feb 1999 17:01:41 +0800
Message-ID: <36C933F5.124B_at_bhp.com.au>
Date: Tue, 16 Feb 1999 17:01:41 +0800
Message-ID: <36C933F5.124B_at_bhp.com.au>
murphy_sp_at_jpso.com wrote:
>
> Does anyone know of a way to change a password on Oracle 7.3xxx from an
> application created in Dev (2.1) Forms 50?
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
Sorry - you got to write your own...
Pretty easy though - window with "old password" and "new password" and "verify new password" text items, then issue
forms_ddl('alter user '||:user||' identified by '||:newpass);
HTH
-- ============================================== Connor McDonald BHP Information Technology Perth, Western Australia "Never wrestle a pig - you both get dirty and the pig likes it..."Received on Tue Feb 16 1999 - 10:01:41 CET