DBMS_RANDOM
LuKKaMar 17 2011 — edited Apr 5 2011Dear All
I want to generate random passwords which contains total 6 characters and out of 6 , 3 are char and another 3 are number and all the password should not be same .
Like :- ABC123
BDF387
-------
So should i use DBMS_RANDOM packege OR any other way like , i will create a table which contains a column with the value let say 001 and i will take this no and use in my procedure like +1 .. ?
Which will be correct and best ?
If i have to use DBMS_RANDOM then kindly give me a small example ...
Thank you .