从Data Ghost的blog得知,原来可以用Oracle来生成UUID,做法很简单,如下:
select sys_guid() from dual;
 
数据类型是 raw(16) 有32个字符。

相关文章: