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!

How to Make Form w/ No underlying DB Table - APEX 19.2

McRiversMay 28 2021

Very noob question, but how can I create a form in APEX that is not based on a database table?
For example, I am looking to create a "Change Password" form that consists of 3 fields:
USERNAME (display only, value populated with &APP_USER. from URL)
NEW_PSWD
CONFIRM_PSWD
None of these fields will be saved to the database, so not sure how to handle the SOURCE for the underlying form. My first thought was to just use a SQL statement like this:
SELECT '' as username, '' as new_pswd, '' as confirm_pswd FROM DUAL;
Is there a better / more APEX way to handle this?
Thanks in advance.

This post has been answered by Billy Verreynne on May 28 2021
Jump to Answer
Comments
Post Details
Added on May 28 2021
6 comments
565 views