Linux.com

Documentation

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


 
Tableless layout Validate XHTML 1.0 Strict Validate CSS Powered by Xaraya