Relative Content

Tag Archive for oracle-apex

Database version Requirement for Oracle Apex version 24.1

I am a Oracle Apex developer. I am planning to upgrade Apex from 19.2 to 24.1. What is the mandatory database version that supports 24.1? The release notes says Oracle 19c but the “known issues” page has a different story. It says that there are open issues with “merge to main” of a working copy and thus needed database version 19.16. Attached picture is the note from Oracle website. Can someone confirm if 19C alone would work for merge feature or upgrade to 19.16 is mandatory in order to make the merge to main option work correctly?

Creating a Form with a Custom Template

One of the requirements for my APEX application is the ability to have a form with a dynamic amount of entries and the ability to filter/search for a specific entries. Since the out of box form region requires a form entry to correspond to a database column, accomplishing this task is quite difficult.