Owner's Manual

Table Of Contents
Installing Oracle 11g R1 Database RAC 21
12
In the
Recovery Configuration
window:
a
Click
Specify Flash Recovery Area
.
b
Click
Browse
and select
/u03
.
c
Specify the flash recovery size.
d
Select
Enable Archiving
.
e
Click
Next
.
13
In the
Database Content
window, click
Next
.
14
In the
Database Services
window, click
Next
.
15
In the
Initialization Parameters
window, if your cluster has more than four
nodes, change the
Shared Pool
value to
500 MB
and click
Next
.
16
In the
Database Storage
window, click
Next
.
17
In the
Creation Options
window, select
Create Database
and click
Finish
.
18
In the
Summary
window, click
OK
to create the database.
NOTE: The seed database may take more than an hour to create.
NOTE: If you receive an Enterprise Manager Configuration Error during the
seed database creation, click OK to ignore the error.
When the database creation completes, the
Password Management
window is displayed.
19
Click
Exit
.
A message is displayed indicating that the cluster database is starting on all
the nodes.
20
On
each node
, perform the following steps:
a
Determine the database instance that exists on that node by typing:
srvctl status database -d <database name>
b
Add the ORACLE_SID environment variable entry in the user profile
oracle
by typing:
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.
NOTE: This example assumes that racdb is the global database name that
you defined in DBCA.