select o.user_profile_option_name,
ov.level_id,
level_value,
profile_option_value
from fnd_profile_options_vl o, fnd_profile_option_values ov
where (o.user_profile_option_name like '不得重新使用%' or
o.user_profile_option_name like '登录口令长度' or
o.user_profile_option_name like '登录口令失败次数' or
o.user_profile_option_name like '登录口令难以猜测' or
o.user_profile_option_name like 'FND%诊断%' or
o.user_profile_option_name like 'FND%调试%')
and o.profile_option_id = ov.profile_option_id;
ebs口令复杂度profile查询
未经允许不得转载:徐万新之路 » ebs口令复杂度profile查询