忘記密碼的資料庫使用者處理方法
思路:
1.建立臨時profile,不過期,無同密碼限制,做完再切回來
2.透過value進行密碼複製
--檢視使用者
select * from dba_users
--建立測試使用者
create user user_forget identified by qCY2kXF2yWpHtftyFX
--新建臨時profile
create profile temp_profile limit
password_reuse_max unlimited
password_reuse_time unlimited;
--修改profile
alter user user_forget profile temp_profile;
--檢視密碼(非明文)
select * from sys.user$
--對密碼進行非明文修改
alter user user_forget identified by values'EF27AA183B0713F9';
---切換回原來的組
alter user user_forget profile default;
1.建立臨時profile,不過期,無同密碼限制,做完再切回來
2.透過value進行密碼複製
--檢視使用者
select * from dba_users
--建立測試使用者
create user user_forget identified by qCY2kXF2yWpHtftyFX
--新建臨時profile
create profile temp_profile limit
password_reuse_max unlimited
password_reuse_time unlimited;
--修改profile
alter user user_forget profile temp_profile;
--檢視密碼(非明文)
select * from sys.user$
--對密碼進行非明文修改
alter user user_forget identified by values'EF27AA183B0713F9';
---切換回原來的組
alter user user_forget profile default;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/21302630/viewspace-1734391/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- mysql 4.1.7忘記資料庫密碼的處理辦法MySql資料庫密碼
- Windows 7忘記密碼的處理方法Windows密碼
- solaris11忘記root密碼的處理方法密碼
- mysql 8.0忘記root使用者密碼處理MySql密碼
- mysql忘記密碼後處理MySql密碼
- dede 忘記密碼在資料庫中修改方法密碼資料庫
- CentOS7忘記mysql的root密碼_處理方法.CentOSMySql密碼
- Solaris10忘記root密碼後處理方法密碼
- MySQL忘記root密碼後的處理MySql密碼
- LINUX忘記ROOT使用者密碼處理方法(linux單使用者模式)Linux密碼模式
- Oracle資料使用者密碼過期處理方法Oracle密碼
- MySQL5.7忘記root密碼處理MySql密碼
- Linux系統root使用者密碼忘記如何處理Linux密碼
- 【問題處理】MySQL忘記root密碼的處理辦法MySql密碼
- mysql5.7忘記密碼的處理方法_20170831MySql密碼
- 忘記oracle的sys密碼該如何重置;附如何修改oracle資料庫使用者密碼Oracle密碼資料庫
- Oracle密碼忘記簡單處理辦法Oracle密碼
- 針對Oracle資料庫業務使用者延遲密碼登入的處理方法Oracle資料庫密碼
- 帝國CMS7.5資料庫密碼忘記了如何找回(找回帝國CMS 7.5資料庫密碼的方法)資料庫密碼
- 本地oracle資料庫忘記使用者名稱密碼解決方案Oracle資料庫密碼
- 帝國cms後臺admin帳號密碼忘記的處理方法密碼
- 忘記MySQL資料庫root密碼,使用安全模式巧妙重置密碼MySql資料庫密碼模式
- Oceanbase忘記OCP訪問密碼處理方案密碼
- VSS admin使用者忘記密碼的解決方法密碼
- Vmware esxi忘記密碼重置方法密碼
- 忘記INTERNAL密碼解決方法密碼
- DEDECMS如何修改資料庫密碼?以及忘記了後臺密碼怎麼辦?資料庫密碼
- MySQL 忘記root密碼的解決方法MySql密碼
- 帝國CMS忘記後臺登陸使用者名稱 密碼 認證碼 安全提問答案 資料庫使用者名稱及密碼的解決方法密碼資料庫
- MySQL 8.0.15忘記密碼重置方法MySql密碼
- Mysql忘記密碼解決方法凹MySql密碼
- 網路常用密碼忘記破解方法密碼
- SUSE root密碼忘記解決方法密碼
- Linux 忘記密碼解決方法Linux密碼
- oracle 管理員忘記密碼的應對方法Oracle密碼
- 使用者密碼過期的處理密碼
- mysql 忘記密碼MySql密碼
- MySQL忘記密碼MySql密碼