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: Can a user which "password is expired" change its own password?

Re: Can a user which "password is expired" change its own password?

From: Frank van Bortel <frank.van.bortel_at_gmail.com>
Date: Wed, 15 Jun 2005 20:41:46 +0200
Message-ID: <d8psfe$a1c$1@news3.zwoll1.ov.home.nl>


Martijn Tonies wrote:
> Hi,
>
> Obviously, the ALTER USER statement to change an expired password
> works from an existing connection.
>
> But can a user - with an expired password - change his/her password?
>

Obviously:
SQL> create user scott identified by scott password expire;

User created.

SQL> connect scott
Enter password:
ERROR:
ORA-28001: the password has expired

Changing password for scott
New password:

You owe me a cup of coffee

-- 
Regards,
Frank van Bortel
Received on Wed Jun 15 2005 - 13:41:46 CDT

Original text of this message

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