2.3 Understanding the Workspace Home Page

When you sign in to Oracle Application Express, the Workspace home page appears. Use the Workspace home page to access key development components including App Builder, SQL Workshop, Team Development, and the Gallery.

Each Oracle Application Express development instance can contain multiple workspaces. A workspace is a virtual private database which enables multiple users to work within the same Oracle Application Express installation while keeping their objects, data and applications private. This section describes the sections that make up the Workspace home page.

2.3.1 Workspace Home Page

Workspace Home Page Icons

The center of the Workspace home page features the following large icons:

  • App Builder - Create an application, composed of a set of HTML pages, based on database objects.

  • SQL Workshop - Access tools for viewing and managing database objects.

  • Team Development - Track and manage issues in a conversational fashion. You can create templates to provide users with starter text for issues and comments. You can apply labels and label groups, assign issue owners, and set milestones.

  • Gallery - The Gallery enables you to access to Starter Apps, Sample Apps, and plug-ins available in the Oracle APEX GitHub Repository.

    Starter Apps are functional apps that provide stand-alone point-solutions, designed to meet simple requirements that do not require a large and unnecessarily complex solution. You can use these apps "out of the box" or extend them with your own custom functionality. Sample Apps highlight specific functionality and are intended to serve as a developer guide on how to make use of a particular feature. Plug-ins enable you to extend your APEX applications with custom functionality that is not available natively in the platform. Follow the on-screen instructions.

Menu Bar

A menu bar displays at the top of the page. This menu bar displays on most App Builder pages. Click a menu to access an alternate navigation path to different components within App Builder, SQL Workshop, or Team Development. The illustration that follows shows the App Builder menu.

2.3.2 Top Apps and Top Users Dashboards

The Top Apps and Top Users regions display at the bottom of the page. These regions offer real time information about development activities in the current workspace.

2.3.3 Messages Region

The Messages region displays to the right of Top Apps and Top Users.

The Messages region can display two types of messages:

  • System messages

  • Workspace messages

System messages and Workspace messages include a gold icon to the left of message text. Depending upon the message type, a textual identifier, either System Message or Workspace Message, also displays beneath the message text.

See Also:

"Defining a System Message" and "Defining a Workspace Message in Workspace Administration" in Oracle Application Express Administration Guide

2.3.4 Developer Navigation Tools

Developer Navigation tools display in the header region on many Oracle Application Express pages, including the Workspace home page, App Builder home page, the Application home page, Page Designer, and Shared Components.

2.3.4.1 Global Search

The Global Search icon (also known as Spotlight Search) displays in the header region in upper right corner of Application Express header page and provides an effective way to navigate App Builder.

Key features of Global Search include:

  • Offers effortless navigation within a workspace enabling you to quickly find applications, pages, Shared Components, Application Express menus, and so on.

  • Search for component names and immediately set focus to those items in Page Designer.

  • Provides a unified search experience throughout Application Express.

About Using Global Search

You can activate Global Search in two ways:

  • Click the Spotlight Search icon in the upper right corner

  • Use the keyboard shortcut (Ctrl + Quote) (‘) (US Keyboards only)

Use Global Search to search all applications in the workspace no matter what your location in the current workspace. For example, if your workspace contains the Sample Database Application, entering Sample will find it. Similarly, you can access global navigation menus that appear at the top window adjacent to the Oracle logo. For example, enter SQL Commands in the Global Search field to instant access SQL Commands.

To close the Global Search dialog, press the Esc key, or click anywhere outside the results.

Syntax to Navigate to a Page or Search for a Regular Expression

Within App Builder and on the Application home page, use the following syntax to navigate to a specific page or search for a regular expression:

page_ID
application_ID:page_ID
application_ID-page_ID
regexp:expression

Where:

  • application_ID is the numeric identification number (or ID) that identifies an application.

  • page_ID is the numeric identification number that identifies a specific page.

  • regexp: is literal text.

  • expression is a regular expression to search for.

The following example navigates you to page 10 of application 570:

10
570-10
570:10

You can also use this syntax to navigate to the Shared Components page of a given application:

application_ID:s
application_ID-s

Where:

  • application_ID is the numeric identification number (or ID) that identifies an application.

The following example demonstrates how to navigate to the Shared Components page of application 570:

570:s
570-s

About Navigating Search Results

Global Search results display in a dialog. Use the Up and Down arrows keys to navigate the results and press Enter to make a selection. Since the the Global Search icon displays on nearly every page in Application Express, you can continue to narrow your search until you find the app, page, or component (such as the item, button, or region) which contains the keyword.

