  | | | ORA-06502: PL/SQL: numeric or value error: Bulk Bind: Truncated Bind | ORA-06502: PL/SQL: numeric or value error: Bulk Bind: Truncated Bind 2004-02-03 - By Paul Baumgartel
Back I'm getting the above-referenced runtime error; dynamic SQL, fetching into a set of nested tables using BULK COLLECT. Can't find anything in docs or on MetaLink or Google; is this a mismatch between select-list and number of nested tables (there are a lot of them in this procedure, and I'm too lazy right now to match them up with the query!), or is due to exceeding array size? I have tried LIMIT clause in FETCH ... BULK COLLECT INTO, but no luck. Anyone familiar with this error?
Thanks,
====Paul Baumgartel Transcentive, Inc. www.transcentive.com
__ ____ ____ ____ ____ ____ ______ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/ -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Please see the official ORACLE-L FAQ: http://www.orafaq.com -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe send email to: oracle-l-request@(protected) put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
|
|
 |