Hello,
In a PL/SQL script on an Oracle 9i database I'd like to generate a unique number to be used for a PK field. I would be generating this at most once a second. The total rows would be less then 10,000. I cannot use sequences for this.
Can anyone share a simple function or technique to do this?
Thanks,
Michael42
In a PL/SQL script on an Oracle 9i database I'd like to generate a unique number to be used for a PK field. I would be generating this at most once a second. The total rows would be less then 10,000. I cannot use sequences for this.
Can anyone share a simple function or technique to do this?
Thanks,
Michael42