web analytics

How to expire user's password in Oracle

Options

codeling 1595 - 6639
@2017-11-08 22:31:24

The following statement causes user sidney's password to expire:

ALTER USER sidney PASSWORD EXPIRE;

If you cause a database user's password to expire with PASSWORD EXPIRE, then the user (or the DBA) must change the password before attempting to log in to the database following the expiration.

Comments

You must Sign In to comment on this topic.


© 2024 Digcode.com