Skip Headers

Oracle® HTML DB User's Guide
Release 1.5

Part Number B10992-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page
Previous
Go to next page
Next
View PDF

2 Quick Start

This section offers a quick introduction to using Oracle HTML DB. This section assumes you have already completed the installation process.

This section contains the following topics:


See Also:


Understanding Oracle HTML DB User Roles

In the Oracle HTML DB development environment, users log in to a shared work area called a workspace. Users are divided into three primary roles:

A developer can create and edit applications. A Workspace administrator performs administrator tasks specific to their workspace. An Oracle HTML DB administrator manages an entire Oracle HTML DB development environment instance.

Logging in to Oracle HTML DB

When you log in to Oracle HTML DB, you log in to a workspace. A workspace is an area within the Oracle HTML DB development environment where multiple developers can create applications.

Topics in this section include:


Note:

Before users can request a workspace or change their passwords, an Oracle HTML DB administrator must configure the engine settings.

Requesting a Workspace


Note:

This section only applies if your Oracle HTML DB administrator has configured Oracle HTML DB to support workspace requests.


See Also:

"Specifying a Provisioning Mode" for more information on enabling workspace requests

Before you can log in Oracle HTML DB, you must request a workspace. Each workspace has a unique ID and name. Only an administrator with the appropriate credentials can create a new workspace.

To request a workspace:

  1. In a Web browser, navigate to the Oracle HTML DB Login page. By default, Oracle HTML DB installs to the following location:

    http://server:port/pls/Database Authentication Descriptor/htmldb
    
    

    The Login page appears.

  2. Under Tasks, click Request a Workspace.

    The Request Service Wizard appears.

  3. Click Continue and follow the on-screen instructions.

Logging in to a Workspace

Once your workspace request has been approved, an Oracle HTML DB administrator provides you with a workspace name, username, and password.

To log in to Oracle HTML DB:

  1. In a Web browser, navigate to the Oracle HTML DB Login page. By default, Oracle HTML DB installs to the following location:

    http://server:port/pls/Database Authentication Descriptor/htmldb
    
    

    The Login page appears.

  2. Under Login, type the following:

    • In Workspace, type the name of your workspace.

    • In Username, type a username.

    • In Password, type a case sensitive password.

  3. Click Login.

Resetting Your Password

You can reset your password by clicking the Reset Password link on the Oracle HTML DB Login page.

To reset your password:

  1. In a Web browser, navigate to the Oracle HTML DB Login page. By default, Oracle HTML DB installs to the following location:

    http://server:port/pls/Database Authentication Descriptor/htmldb
    
    
  2. Under Tasks, click Reset Password.

  3. Type you workspace name and e-mail address and click Reset Password. A new password is sent to your e-mail address.

Logging Out of Your Workspace

To logout of Oracle HTML DB, click the Logout icon in the upper right corner of the window.

About Oracle HTML DB User Interface

Once you log in to Oracle HTML DB, the Oracle HTML DB Home page appears as shown in Figure 2-1.

Figure 2-1 Oracle HTML DB Home Page

Description of htmldb.gif follows
Description of the illustration htmldb.gif

The Oracle HTML DB development environment consists of three components:

To access any of these components, click the large icons in the center of the page, or click the navigation bar icons in upper right corner. Use Administration to access the Administration Services page.

About Using the Tasks List

Many Oracle HTML DB pages feature a Tasks list on the right side of the page. Select a list item to quickly link to common procedures.

Other Sources of Information

Most pages in Oracle HTML DB include page level help. Page level help displays in a text box on the right side of the page and offers a brief description of the page functionality. Oracle HTML DB also includes two other forms of online help:

  • Procedural online help. You can access an HTML-based online help system by clicking the Help navigation bar icon.

  • Field level help. Most lists of values, select lists, check boxes, and fields in Oracle HTML DB include item help. When item help is available, the item label appears highlighted when you pass your cursor over it. Clicking the item label displays a a description in a separate window.

Creating an Application Using the Create Application Wizard

A quick way to make data in the Oracle database accessible to an end user is to run the Create Application Wizard. This wizard creates a basic application which contains up to five pages and includes:

The Create Application Wizard assumes you have a single table or several unrelated tables for which you want to create a report or update and insert data. Once the application is generated, you can modify it using Application Builder.

To create an application using the Create Application Wizard:

  1. Log in to Oracle HTML DB as described in "Logging in to Oracle HTML DB".

  2. Click the Build navigation bar icon in the upper right corner of the window. (See Figure 2-2.)

    Figure 2-2 Build Navigation Bar Icon

    Description of htmldb_bldico.gif follows
    Description of the illustration htmldb_bldico.gif

    Application Builder appears.

  3. Click Create Application. (See Figure 2-3.)

    Figure 2-3 Create Application

    Description of create.gif follows
    Description of the illustration create.gif

    Create Application Wizard appears.

  4. Under Select Creation Method, click Based on Existing Tables and click Next.

    Selecting this option creates a complete application based on existing tables you specify. Selecting the default options results in an application that includes a menu, breadcrumb menus, report page, form page, and a chart page.

  5. Select the tables or views on which your application will be based and click Next.

    Each application is based on a table or view owned by a specific database schema.

  6. Specify an Application Name.

  7. If appropriate, select the following options and click Next:

    • Include Breadcrumb Navigation Aids

    • Hide Primary Key in Report Page

  8. Confirm your selections and click Finish.

    A Confirmation page appears, displaying two icons:

    • Run Application

    • Edit Application


    See Also:


Running Your Application

You can run your application by clicking the Run Application icon on the Quick Application Confirmation page.

To run your application from the Quick Application Confirmation page:

  1. Click Run Application.

    The Login page appears.

  2. Log in to your application by typing your workspace username and password and clicking Login.

    Your application appears. Note the Developer toolbar at the bottom on the page (See Figure 2-4).

    Figure 2-4 Application Builder Developer Toolbar

    Description of d_toolbar.gif follows
    Description of the illustration d_toolbar.gif

    The Developer toolbar offers a quick way to edit the current page, create a new page, control, or component, view session state, or toggle edit links on an off.

  3. Explore your application.

  4. To exit your application and return to Application Builder, click Edit Page on the Developer toolbar.

    As shown in Figure 2-5, the Page Definition appears.

    Figure 2-5 Page Definition

    Description of pg_def.gif follows
    Description of the illustration pg_def.gif

    A page is the basic building block of an application. You use the Page Definition to view, create, and edit the components that define a page.

  5. To return to Application Builder home page, select the Application tab.