Alter command for lock and unlock User
Lock the User
ALTER USER username ACCOUNT LOCK;
Example:
ALTER USER scott ACCOUNT LOCK;
Unlock the User
ALTER USER username ACCOUNT UNLOCK;
Example:
ALTER USER SCOTT ACCOUNT UNLOCK;
Lock the User
ALTER USER username ACCOUNT LOCK;
Example:
ALTER USER scott ACCOUNT LOCK;
Unlock the User
ALTER USER username ACCOUNT UNLOCK;
Example:
ALTER USER SCOTT ACCOUNT UNLOCK;