[ 
http://issues.apache.org/jira/browse/IBATIS-303?page=comments#action_12415138 ] 

george apostolov commented on IBATIS-303:
-----------------------------------------

I ran startBatch() - executeBatch() combination without transactions, so I 
could check the DB after each insert. It turns out that each insert makes it to 
the DB right away, i.e. the startBatch had no effect.

In this case executeBatch returning 0 seems ok and the real problem is that 
there is no batching happening at all.

> SqlMapExecutor.executeBatch() returns 0
> ---------------------------------------
>
>          Key: IBATIS-303
>          URL: http://issues.apache.org/jira/browse/IBATIS-303
>      Project: iBatis for Java
>         Type: Bug

>   Components: SQL Maps
>     Versions: 2.1.7
>  Environment: Oracle 9, OCI driver
>     Reporter: george apostolov

>
> SqlMapExecutor.executeBatch() returns 0 on Oracle 9 using the oci jdbc driver.
>  I saw someone had the same issue before but this still seems to be a problem
> Thanks,
> George

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to