Owner's Manual
32 Deployment Guide
25
Perform the following steps on
each node
:
a
Ty p e
srvctl status database -d <database name>
to determine which database
instance exists on that node.
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 oracle User Password
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.