Managing Websheet Applications

Use the options on the Administration menu to view the Websheet Dashboard, monitor Websheet activity, edit Websheet properties, and control Websheet access.

Topics:

Viewing the Websheet Dashboard

The Websheet dashboard displays the details about the current Websheet application including recent changes, top users, and top pages.

To view the Websheet Dashboard:

  1. Log in to and run the Websheet. See "Running a Websheet".

  2. From the Administration menu, select Dashboard.

    The Dashboard appears and is divided into the following sections:

    • Application Details

    • Recent Changes

    • Top Users

    • Top Pages

  3. To edit the time frame, select a new value from the TimeFrame list.

  4. Click Reset to return to the default setting.

Monitoring Websheet Activity

Use the Monitor Activity page to analyze usage, performance, and popularity of pages and content.

To access the Monitor Activity page:

  1. Log in to and run the Websheet. See "Running a Websheet".

  2. From the Administration menu, select Monitor Activity.

    The Monitor Activity page appears and is divided into the following sections:

    • Activity

      • Page Views

      • Top Pages

      • Top Data Grids

      • Top Reports

      • Top Users

    • Annotations

      • Top Files

      • Top Notes

      • Top Tags

    Each report displays as an interactive report. To learn more about interactive reports and using the Actions menu, see "Customizing Interactive Reports" and "About the Actions Menu".

Editing Websheet Properties

You can access the Websheet Properties page from inside or outside a running Websheet. Use the Websheet Properties page to control general application defaults and behavior. The home page identifies the home page users land on when running the Websheet. The name of the application is displayed within the breadcrumb.

Topics:

Accessing Websheet Properties from a Running Websheet

To access the Websheet Properties page:

  1. Log in to and run the Websheet. See "Running a Websheet".

  2. From the Administration menu, select Websheet Properties.

    The Websheet Properties appears.

  3. To view a section, click the greater than sign (>) to the left of the section title.

  4. To learn more about a specific attribute, see item Help and "About Websheet Properties".

Accessing Websheet Properties from Application Builder

To access the Websheet Properties page:

  1. On the Workspace home page, click the Application Builder icon.

  2. Click the Websheet Applications tab.

  3. Click the View Icons button.

  4. Locate the Websheet and click Edit.

    The Websheet Properties appears. See "About Websheet Properties".

  5. To learn more about a specific attribute, see item Help.

About Websheet Properties

This section describes the attributes on the Websheet Properties page.

Application

Use the Application section to control general application properties. Table 5-1 describes Application attributes.


Table 5-1 Application Attributes

Attribute Descriptions

Name

Identifies the name of the application. This name displays within the breadcrumb when the application is running.

Status

Identifies the status of the application. Available options include: Available or Unavailable.

Home Page

Select the home page for this Websheet. This is the first page a user sees when running the Websheet.

Application Date Format

Determines the date format to be used in the application.

This date format is used to alter the NLS_DATE_FORMAT database session setting before showing or submitting any page in the application. This value can be a literal string containing a valid Oracle date format mask or an item reference using substitution syntax. If no value is specified, the default date format is derived from the database session at runtime.

Default Application Language

Identifies the default language of the application. Users are able to change their language preference from within the application. This language list is determined by the translated versions of Application Express which are installed.

Default Application Territory

Identifies the default territory of the application, which controls attributes like date language and numeric characters. Users are able to change their territory preference from within the application.

Show Reset Password

Controls the display of the Reset Password link on the Login page. This link enables users to reset their passwords. This option works only if the application is using Application Express Account authentication.

Websheet Email From Address

Determines the email address to use as the from address in the Websheet. This from email address is used when sending email from a data grid or report email download in the Websheet.


Details

Use the Details section to edit the application description and login message. Table 5-2 describes Details attributes.


Table 5-2 Details

Attribute Descriptions

Owner

Identifies the user who owns the application.

Description

An optional description that describes the application.

Login Message

Display this message on the login page.


Logo

Use the Logo section to create a logo for this Websheet application. This logo displays at the top of the Websheet. Table 5-3 describes Logo attributes.


Table 5-3 Logo

Attribute Descriptions

Logo Type

Select the type of logo being used for the application.

Logo

Enter a full text string to use as application logo.


Style

Use the Style section to override default application style and use a custom CSS.

Authentication

Use the Authentication section to select an authentication scheme for this Websheet. Table 5-4 describes Authentication attributes.


Table 5-4 Authentication

Attribute Descriptions

Authentication

Select the way users of the application are authenticated. To change the authentication scheme, click Edit Authentication. The following list displays:

  • Application Express Account - Authenticate using developer account username and password.

  • Single Sign-On - Authenticate using Oracle Application Server Single Sign-On. This must be configured for the Application Express instance.

  • LDAP - Authenticate using an LDAP directory. Specify additional parameters on this page to configure this.

  • Custom - Provide your own code for authentication and session management tasks. See "Controlling Websheet Access".

Logout URL

Specify a URL to become this application's Logout URL attribute. This attribute is referenced in logout links as follows:

&LOGOUT_URL.

