标题: EMCC安装过程需要验证密码问题 [打印本页] 作者: naifei007 时间: 2021-4-25 22:47 标题: EMCC安装过程需要验证密码问题 安装EMCC到这一步提示Oracle strongly recommends that you disable the password verification function in your database before proceeding any further.
搜索相关查询运行脚本alter profile DEFAULT limit password_verify_function null;
执行该脚本之后,仍提示报错。
求解答问题原因及解决方案。