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.
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
2.
At the Welcome window, click Next.
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.
4.
The following window appears. Leave this window open.
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
6.
Switch back to the Universal Installer window and click
Continue.
7.
At the Specify File Locations window, change the path
to /u01/app/oracle/product/10.1.0/db_1.
Then click Next.
8.
Make sure the Installation Type Enterprise Edition
is selected and click Next.
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.
10.
You want to create a starter database. Make sure that
Create a starter database and General Purpose are both selected.
Then click Next.
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.
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.
13.
Specify the database file location as /u01/app/oracle/oradata
and click Next.
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.
15.
Enter and confirm a password for all accounts, and then
click Next.
16.
Review the Summary window to verify what is to be installed.
Then click Install.
17.
The progress window appears.
18.
The Configuration Assistants window appears.
19.
Your database is now being created.
20.
When the database is created, click OK.
21.
When the Setup Privileges window appears, open a new
terminal window.
22.
You need to execute root.sh
as the root user.
From your terminal window, enter the following commands:
cd $ORACLE_BASE/product/10.1.0/db_1
su
<rootpassword>
./root.sh
exit
exit
23.
The End of Installation summary appears. The ports shown
in the summary can be found in $ORACLE_BASE/product/10.1.0/db_1/portlist.ini.
Click OK.
24.
Click Yes to exit.
Place the cursor on this icon to hide all screenshots.