I want to call a sequence number from my Oracle Database 10g by using MyBatis, but I only get an error message like the following:
ORA-02289: Sequence is not av
I was able to achieve this,
org.mybatis mybatis 3.5.2 select {schema}.SEQUENCE_NAME.NEXTVAL from dual