You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mybatis version : 3.4.6
Oracle exadata 12c
my mapper xml
<select id="getSysGuId" resultType="String">
select sys_guid() from dual
</select>
Im not using sys_guid() directly in my insert. Since my code inserting multiple tables (insert all) based on input and also refer another table sys_guid().
Whenever I call getSysGuId, Im getting same value.