View Revisions: Issue #5456

Summary 0005456: ORA-24816 when sync varchar2(4000) and long in same table
Revision 2022-09-14 18:22 by elong
Additional Information oerr ora 24816
24816, ... "Expanded non LONG bind data supplied after actual LONG or LOB column"
// *Cause: A Bind value of length potentially > 4000 bytes follows binding for
// LOB or LONG.
// *Action: Re-order the binds so that the LONG bind or LOB binds are all
// at the end of the bind list.
Revision 2022-09-13 07:44 by qii
Additional Information