CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Jun 2002
    Posts
    1

    Unhappy Returning a CLOB field from Oracle Stored Procedure and reading it in ADO.Net applica

    I tried using executeNonQuery to call a stored procedure returning a CLOB field as a OUTPUT parameter. I get the following error

    ORA-06502: PL/SQL: numeric or value error

    It says in the exception "character or string buffer too small"
    Last edited by dawoodc; June 27th, 2002 at 03:58 AM.

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

Featured