Owner's Manual

Configuring and Deploying Oracle Database 11g 45
25
Perform the following steps:
a
Verify that the database instance exists on the node by entering:
srvctl status database -d
b
Enter the following commands to add the
ORACLE_SID
environment variable entry in the Oracle user profile:
echo "export ORACLE_SID=racdbx" >>
/home/oracle/
.bash_profle
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.
c
Enter the following command:
srvctl status database -d dbname
where
dbname
is the global identifier name that you defined for the
database in DBCA.