1.给某个profile添加密码负责度验证函数(oracle的默认验证函数为password_verify_function,可以根据自己的需要进行修改)例如:alterprofiletestlimitpassword_verify_functiontest_password_function;##上面alter命令给testprofile添加了名为“test_password_function”的密码复杂度验证函数2.把上面的testprofile指定给需要密码复杂度验证的用户alterusertestprofileusername;
@dyuyu
顶0
加入收藏
相关问答推荐