DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Problem in PL/SQL Procedure

  1. #1
    Join Date
    Oct 2000
    Posts
    6

    Lightbulb

    Dear Friends..

    Hi

    Can anyone help me.. I am executing one procedure and getting following error.

    Character string buffer too small.

    Can anyone guide me what does it means...


    thanks
    naresh

    BEGIN dbmon; END;

    *
    ERROR at line 1:
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at "ORCL.TEST", line 164
    ORA-06512: at line 1

  2. #2
    Join Date
    Jul 2000
    Posts
    243
    you probably use dbms_output. what tou eed to de isto increase your duffer size.
    "set server output on"
    "size 1000000"
    and run your proc again

  3. #3
    Join Date
    Feb 2001
    Posts
    2

    Smile This may be the cause

    Hi,

    There are two situations. When you are sending variables out of this SP, size of the variable receiving the data out side should be equal to the size of the data sending and vice versa.

    Not only that, check out all the sizes of all the variables in your procedure.

    Hope this may clear your problem.

    Cheers....

    Murali

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width