oracle資料庫修改使用者密碼的時候 出現ORA-28003和ORA-20006

記錄每一次錯誤發表於2018-09-10

今天修改系統dbsnmp使用者的密碼的時候出現

ORA-28003: password verification for the specified password failed

ORA-20006: Password too simple

解決辦法:執行

alter profile default limit password_verify_function null;

解除對設定oracle使用者密碼的限制。

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31547066/viewspace-2213879/,如需轉載,請註明出處,否則將追究法律責任。

相關文章