设为首页 - 加入收藏  
您的当前位置:首页 >IT科技类资讯 >ORACLE密码策略验证程序 正文

ORACLE密码策略验证程序

来源:汇智坊编辑:IT科技类资讯时间:2025-11-05 16:03:44
ORACLE密码策略验证程序
复制isdigit:=FALSE;   m := length(password);   FOR i IN 1..10 LOOP    FOR j IN 1..m LOOP    IF substr(password,密码j,1) = substr(digitarray,i,1) THEN   isdigit:=TRUE;   GOTO findchar;   END IF;   END LOOP;   END LOOP;   IF isdigit = FALSE THEN   raise_application_error(-20003, Password should contain at least one digit, one character and one punctuation);   END IF;  1.2.3.4.5.6.7.8.9.10.11.12.13.

相关文章:

最新文章

2.5469s , 17380.6640625 kb

Copyright © 2025 Powered by ORACLE密码策略验证程序,汇智坊  滇ICP备2023006006号-2

sitemap

Top