Installing Oracle 11g On Oracle Enterprise Linux 4
Installing Oracle 11g On Oracle Enterprise Linux 4
# /usr/sbin/groupadd oinstall
# /usr/sbin/groupadd dba
# /usr/sbin/groupadd oper
# /usr/sbin/groupadd asadmin
3. Create the operating system user oracle
# passwd oracle
5. With an editor of your choice, edit /home/oracle/.bash_profile to include the
following entries:
umask 022
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
LD_LIBRARY_PATH=/usr/lib:/usr/X11R6/lib
ORACLE_BASE=/u01/app/oracle
ORACLE_HOME=$ORACLE_BASE/product/10.1.0/db_1
ORACLE_SID=orcl
LD_LIBRARY_PATH=$ORACLE_HOME/jdk/jre/lib/i386:
$ORACLE_HOME/jdk/jre/lib/i386/server:
$ORACLE_HOME/rdbms/lib:$ORACLE_HOME/lib:$LD_LIBRARY_PATH
PATH=$ORACLE_HOME/bin:$PATH
6. Create the directory for the software installation and assign ownership to
oracle:oinstall.
# mkdir -p /u01/app/oracle
Either use the hostname or the ipaddress of the machine where the
installer will be displayed.
10. Go to the directory where you have your Oracle installation file and
execute this command
$ ./runInstaller.sh
11. The Oracle Universal installer startup and guides you through the
Installation process.
12. After complete installation, you need to execute the following scripts as
user root
# sh $ORACLE_BASE/oraInventory/orainstRoot.sh
# sh $ORACLE_HOME/root.sh