Want to post your scripts here in this blog ? Email it to snojha@gmail.com. You will be rewarded for your scripts if selected by our experts.

Wednesday, January 13, 2010

Password Verify Function

SELECT profile, limit
FROM dba_profiles,
(SELECT limit AS def_pwd_verify_func
FROM dba_profiles
WHERE resource_name = 'PASSWORD_VERIFY_FUNCTION'
AND profile = 'DEFAULT')
WHERE resource_name='PASSWORD_VERIFY_FUNCTION'
AND REPLACE(limit,'DEFAULT',def_pwd_verify_func) in
('UNLIMITED','NULL');

No comments: