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!

Size limit on Field 'Page Items To Submit' on Page Designer

RonnyEelen2Mar 4 2024

Hi,

Using Apex 20.1.

Is there a way to overcome the size limit of the field ‘Page Items To Submit’ on the page designer?
I am using a pipelined function to retrieve rows from the database. And I am passing a number of page item values to the function which I use to dynamically build the where clause of a query in the function.
As long as there is a limited number of parameters to pass, there is no problem. However, when I started adding more parameters to the function I started to hit a size limit on the Page Items To Submit field.

What is that size limit? Can it be extended? Is there another way around it other than renaming all my page items to very short names?

It also seems that the first few parameter values pass to the function even when the Page Items To Submit field is not used. Is that an inconsistency?

thanks

Ronny

Comments
Post Details
Added on Mar 4 2024
0 comments
420 views