Application Express User's Guide > Running a Demonstration App... > Viewing Underlying Database...
Viewing Underlying Database Objects |
Previous |
Next |
The Application Express engine renders applications in real time based on data stored in database tables. You can view the database objects for any demonstration application in Object Browser.
To view the database objects used for an application:
On the Database Home Page, click the Object Browser icon.
Object Browser appears.
Select an object type from the Object list in the upper left corner of the page. For example, to view tables, select Tables.
To search for an object name, enter keywords in the search field beneath the Object list.
A list of matching objects appears.
To perform a specific task related to the selected object, select the object and the appropriate task button.
For example, to modify a column in the DEMO_CUSTOMERS
table:
From the Objects list, select Tables.
From the Tables list, select DEMO_CUSTOMERS
.
Click Modify Column.
To view additional object details, select a tab beneath the object name. For example, to view the data in the DEMO_CUSTOMERS
table:
From the Tables list, select DEMO_CUSTOMERS
.
Select the Data tab.
A report appears that displays the data in the DEMO_CUSTOMERS
table appears.