Owner's Manual
Deployment Guide 37
25
Perform the following steps on
each node
:
a
Determine the database instance that exists on that node by typing:
srvctl status database -d <database name>
b
Type the following commands to add the ORACLE_SID environment variable entry in the
oracle
user profile:
echo "export ORACLE_SID=racdbx" >> /home/oracle/.bash_profile
source /home/oracle/.bash_profile
where
racdbx
is the database instance identifier assigned to the node.
This example assumes that
racdb
is the global database name that you defined in DBCA.
26
On
one node
, type:
srvctl status database -d dbname
where
dbname
is the global identifier name that you defined for the database in DBCA.
If the database instances are running, confirmation appears on the screen.
If the database instances are
not
running, type:
srvctl start database -d dbname
where
dbname
is the global identifier name that you defined for the database in DBCA.
Securing Your System
To prevent unauthorized users from accessing your system, Dell recommends that you disable rsh after
you install the Oracle software.
To disable rsh, type:
chkconfig rsh off
Setting the Password for the User oracle
Dell strongly recommends that you set a password for the user oracle to protect your system. Complete
the following steps to create the oracle password:
1
Log in as
root
.
2
Ty p e
passwd oracle
and follow the instructions on the screen to create the
oracle
password.
NOTE: Additional security setup may be performed according to the site policy, provided the normal database
operation is not disrupted.