Skip Headers
Oracle® Database Express Edition 2 Day DBA
10g Release 2 (10.2)

Part Number B25107-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
Contact Us

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

1 Introducing Oracle Database XE

Oracle Database Express Edition (Oracle Database XE) is a free, smaller-footprint edition of Oracle Database. Oracle Database XE is easy to install and easy to manage.

With Oracle Database XE, you use an intuitive browser-based interface to:

Oracle Database XE also includes Oracle Application Express release 2.1, a declarative, graphical development environment for creating database-centric Web applications. In addition to Oracle Application Express release 2.1, you can use all the popular Oracle and third-party languages and tools to develop your Oracle Database XE applications.

Oracle Database XE also includes the following command-line utilities:

This section contains the following topics:

Accessing the Database Home Page

Oracle Database Express Edition (Oracle Database XE) has a browser-based user interface for administering the database, running scripts and queries, building Web-based applications, and more. The starting point for this interface is the Database Home Page.

Description of homepage.gif follows
Description of the illustration homepage.gif

Note:

After installation, the Database Home Page is enabled only on the computer on which you installed Oracle Database XE (the local computer). As an administrator, you can enable the Database Home Page for remote users. See "Enabling Remote HTTP Connection to the Database" for instructions.

The large icons on the Database Home Page have the following functions:

Note:

When you log in to the Database Home Page as a user other than SYSTEM, another icon named Application Builder becomes available. You use Application Builder to develop Oracle Application Express applications.

You can access the Database Home Page from your desktop or by pointing your Web browser to a specific URL. The following sections provide details:

Accessing the Database Home Page from the Desktop

To access the Database Home Page from the desktop:

  1. Do one of the following:

    • On Windows: Click Start, point to Programs (or All Programs), point to Oracle Database 10g Express Edition, and then select Go to Database Home Page.

    • On Linux with Gnome: In the Applications menu, point to Oracle Database 10g Express Edition, and then select Go to Database Home Page.

    • On Linux with KDE: Click the icon for the K Menu, point to Oracle Database 10g Express Edition, and then select Go to Database Home Page.

  2. When the login page appears, log in to the database using a valid database user name and password.

    To log in as an administrator, log in with user name SYSTEM, and supply the password that you specified during installation (Windows platform) or configuration (Linux platform).

    Upon successful login, the Database Home Page appears.

Accessing the Database Home Page with Your Web Browser—Local User

To access the Database Home Page with your Web browser from the same computer on which you installed Oracle Database XE:

  1. Point your browser to the following URL:

    http://127.0.0.1:port/apex
    
    

    where port is the TCP port number for HTTP connection requests. The default value is 8080. You may have changed this value during installation (Windows platform) or configuration (Linux platform).

    For example, if you installed Oracle Database XE with the default port number, you would access the Database Home Page at this URL:

    http://127.0.0.1:8080/apex
    
    
  2. When the login page appears, log in to the database using a valid database user name and password.

    To log in as an administrator, log in with user name SYSTEM, and supply the password that you specified during installation (Windows platform) or configuration (Linux platform).

    Upon successful login, the Database Home Page appears.

Accessing the Database Home Page with Your Web Browser—Remote User

Note:

Before you can access the Database Home Page from a remote computer, you must enable remote access to the Oracle Database XE graphical user interface. See "Enabling Remote HTTP Connection to the Database" for instructions.

To access the Database Home Page with your Web browser on a remote computer:

  1. Point your browser to the following URL:

    http://host:port/apex
    
    

    where:

    • host is the host name or IP address of the computer where Oracle Database XE is installed.

    • port is the TCP port number for HTTP connection requests. The default value is 8080. You may have changed this value during installation (Windows platform) or configuration (Linux platform).

    For example, if you installed Oracle Database XE on a computer with the host name myhost.mydomain.com, and you installed with the default port number, you would access the Database Home Page at this URL:

    http://myhost.mydomain.com:8080/apex
    
    
  2. When the login page appears, log in to the database using a valid database user name and password.

    To log in as an administrator, log in with user name SYSTEM, and supply the password that you specified during installation (Windows platform) or configuration (Linux platform).

    Upon successful login, the Database Home Page appears.

Getting Help

You can access context-sensitive online Help in the following ways:

Navigating the Graphical User Interface

This section describes alternative methods for navigating between pages in the Oracle Database XE graphical user interface. It contains the following topics:

Navigating Using Icons or Menus

You can navigate the Oracle Database XE graphical user interface by clicking the large icons on the Database Home Page and on other navigation pages. When using these icons, you have two options:

  • Clicking the icon—Click the icon to go to the page indicated by the icon name.

    You may have to click a number of these icons, descending one page at a time in the page hierarchy, before you reach your destination page.

  • Selecting from the icon's menu—Click the down arrow on the right-hand side of the icon to view a menu, and then select an option from the menu or from any of its submenus.

    This is a more direct method of reaching some pages.

Description of new_menu.gif follows
Description of the illustration new_menu.gif

Navigating Using Breadcrumbs

Breadcrumbs (also called locator links) appear at the top of every page in the Oracle Database XE graphical user interface. Each breadcrumb trail indicates where the current page is in the hierarchy of pages. You can use breadcrumbs to instantly link to the previous page or to any of the pages above the current page in the hierarchy. In the following example, which is taken from the Query Builder page, clicking Home takes you to the Database Home Page:

Description of breadcrum.gif follows
Description of the illustration breadcrum.gif