天天看點

oracle 更改使用者狀态,密碼

1. select username from dba_users 

2.若修改某一個使用者密碼, 修改使用者密碼 格式為:

alter user 使用者名 identified by 新密碼;

以 HR 為例,密碼修改為 123456. 可輸入

alter user HR identified by 123456;

alter user scott account unlock; # 解開locked使用者