plsql 資料庫密碼到期的解決方案,plsql到期

來源:互聯網
上載者:User

plsql 資料庫密碼到期的解決方案,plsql到期

最近在登入plsql時,提示your password has experied, 要求讓修改資料庫密碼。以下是解決方案:


   1. 在登入plsql的時候,用 sys sys ,


注意修改串連為:sysdba

2.找到users



3.找到你的使用者名稱,

點擊右鍵,編輯,

在彈出的視窗中,口令處輸入密碼,原來的密碼,也可以,


4.輸入後,點擊應用即可




oracle資料庫密碼到期怎辦

開啟cmd,輸入sqlplus /nolog,斷行符號。(2)輸入“conn / as sysdba”;(3)輸入“alter user sys identified by 新密碼”,注意:新密碼最好以字母開頭,否則可能出現錯誤Ora-00988。有了這個方法後,只要自己對oracle伺服器有管理員權限,不記得密碼的時候就可以隨意修改密碼
 
oracle 11g 資料庫密碼到期

密碼到期了,可以用sys as sysdba使用者進去,使用alter user username identified by passwd;修改一下。
密碼多少天到期以及其他策略,取決於該使用者使用的Profile。

建立profile的方法參考:
create profile app_users2 limit
failed_login_attempts 5
password_life_time 60
password_reuse_time 60
password_reuse_max 5
password_verify_function verify_function
password_lock_time 1/24
password_grace_time 10;

修改使用者的profile的方法
alter user username profile profilename;
 

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.