Skip to main content

SqlNonQuery - Output parameter Value is too large to bind

Comments

2 comments

  • Permanently deleted user

    Can anyone who has successfully retrieved output parameter value from a SQLNONQUERY activity please offer some help? I keep getting this  "Parameter is too large to bind error" can could not find the cause.

     

    Thanks again.

     

    Jin

    0
  • Ryan Cooney

    Hi Jin,

    We see this "value is too large to bind" error when attempting to use string and byte array output parameters with an Oracle database. Other output parameter types (int, double) are fine.

    Oracle requires additional information about the size of string and binary output parameters. Unfortunately there is no way for you to provide this information to the activity.

    We are looking in to some possible code workarounds that would handle these Oracle scenarios. 

    --Ryan

     

    0

Please sign in to leave a comment.