Generating nonces
Any suggestions for an elegant way to generating nonces in PL/SQL code? It needs to be pseudo random and unique (over a 5 minute period for example).
E.g. timestamp pus random number as a base64 string. Or GUID (which is also time based).