CLOB data destination buffer is too small to hold the character set conversion after: java.sql.SQLException: ORA-64203

    <!--获取ae45at-->
    <select id="selectAe45at" parameterClass="java.util.Map" resultClass="java.util.HashMap">
        <!--select caz045,aac001,to_char(aae013) aae013,flag,aaa121 from ae45at where caz045=#caz045#-->
        select caz045,aac001,aae013,flag,aaa121 from ae45at where caz045=#caz045#
    </select>

 

 

 

Guess you like

Origin www.cnblogs.com/moonsoft/p/11765511.html