If the application uses built-in session verification, you may use "wwv_flow_custom_auth_std.ws_logout?p_websheet_app_id=&WS_APP_ID.&p_next_url=ws?p=&WS_APP_ID.:home" to invoke a built-in logout procedure.

Cookie Name

Name for the session cookie, which is required to identify an Application Express session and the session ID in the URL. If no value for the session cookie name is specified, Application Express picks a default value.

Cookie Path

Path attribute for the session cookie.

Cookie Domain

Domain attribute for the session cookie.

Secure

Options include:

  • Yes - Allow the session management cookie to be sent from the browser only when the protocol is HTTPS.

  • No - Allow the session management cookie to be sent from the browser when the protocol is HTTP or HTTPS.


Authorization

Use the Authorization section to control who can log in to a Websheet application. Table 5-5 describes Application attributes.


Table 5-5 Authorization

Attribute Descriptions

Access Control List Type

If authentication is Application Express Account, choose whether authorization is determined by the role in the Application Express workspace, or if authorization is determined by the access control list. For all authentication types other than Application Express Account, authorization is always determined by the access control List.

Allow Public Access

Options include:

  • Yes - Enable users to run the application in a read-only mode without requiring users to log in.

  • No - All users must log in to run the application.


Click Access Control Roles to learn more about roles and their privileges. Click Edit Access Control List to link to the Access Control List page. To learn more, see "Controlling Websheet Access".

SQL and PL/SQL

Use the SQL and PL/SQL section to determine if users can use SQL and PL/SQL in the current Websheet. By default, this capability is disabled. To change the default setting, for Allow SQL and PL/SQL, select Yes.

If enabled, users can use SQL in reports and SQL Tags and include PL/SQL in page sections. Click Add Object to link to the Suggestion Objects page. Users can write custom reports and use SQL tags on database objects within the schema associated with the current workspace. Identifying a database table or view as a Suggested Object makes it easier to write SQL by exposing the table and view columns in the help page.

Tip:

instance administrators can control the ability to use SQL and PL/SQL for an entire instance. To learn more, see "Enabling and Disabling SQL Access in Websheets" in Oracle Application Express Administration Guide.

Controlling Websheet Access

This section describes how to control access to a Websheet application.

Topics:

How Websheet Access Works

An administrator controls who can log in to a Websheet application by specifying one of the following authentication mechanisms:

  • Public access (no authentication)

  • Oracle Application Express Account

  • Single Sign-On Verification

  • LDAP Credentials Verification

  • Custom

If authentication is defined as Custom, an access control list manages the privileges of this application's users.

If authentication is Oracle Application Express Account, you must specify whether authorization is determined by the user role defined in the Application Express workspace, or if authorization is determined by the access control list. For all authentication types other than Oracle Application Express Accounts, authorization is always determined by the access control list.

Once a user logs in to an application, a user's assigned role determines access. User assigned roles include:

  • Reader - May view, but not edit content.

  • Contributor - May view and edit content.

  • Administrator - May view and edit content and edit Websheet Properties and manage the Access Control List.

To learn more about user roles and privileges, click Help and then select Access Control. See "About the Help Link".

Specifying the Access Control List Type

To use an access control list, you must edit the Websheet Properties and define the Access Control List Type as Custom.

To access the Websheet Properties page:

  1. On the Workspace home page, click the Application Builder icon.

  2. Click the Websheet Applications tab.

  3. Click the View Icons button.

  4. Locate the Websheet and click Edit.

    The Websheet Properties appears. See "About Websheet Properties".

  5. Scroll down to Authorization.

  6. From Access Control List Type, select Custom.

  7. Click Apply Changes.

See Also:

"Authentication"

Creating Access Control List Entries

To create access control list entries:

  1. Log in to and run the Websheet. See "Running a Websheet".

  2. From the Administration menu, select Access Control.

  3. Click Create Entry.

    The Entry Details page appears.

  4. On the Entry Details page:

    1. Username - Enter the username of the user for whom you want to control access.

    2. Privilege - Identify the user's privileges:

      • Reader - May view, but not edit content.

      • Contributor - May view and edit content.

      • Administrator - May view and edit content and edit Websheet Properties and manage the Access Control List.

  5. Click either Create or Create and Create Another.

Changing Your Websheet Password

To change your Websheet password:

  1. Log in to and run the Websheet. See "Running a Websheet".

  2. From the Administration menu, select Change My Password.

    The Change Password page appears.

  3. Follow the on-screen instructions and click Change Password.

Emailing a Websheet Page

To email a Websheet page:

  1. Log in to and run the Websheet. See "Running a Websheet".

  2. Locate the page you want to email.

  3. Click the Email icon above the Control Panel.

  4. On the Email Page:

    1. To - Enter the target email address.

    2. Subject - Enter a description of this email.

    3. Body - Enter the email content you want to include along with the Websheet page link.

  5. Click Send.

An email link to the currently selected page is automatically included in your email message.

See Also:

"Configuring Email" in Oracle Application Express Administration Guide

Printing a Websheet Page

To print a Websheet in printer-friendly mode:

  1. Log in to and run the Websheet. See "Running a Websheet".

  2. Click the Print icon above the Control Panel.

    The page displays in printer-friendly mode.

  3. Print the page.