PL/SQL (MOSC)

MOSC Banner

ORA -06502 : PL/SQL: numeric or value error: Bulk Bind: Truncated

edited Aug 20, 2009 9:43PM in PL/SQL (MOSC) 2 commentsAnswered

 Hi All,

I am encountering an error ORA - 06502 : PL/ SQL: numeric or value error: Bulk Bind: Truncated.

Below is the code:

In the cursor the column afn_data is a CLOB datatype which contains XMLELEMENTS and encoded jpeg value whose length is more than 22000 bytes. The below code works fine if i run it as a PL/SQL anonymous block, but if I include this in my DB Package it gives out the above error message. it's quite frustrating thou to see it works in an anonymous block and not in the DB package.

Does anyone has knowledge how to get rid of this error and get it working. Thanks in advance

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center