First of all, varchar2(32) is not the best way to store an uuid in Oracle. The proper column type should be raw(16):
確定! 回上一頁