What to Do Next?
Additional Information
Documentation Accessibility
1 Reviewing Information About This Guide
This guide describes how to install Oracle Database by using the default installation options.
Tasks Described in This Guide
The procedures in this guide describe how to:
-
Configure your system to support Oracle Database
-
Install Oracle Database on a local file system by using the Basic Installation option
-
Configure a general-purpose Oracle Database installation that uses the local file system for database file storage
Results of a Successful Installation
After you successfully install Oracle Database:
-
The database that you created and the default Oracle Net listener process run on the system.
-
Oracle Enterprise Manager Database Control and iSQL*Plus are running and can be accessed by using a Web browser.
Tasks Not Described in This Guide
This guide covers the Basic Installation scenario and does not describe how to complete the following tasks:
-
Using the Advanced Installation option to install the software
-
Installing the software on a system that has an existing Oracle software installation
-
Installing Oracle Clusterware and Oracle Real Application Clusters (RAC) on a cluster
-
Enabling Enterprise Manager e-mail notifications or automated backups
-
Using alternative storage options such as Automatic Storage Management or raw devices for database storage
Where to Get Additional Installation Information
For more information about installing Oracle Database, including information about the tasks not described in this guide, refer to one of the following guides:
-
If you want to install the software on a single system, then refer to Oracle Database Installation Guide for Linux x86.
-
If you want to perform a RAC installation, then refer to Oracle Database Oracle Clusterware and Oracle Real Application Clusters Installation Guide for Linux. This guide also describes how to install Oracle Clusterware, which is a prerequisite for RAC installations.
Both these guides are available on the product disc. To access them, use a Web browser to open the welcome.htm file located in the top-level directory of the installation media, and then select the Documentation tab.
2 Logging In to the System as root
Before you install Oracle Database, you must complete several tasks as the root user. To log in as the root user, complete one of the following procedures:
Note:
You must install the software from an X Window System workstation, an X terminal, or a PC or other system with X server software installed.
-
If you are installing the software from an X Window System workstation or X terminal, then:
-
Start a local terminal session, for example, an X terminal (
xterm). -
If you are not installing the software on the local system, then enter the following command to enable the remote host to display X applications on the local X server:
$ xhost fully_qualified_remote_host_name
For example:
$ xhost somehost.us.acme.com
-
If you are not installing the software on the local system, then use the
ssh,rlogin, ortelnetcommand to connect to the system where you want to install the software:$ telnet fully_qualified_remote_host_name
-
If you are not logged in as the
rootuser, then enter the following command to switch user toroot:$ su - root password: #
-
-
If you are installing the software from a PC or other system with X server software installed, then:
Note:
If necessary, refer to your X server documentation for more information about completing this
- 上一篇教程: SQL 的高级应用
- 下一篇教程: 集合和成员函数






