Oracle DB Error ORA-01485 compile bind length different from execute bind length

Oracle DB Error ORA-01485 compile bind length different from execute bind length

The following in the cause of this error:

You bound a buffer of type DTYVCS (VARCHAR with the two byte length in front) and at execute time the length in the first two bytes is more than the maximum buffer length, given in the bind call. The number of elements in the array and the current number of elements in the array cannot be more than the maximum size of the array.

Action you can take to resolve this issue: Ensure that the buffer size is sufficiently large to contain the array plus two bytes for the buffer length.


Tags: Database, Education, Software




Disclaimer:Pak/ed and the contributors are not responsible for any errors contained and are not liable for any damages resulting from the use of this material.  Disclaimer


Related

Home      Disclaimer      Advertise      Contact      Privacy Policy     

Copyright © 2004-16 Paked.com. All rights reserved.

Note: Site best viewed at 1024 x 768 or higher screen resolution