Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Generate a random password

395454Jul 29 2008 — edited Jul 30 2008
Hi ,

I have the following requirements to generate a randomly password :

1- Each password should be 6 characters in length
2- Each password should include at least one uppercase letter, one lower case letter, one number and one special character (!, $, %, ?, &)
3- Passwords should not include the following letters/numbers:
* lower case l (L)
* upper case I (i)
* zero (0)
* upper case O (o)


Can you help me from where can I start, I know that there is a function DBMS_RANDOM.STRING but the function is not offering me all the possibilities (see above).


Thanks for anky help.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 27 2008
Added on Jul 29 2008
8 comments
7,634 views