发布时间:2025-12-10 19:48:45 浏览次数:3
ORA-28003和ORA-20001解决办法「终于解决」报错信息:ORA-28003:passwordverificationforthespecifiedpasswordfailedORA-20001:passwordsameasorsimilartouser解决办法:#关闭密码复杂性校验SQL>laterprofiledefaultlimitpassword_verify_functionnull;
报错信息:
ORA-28003:password verification for the specified password failed
ORA-20001:password same as or similar to user
解决办法:
#关闭密码复杂性校验
SQL>later profile default limit password_verify_function null;