ORA-01044: size string of buffer bound to variable exceeds maximum string
What triggered the Error:
An attempt was made to bind a buffer whose total size would exceed the maximum size allowed. Total array size for arrays is calculated as: (element_size)*(number of elements)What should we do to fix it:
Reduce buffer size.