Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-06502: PL/SQL numeric or value error: on Dynamic LOV

529253Aug 28 2008 — edited Oct 29 2008
Hello All,

I'm encounter error ORA-06502: PL/SQL numeric or value error: character string buffer too small on a dynamic list of values and so far I can determine that the trouble stems from the number or rows returned.

My report is an SQL Query(updateable report) and columns can be updated based on a dynamic lov query.

It currently seems to have a limit of 28 rows where I need it to return rows based on my dynamic lov query which could climb up to maybe 50 rows. I can remove rows from my table and add new ones but as long as it does not exceed 28 returned rows it displays with no errors, but if I attempt to add additional rows to the table which I call in my query it results in ORA-06502 error.

I read through some of the posts and some suggested to changed the tabular form element to "Popup LOV(based on query) but that did not seem to help.

Is there a way to increase the number of rows returned in this situation? I'm hoping it is a simple oversight on my part.

Any help will be appreciated.

Thank you.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 26 2008
Added on Aug 28 2008
7 comments
965 views