Universal Unique Identifier (UUID)
Using SYS_GUID()
UUID is the SYS_GUID() function provided by Oracle to produce a Globally Unique Identifier, their equivalent of a UUID.
SELECT SYS_GUID() FROM dual;
SYS_GUID()
--------------------------------
E7FBCFDD32B4B95BE0301A0A010AF268
No comments:
Post a Comment