Other available shortcuts change depending on where you are in App Builder, for example:

  • In Page Designer - To search for a page, press Ctrl + 4.

  • In App - To search within an application, press Ctrl + 3.

  • All Apps - To search all applications, press Ctrl + 2.

  • Current Workspace - To search a workspace, press Ctrl + 1.

Example 2-1 Search Example

Suppose you need to find an application called Employees which includes interactive grid built on the EMP table.

  1. Find the application.

    1. On the Workspace home page, click the Global Search field and enter emp.

      Global Search would return the results:

      • Employees
      • Templates
      • Create Email Template
      • Search all applications for emp
      • Search Workspace for emp

      Note:

      Templates and Create Email Template appear because they contain the text string emp.
    2. Select Employees to view that application.

      The Employees application appears.

  2. Search the application.

    1. On the Application home page, click the Global Search field and enter EMP.

      Global Search returns the results that include numerous pages and other items.

    2. Select the option the includes a page reference.

      The page appears in Page Designer.

  3. Search the page.

    1. In Page Designer, find the Global Search field and enter EMP again.

      Global Search returns the results that include numerous components.

    2. Select a component (such as a process, column, region, and so on).

2.3.4.2 Administration Menu

The Administration menu displays to the right of the Global Search field and features an outline person with a wrench.

Clicking the Administration menu displays the following options:

  • Administration links to the Workspace Administration page. To access the Oracle Application Express development environment, users sign in to a shared work area called a workspace. Workspace administrators monitor and administer a workspace. Common workspace administration tasks include managing service requests, configuring workspace preferences, creating workspace announcements, managing session state, creating user accounts, and managing groups.

  • Manage Service displays a submenu of options on the Manage Service page. Administrators use the Manage Service page to manage service requests, configure workspace preferences, edit workspace announcements, and view workspace utilization reports.

  • Manage Users and Groups links to Manage Users and Groups page. Workspace administrators can create new user accounts, manage existing user accounts, and change user passwords.

  • Monitory Activity links to the Monitor Activity page. Use this page to monitor changes to page views, developer activity, page view analysis, and active sessions. It also shows reports on such information as login attempts and external click counts.

  • Dashboards links to the Dashboard page. Use this page to view details about the current workspace and monitor users, activity, developer activity, performance, application development, and view database details.

  • Change My Password links to the Change Password section of the Edit Profile dialog box.

See Also:

2.3.4.3 Help Menu

The Help menu features a question mark enclosed with a circle.

Click the Help menu to access the following menu items:

  • Documentation links to Oracle Application Express, Oracle Help Center.

  • Discussion Forum links to the Categories page where you can access APEX Discussions.

  • Learn More about Oracle APEX links to the Oracle Application Express page.

  • About. Links links to the About Application Express dialog. This dialog includes information about the Oracle Application Express instance and the database version.

2.3.4.4 Account Menu

The Account menu displays in the upper right corner of the page. You open the Account menu can be opened by clicking on the User icon in the header.

Click the Account menu to view your username, current workspace, and user role. If Single Sign On (SSO) is enabled, the link Change Workspace also appears. Key controls on this menu include:

  • Edit Profile. Click Edit Profile to edit your first and last name, upload or choose a photo image, alter your email address (if SSO is not enabled), and reset your password.

    Tip:

    If you are using Single Sign-on authentication, Change Workspace also displays. Click Change Workspace to view a list of workspaces you have access to.

  • Appearance. Configure the Appearance switch to to determine how the Application Express user interface displays. Options include:

    • Automatic detects the appropriate setting based on existing system or browser settings.

    • Light Mode renders the user interface using the standar color scheme.

    • Dark Mode renders the user interface using an inverted color scheme, applying light-colored text, icons and graphical user interface elements on a darker background.

  • Preferences. Click Preferences to change your default schema, default date format, configure whether SQL Workshop CSV downloads are in Unicode, and control how windows display when App Builder runs applications.

  • Sign Out. Click Sign Out to log out the current workspace.

2.3.5 Available Updates Region

The Available Updates region displays on the lower right side of the page and indicates if updates are available for Oracle Application Express and the Oracle REST Data Services. If your installation is current the following message displays:

System is up-to-date

To configure updates, click Set Preferences for Available Updates. In the dialog, enable or disable updates by selecting Yes or No from the Check for Available Updates list and click Apply Changes.

Tip:

To perform this check, Oracle Application Express transmits the version number of Application Express and other system components to Oracle Corporation. In order to continuously improve our products, Oracle is interested in learning about product usage. To that end, statistics can occasionally be sent to Oracle describing the product features in use. No personally identifiable information is sent. To review Oracle's privacy policy see http://www.oracle.com/us/legal/privacy/overview/index.html