Skip to content

sys_guid() call always return same value #1743

@srijithchandran

Description

@srijithchandran

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions