ORA-01486
ORACLE Data Base MessagesDownload this dictionary
ORA-01486
ORA-01486: size of array element is too large

Oracle8 Server Error MessagesDownload this dictionary
ORA-01486
size of array element is too large
Section: 01400-01489 SQL Execution Messages
Notes: This section lists messages generated during SQL execution.

Cause: An attempt was made to bind a data value that was either too large for the datatype, for example, NUMBER, or was greater than 2000 bytes, for example, VARCHAR or LONG.

Action: Find a way to convert or truncate the data value so that its length is acceptable.


Provided by PB for Oracle Professional.

Oracle Error Messages - Description, Cause and ActionDownload this dictionary
ORA-01486
01486, 00000, "size of array element is too large"
*Cause: You tried to bind a data value which was either too large for the
datatype (for example, NUMBER) or was greater than 4000 bytes
(for example, VARCHAR or LONG).
*Action: