I know Oracle comes with a function called VERIFY_FUNCTION that checks passwords from users.
This seems to be a little simplistic, so I was wondering if anyone had used any other stored procedures/functions to check passwords and possibly encrytion before being stored in Oracle.
Hi,
Yes at my place I have created a stored function which checks users password before assigning to that user.U can change the profile DEFAULT to use this stored function instead of VERIFY_FUNCTION.
In case of any help please be free to ask me at rohitsn@altavista.com
Bookmarks