Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Change Password on first Log-in

Re: Change Password on first Log-in

From: Howard J. Rogers <howardjr_at_www.com>
Date: Tue, 1 May 2001 15:10:29 +1000
Message-ID: <3aee4552@news.iprimus.com.au>

Alter user blah password expire

BUT... all that does is set up an error condition (the condition being that the password has expired). It's up to the application to trap that error and prompt for a change of password. Sql*Plus, for example, *can* trap the error and respond appropriately. Server Manager can't, and will simply tell the user to 'bog off, your password's expired' (or words to that effect).

Regards
HJR "Bob Wiley" <REMOVETOSTOPSPAMraterus_at_hotmail.com> wrote in message news:3aedf54c$1_1_at_pigeon.jmu.edu...
> Hi,
>
> What is the best command that would force a new user to change his/her
> password after the first log in?
>
> Thanks
>
>
Received on Tue May 01 2001 - 00:10:29 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US