|
 |
|
Oracle Tips by Burleson |
Oracle10g Grid Computing
with RAC
Chapter 6 - Install,
Configure and Database Creation
Database
Creation Manually
Instance
Specific Parameters for Instance "RACDB1":
instance_name=RACDB1
instance_number=1
local_listener=LISTENER_RACDB1
thread=1'
undo_tablespace=UNDOTBS1
Run the following sqlplus command to connect to
the database:
sqlplus /nolog
connect / as
sysdba
Startup the database in NOMOUNT mode:
Create the database. If the raw devices are in
use, they must be pre-created.
Path names, file names, and sizes will need to
be modified as needed.
Use the following script to create the
database.
The above text is
an excerpt from:
Oracle 10g Grid & Real Application
Clusters
Oracle 10g
Grid
Computing with RAC
ISBN 0-9744355-4-6
by Mike Ault, Madhu Tumma
|