RE: Password Generator...

2002-11-21 Thread Jamadagni, Rajendra
Title: RE: Password Generator... We use this ... PROCEDURE Generate ( USERID VARCHAR2 ) IS newpass VARCHAR2(20); dbname VARCHAR2(10); /* connect system grant execute on admin_passwd to sys; create synonym sys.admin_passwd for system.admin_passwd; */ BEGIN DBMS_OUTPUT.ENABLE(10); newpass

RE: Password Generator...

2002-11-21 Thread Stephen Lee
-Original Message- Does anyone know of products,procedures,etc that would generate a random password for a user? -- Bang on the computer keyboard with the palms of both hands and see what comes out. This random password generator has been around for a long