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!

I want to create apex form using the .sql script can you anyone let me guide on the same

Hello everyone,

I'm looking for guidance on the best practice for creating or generating a standard APEX form page (a page based on a single table) programmatically using a SQL or PL/SQL script, rather than through the APEX Page Wizard.

My goal is to automate the deployment of many similar pages across different environments.

I understand there are generally two approaches, and I'd appreciate advice on which is recommended for maintaining declarative integrity:

  1. Using the **APEX_APPLICATION_...** APIs: Generating a script that contains calls to the internal APEX APIs (like APEX_APPLICATION_PAGE_ITEMS.CREATE_ITEM) to define the page metadata.

  2. Exporting and Modifying: Creating one reference page via the wizard, exporting the .sql script, and then modifying that script (perhaps programmatically) to create new pages

    I am seeking for the help any suggestion will be appreciated …..

Comments
Post Details
Added 8 hours ago
1 comment
34 views