PLS-01905: : character string buffer too small
Answer / guest
Cause: An error was encountered while moving a character
string from a source to a destination. This error occurs if,
for example, an attempt is made to move a a character string
of 10 characters into a 1 character buffer. The cause of
this error may not always be obvious. For example, the
following will result in this error: a varchar2(1); b
number; b := 10; a := b; An error results because an
implicit conversion causes the number 10 to become the
character string '10', which does not fit in the character
buffer of 1 allocated for the variable a.
Action: First, look for character string assignment
statements where the buffer size is mismatched. If there are
none found, then consider the implicit conversion case
illustrated in the example above.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-19690: backup piece release string incompatible with Oracle release string
ORA-38403: attribute set name may not be longer than 22 characters
DRG-13011: language column must be specified when using the multi lexer
LPX-00222: error received from SAX callback function
ORA-31627: API call succeeded but more information is available
ORA-09841: soacon: Name translation failure.
AMD-00152: Workspace "string" is not currently open.
ORA-12444: policy already applied to table
ORA-28278: No domain policy registered for password based GLOBAL users.
ORA-27125: unable to create shared memory segment
ORA-07215: slsget: getrusage error.
KUP-03010: OCI error getting database column type.