CLASS="sect1" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#840084" ALINK="#0000FF" >

3. Prepare for Configuration

3.1. Create Users and Groups

Execute the following commands as root:


# groupadd oinstall
# groupadd dba
# groupadd oper
# groupadd apache
# useradd -g oinstall -G dba oracle
# passwd oracle

Set the password for user oracle.

3.2. Create Directories

The final destination of the software will be here:


# mkdir /u01 /u02
# chown oracle.dba /u01 /u02
# chmod 755 /u01 /u02