打印本文 打印本文 关闭窗口 关闭窗口
oracle 10G 安装 for Linux86
作者:武汉SEO闵涛  文章来源:敏韬网  点击数2622  更新时间:2009/4/22 23:07:59  文章录入:mintao  责任编辑:mintao
This lesson covers the following topics:

Overview Prerequisites Installing Oracle Database 10g on Linux

Place the cursor on this icon to display all the screenshots in the lesson. You can also place the cursor on each individual icon in the following steps to see only the screenshot that is associated with that step.

Using the Oracle Universal Installer, you install the Oracle Database 10g software and create a database.

Before starting this lesson, you should have:

1.

Completed the Configuring Linux for the Installation of Oracle Database 10g lesson.

 

To install the Oracle software, you must use the GUI installer.

1.

Log in to the Linux box as user oracle and mount the Oracle Database 10g CD. Change directory to the CD and execute the script /mnt/cdrom/runInstaller from your home directory:

/mnt/cdrom/runInstaller

Move your mouse over this icon to see the image

 

Move your mouse over this icon to see the image

 

2.

At the Welcome window, click Next.

Move your mouse over this icon to see the image

 

3.

You need to specify your Inventory directory. The location should be set to /u01/app/oracle/oraInventory. Accept the default Operating System group name, oinstall. Then click Next.

Move your mouse over this icon to see the image

 

4.

The following window appears. Leave this window open.

Move your mouse over this icon to see the image

 

5.

You need to execute orainstRoot.sh as the root user. Open a terminal window and enter the following commands:

su
<rootpassword>
cd /u01/app/oracle/oraInventory
./orainstRoot.sh
exit
exit

Move your mouse over this icon to see the image

 

6.

Switch back to the Universal Installer window and click Continue.

Move your mouse over this icon to see the image

 

7.

At the Specify File Locations window, change the path to /u01/app/oracle/product/10.1.0/db_1. Then click Next.

Move your mouse over this icon to see the image

 

8.

Make sure the Installation Type Enterprise Edition is selected and click Next.

Move your mouse over this icon to see the image

 

9.

The installer now verifies that the system meets all the minimum requirements for installing and configuring the chosen product. Please correct any reported issues before continuing. When the check successfully completes, click Next.

Move your mouse over this icon to see the image

 

10.

You want to create a starter database. Make sure that Create a starter database and General Purpose are both selected. Then click Next.

Move your mouse over this icon to see the image

 

11.

Enter orcl.oracle.com in the Global Database Name field, and select the Create database with example schemas check box. Then click Next. If you plan to perform any of the multilingual lessons, you should select Unicode standard UTF-8 AL32UTF8 as the database character set.

Move your mouse over this icon to see the image

 

12.

The Select Database Management Option window enables you to choose between Database Control or Grid Control of your database. In this example, you accept the default, which is Database Control. Click Next.

Move your mouse over this icon to see the image

 

13.

Specify the database file location as /u01/app/oracle/oradata and click Next.

Move your mouse over this icon to see the image

 

14.

In the Specify Backup and Recovery Options window, you do not want to enable automated backups at this time. Accept the default and click Next.

Move your mouse over this icon to see the image

 

15.

Enter and confirm a password for all accounts, and then click Next.

Move your mouse over this icon to see the image

 

16.

Review the Summary window to verify what is to be installed. Then click Install.

Move your mouse over this icon to see the image

 

17.

The progress window appears.

Move your mouse over this icon to see the image

 

18.

The Configuration Assistants window appears.

Move your mouse over this icon to see the image

 

19.

Your database is now being created.

Move your mouse over this icon to see the image

 

20.

When the database is created, click OK.

上一页  [1] [2] [3]  下一页

打印本文 打印本文 关闭窗口 关闭窗口