Databases Reference
In-Depth Information
Viewing Instance Information
On the Administration home page on the right side, in the Tasks region, the second link is About Application Express.
Clicking this link brings you to a page that shows information about your current APEX instance (see Figure 14-2 ).
Figure 14-2. About Application Express page
The information on this page can be very useful when you're developing and debugging APEX applications.
In fact, the About page is an excellent location from which to quickly get an overview of your particular APEX instance.
Because APEX is stored in the database, all the values in the figure can also be obtained from a query. For example,
you can find the database version from the following query:
SELECT *
FROM v$version
 
Search WWH ::




Custom Search