PLS-01905: : character string buffer too small

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

ORA-16626: failed to enable specified object

1780


ORA-26084: direct path context already finished

1488


When i am connect database through toad,one error occured. ORA-12514: TNS:listener does not currently know of service requested in connect descriptor. plz help me thanks advance.............

2325


NZE-28890: Entrust Login Failed

1414


ORA-26079: file "string" is not part of table string.string

1527






RMAN-05017: no copy of datafile number found to recover

1890


ORA-16516: The current state is invalid for the attempted operation.

8083


[ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) Unsuccessful: alter table user.CEN_USER_MASTER add constraint FKF4EDEDC3D0BAAE75 foreign key (ROLE_ID) references user.CEN_ROLE_MASTER [ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) ORA-02275: such a referential constraint already exists in the table

2292


IMP-00070: Lob definitions in dump file are inconsistent with database.

1293


ORA-26095: unprocessed stream data exists

2810


when i ran any workflow or session, getting below error: seesion task instance[s_xxx]: Execution terminated unexpecterdly

1756


ORA-26082: load of overlapping segments on table string.string is not allowed

1382


ORA-26076: cannot set or reset value after direct path structure is allocated

1480


NZE-28868: Peer certificate chain check failed.

2272


ORA-26094: stream format error: input column overflow

2257