重庆思庄Oracle、、PostgreSQL、Redhat认证学习论坛
标题:
oracle19c关闭密码复杂度校验
[打印本页]
作者:
lins
时间:
2023-12-25 09:22
标题:
oracle19c关闭密码复杂度校验
本帖最后由 lins 于 2023-12-25 09:22 编辑
oracle19c关闭密码复杂度校验
check if Password verification function is Enabled. Failed
Recommendation : Oracle strongly recommends that you disable the password verification function in your database before proceeding any further.
CorrectionType : Manual
Log Location : /tmp/OraInstall/install2.log
密码复杂度,是静态参数,还是动态参数? 是否需要重新启动数据库?
解决: 设置密码复杂度为 null,重启动数据库,再重新运行emcc安装脚本
SQL> alter profile default limit PASSWORD_VERIFY_FUNCTION null;
Profile altered.
欢迎光临 重庆思庄Oracle、、PostgreSQL、Redhat认证学习论坛 (http://bbs.cqsztech.com/)
Powered by Discuz! X3.2