Creating and Running a Database Application Using Oracle Application Express 4.2
Overview
- Perform the Manipulating Database Objects Using Application Express 4.2 tutorial.
Purpose
This tutorial shows you how to rapidly create a database application using Oracle Application Express.
Time to Complete
Approximately 80 minutes
Prerequisites
Before starting this tutorial, you should:
Creating a Database Application
To create a database application with a few initial pages, perform the following steps:
Editing Application Objects
Although the Master-Detail form is fully functional, the presentation can be improved. In this topic you change the names of the Page Title, Region Title and change the format an item on the Master Report. Lastly, you change the sequence of items in the Projects and Tasks page using the Drag and Drop feature. Perform the following steps:
Creating Lists of Values (LOVs)
Another way to improve the presentation of the application is to create a List of Values. In this topic, you create the following LOVs:
EMPLOYEES | A Dynamic LOV to show the list of Employees. This LOV is then associated with the Assigned To column in the List of Tasks. |
STATUSES | A Static LOV to show the list of Statuses. This LOV is then associated with the Status column in the List of Tasks. |
PRIORITIES | A Static LOV to show the list of Priorities. This LOV is then associated with the Priority column in the Projects Master area. |
Perform the following steps:
For Display Value and Return Value, enter the following:
Display Value | Return Value |
Closed | closed |
Open | open |
On Hold | on-hold |
Click Create List of Values.
For Display Value and Return Value, enter the following:
Display Value | Return Value |
High | 1 |
Medium | 2 |
Low | 3 |
Click Create List of Values.
Adding an Item Validation
You don't want a user entering a date prior to today's date. This type of check can be done through an item validation. Perform the following steps:
Summary
- Create an application
- Edit Application Objects
- Create List of Values (LOVs)
- Create and test a validation
- APEX OTN Home Page
- Oracle Application Express: Developing Web Applications.
- Oracle Learning Library
- Oracle University
- Lead Curriculum Developer: Dimpi Sarmah
- Other Contributors: David Peake, Chaitanya Koratamaddi
In this tutorial, you have learned how to:
Resources
Credits
To navigate this Oracle by Example tutorial, note the following:
- Hide Header Buttons:
- Click the title to hide the buttons in the header. To show the buttons again, click the title again.
- Topic List:
- Click a topic to navigate to that section.
- Expand All Topics:
- Click the button to show or hide the details for the sections. By default, all topics are collapsed.
- Hide All Images:
- Click the button to show or hide the screenshots. By default, all images are displayed.
- Print:
- Click the button to print the content. The content that is currently displayed or hidden is printed.
To navigate to a particular section in this tutorial, select the topic from the list.