Oracle Solution for Error ora-24816

Solution for Oracle Error ORA-24816

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

What triggered the Error:

Bind value of length potentially > 4000 bytes follows binding for LOB or LONG.

What should we do to fix it:

-order the binds so that the LONG bind or LOB binds are all at the end of the bind list.