[ http://issues.apache.org/jira/browse/IBATIS-75?page=all ]
     
Brandon Goodin closed IBATIS-75:
--------------------------------

    Resolution: Won't Fix

This is a known oracle issue and the recommendation is to upgrade the driver to 
the oracle 10g driver.

> Blob with more 64K
> ------------------
>
>          Key: IBATIS-75
>          URL: http://issues.apache.org/jira/browse/IBATIS-75
>      Project: iBatis for Java
>         Type: Test
>   Components: SQL Maps
>     Versions: 2.0.9
>  Environment: Ibatis 2.0.9
> XP
> Oracle 8
>     Reporter: Juan Carlos Prieto Llamas
>     Priority: Minor

>
> Hi Clinton and team.
> My code is:
> ...
> <parameterMap class="es.business.entity" id="parametersEntity">
>               <parameter property="data" jdbcType="BLOB"/>            
>               <parameter property="idEntity"/>
> </parameterMap>
> <update id="updateentity" parameterMap="parametersEntity">
>  UPDATE ENTITY SET data=? WHERE idEntity=?
> </update>
> ...
> When I raise a small file works, nevertheless when I raise a file of more of 
> 64 K fails.
> My Code is correct???
> Thanks and excusme by my English

-- 
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