following procedures:
we logged in as theroot user, enter the following command to switch user toroot
$ su \u2013 root and password:
Check the Hardware Requirements :
Thehostname command should return the fully qualified host name as follows:
hostname
hostname.domainname
SEMMSL 100
SHMMNI 100
SHMALL 2097152
\ue000Log in as a Oracle user, we set the environmentfile (bashrc)
\ue000Checked whether xclock is running or not
\ue000Check all the permissions & groups
\ue000In bashrc set some required variables like
export ORACLE_BASE=/u01/srikanth
export ORACLE_HOME=$ORACLE_BASE/product/10103
export ORACLE_SID=sri
export PATH=$ORACLE_HOME/bin:$PATH
export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
export LD_ASSUME_KERNEL=2.4.19
export LD_LIBRARY_PATH=$ORACLE_HOME/lib
umask 022.
Leave a Comment