cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ORA-24816: Expanded non LONG bind data supplied after actual LONG or LOB column

avil_souza
Discoverer
0 Likes
1,283

I am getting error "java.sql.SQLException: ORA-24816: Expanded non LONG bind data supplied after actual LONG or LOB column" while inserting data using impex or via import. I have changed the type to CLOB as below;
<attribute qualifier="howTo" type="localized:java.lang.String">

<persistence type="property">

<columntype database="oracle">

<value>CLOB</value>

</columntype>

</persistence>

<modifiers read="true" write="true" />

</attribute>

Did anyone face similar issue?

Accepted Solutions (0)

Answers (0)