Installing Oracle Database 10g On Linux
Installing Oracle Database 10g On Linux
secure search
PRODUCT CENTERS Downloads Documentation Forums Articles Sample Code Getting Started Tutorials Blogs
TECHNOLOGY CENTERS OBE Home > Database 10g > Single Instance > Installation > Database
COMMUNITY
Database
Installing Oracle Database 10g on Linux
Database 10g Release 2
Database 10g Release 1
Purpose
VMWare/RAC
Single DB
Table of Contents In this lesson, you learn how to install Oracle Database 10g on Linux.
Download
Installation Topics
Manageability
Storage Management This lesson covers the following topics:
Availability
Application Dev. Overview
BI & Data Warehouse Prerequisites
Security
Installing Oracle Database 10g on Linux
Information Integration
Content Management
Demos
Viewing Screenshots
Archives
Application Server
Place the cursor on this icon to display all the screenshots in the lesson. You can also place the cursor on each
Oracle Application Server individual icon in the following steps to see only the screenshot that is associated with that step.
Start
OracleAS 10g 10.1.2
Overview
OracleAS 10g 9.0.4
Collaboration Suite
Back to List
Collaboration Suite 10g
(10.1.2)
Collaboration Suite 10g Using the Oracle Universal Installer, you install the Oracle Database 10g software and create a database.
(10.1.1)
Collaboration Suite (9.0.4) Prerequisites
EM Grid Control 10g
JDeveloper 10.1.3
http://www.oracle.com/technology/obe/obe10gdb/install/linuxinst/linuxinst.htm (1 of 24)11/4/2006 9:53:42 AM
Installing Oracle Database 10g on Linux
JDeveloper 9.0.5 and 10.1.2 Completed the Configuring Linux for the Installation of Oracle Database 10g lesson.
1.
Business Intelligence
To install the Oracle software, you must use the GUI installer.
Legal | Privacy
SELECT COUNTRY 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
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.
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
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.
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.
E-mail this
page
Printer View