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-01027: bind variables not allowed for data definition operations
ORA-16705: severe internal error in resource guard
ORA-08268: create_ora_addr: cannot close nameserver
ORA-01312: Specified table/column does not exist
ORA-01504: database name 'string' does not match parameter db_name 'string'
QSM-02023: nested cursor
O2I-00122: Invalid filename for the INITFILE file
ORA-30687: session terminated by debugger
ORA-39124: dump file name "string" contains an invalid substitution variable
ORA-00065: initialization of FIXED_DATE failed
ORA-24433: This statement has already been prepared using OCIStmtPrepare2.
IMP-00004: invalid username or password