Owner's Manual
Configuring and Deploying Oracle for a Single Node 39
21
In the
Initialization Parameters
window, perform the following steps:
a
Select
Custom
.
b
In
Shared Memory Management
, select
Automatic
.
c
In the
SGA Size
and
PGA Size
windows, enter the appropriate
information.
d
Click
Next
.
22
In the
Database Storage
window, click
Next
.
23
In the
Creation Options
window, select
Create Database
and
click
Finish
.
24
In the
Summary
window, click
OK
to create the
database
.
NOTE: This procedure may take an hour or more to complete.
When the database creation completes, the Database Configuration
Assistant window is displayed.
25
Click
Password Management
to assign specific passwords to authorized
users (if required).
26
Otherwise, click
Exit
.
A message is displayed indicating that the cluster database is being started
on all nodes.
27
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
,
where
racdbx
is the database instance identifier assigned to the node
$> source /home/oracle/.bash_profile
This example assumes that
racdb
is the global database name that you
defined in DBCA.