How to call a Oracle database sequence number by using MyBatis?

前端 未结 2 747
说谎
说谎 2021-01-24 13:08

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         


        
2条回答
  •  旧时难觅i
    2021-01-24 13:38

    I was able to achieve this,

    
            org.mybatis
            mybatis
            3.5.2
         
    
    
    
    
    

提交回复
热议问题