I want to generate random Numbers in Oracle 11g. But due to client request, I cannot use dbms_random.random of Oracle.
Is there any other way I can generate random numbers?
Duplication are strictly not allowed, numbers should be of length 4
0001
0053
9871
0098
0003
If any other Oracle library from which I can generate, then suggestions would be appreciated :)
dbms_randomrandom(). That does not seem like a reasonable limitation.