重庆思庄技术分享——oracle19c关闭密码复杂度校验
解决: 设置密码复杂度为 null,重启动数据库,再重新运行emcc安装脚本。密码复杂度,是静态参数,还是动态参数?是否需要重新启动数据库?oracle19c关闭密码复杂度校验。oracle19c关闭密码复杂度校验。
oracle19c关闭密码复杂度校验
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.
魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。
更多推荐


所有评论(0)