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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Query of Select One item runs on page rendering

Tom vd Duin3 days ago — edited 3 days ago

Hi all,

We're using APEX 24.2.2.

On page 0, we have a ‘Select one’ item in the navigation bar, to search a customer. That works like a charm, but lately we find that the pages start rendering slower. After examinating the debug log, we see that on page load, the query of the select one item is executed. When I run a page with debug level 1, I see:

With level 9, I also see:

I have defined the item as follows:

  • Name: P0_SEARCH
  • Type: Select One
  • Maximum values in list: empty
  • Fetch on search: On
  • Use Cache: On
  • Value HTML expression: added some html
  • Match type: Contains
  • Case Sensitive: Of
  • Minimum Characters: 3

IMHO the query doesn't have to be executed on rendering. Can I influence that? I thought that Fetch on Search meant, that only after entering 3 characters, the search query is executed.

When I change the item type to Popup LOV, the query isn't executed on rendering…

Comments

Post Details

Added 3 days ago
0 comments
32 views