Oracle密碼過期處理的實際應用
作者:佚名
我們今天主要介紹的是Oracle密碼過期處理的應用,如果你對其相關的實際操作有興趣的話,你就可以對以下的文章點擊觀看了。
以下的文章主要是對Oracle密碼過期處理的實際應用的介紹,我在一個信譽度很好的網站找到一個關于Oracle密碼過期處理的實際應用的介紹的資料,拿出來供大家分享。希望會給你帶來一些幫助在此方面。
1、sqlplus 用戶/密碼@數據庫服務 as sysdba;
2、
- select username,profile from dba_users;
3、
- select * from dba_profiles s where s.profile='default' and resource_name='password_life_time';
4、
- alter profile default limit password_life_time unlimited;
如果用戶已經被鎖定,則執行5,否則不用執行5;
5、alter user 用戶 identified by 密碼 account unlock;
以上的相關內容就是對Oracle密碼過期處理的介紹,望你能有所收獲。
【編輯推薦】
- 修改Oracle默認用戶密碼有效期時間的實操
- Oracle 函數用法之decode解剖
- Oracle數據庫字典的創建與安裝
- Oracle case的實際用法總結
- Oracle11生成AWR的實際相關報告簡介
責任編輯:佚名
來源:
互聯網