Generate special characters randomly
RNNov 4 2009 — edited Nov 4 2009I want to generate random password which should include atleast one special character which could be any special character except @. dbms_random.string('p',1) will give 1 printable character which could be any uppercase or lowercase letter or any numeric value too. But how can I just generate 1 special character (excluding @)?
Thanks,
Edited by: user5406804 on Nov 4, 2009 5:50 AM