Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Pl/SQL: How do you Randomize?

Pl/SQL: How do you Randomize?

From: Sean Dolan <dolans_at_stripe.Colorado.EDU>
Date: 24 Feb 99 16:23:26 GMT
Message-ID: <dolans.919873406@stripe.Colorado.EDU>

        I am writiing a PL/SQL procedure and need to create an eight letter word that is just a random set of letters - i.e. creating a users "first" password for the system. I could do a for loop and use the CHR() function to turn it inot a letter and then concatenate the letters but a for loop provides no randomness - is there a Rnd function in PL/SQL? Or is there a better way to make an eight letter random word?

Thanks,
Sean Dolan
sean_at_3si.com Received on Wed Feb 24 1999 - 10:23:26 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US