Need to generate a GUID with Oracle?
18.10.2006
I just searched the web for this simple task, and it was difficult to find.
Maybe anyone working a bit with Oracle knows this, but it helped me, maybe I can help someone out there too, so here it is:
select sys_guid() from dual
This generates a 32 character GUID (fits best in a RAW(16) field).
blog comments powered by Disqus