on ‎2019 Dec 11 1:29 PM
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?
Request clarification before answering.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.