Oracle® Database Oracle Clusterware and Oracle Real Application Clusters Installation Guide 10g Release 2 (10.2) for Solaris Operating System Part Number B14205-07 |
|
|
View PDF |
This chapter describes the steps required to create an Oracle Real Application Clusters (RAC) database using scripts to perform noninteractive installations.
Note:
The scripts generated by DBCA are for reference purposes only. Oracle strongly recommends that you use DBCA to create a database.To generate scripts to create a Real Application Clusters database, create a database using the scripts, and prepare the database for use, complete the following steps:
Start Database Configuration Assistant (DBCA) and select your preferred options to build the RAC database. Note: you must select the Custom Database template on the Database Templates page for DBCA to provide the script generation option.
On the Creation Options page of your DBCA session, deselect Create Database and select Generate Database Creation Scripts before you click Finish. You can accept the default destination directory for the scripts, or browse for a different location. In either case, you should note the path name for use in the next step.
See Also:
"Creating Oracle Real Application Clusters Databases with Database Configuration Assistant" for additional information about running a DBCA sessionNavigate to the directory, which you noted in step 1, where DBCA created the scripts, and review the SQL scripts to ensure that they contain the statements to build a database with the characteristics you require. If they do not, then Oracle recommends that you rerun DBCA to create scripts with the desired configuration rather than editing the scripts yourself.
On each cluster node you identified during your DBCA session, run the script sid.sh
, where sid
is the SID prefix that you entered on the DBCA Database Name page.
Set the initialization parameter, cluster_database
, to the value TRUE
in your SPFILE by issuing an ALTER SYSTEM
command, or by uncommenting it in your PFILE for each instance.
Configure Oracle Net Services to support your new database and instances as described in Chapter 9, "Understanding the Oracle Real Application Clusters Installed Configuration".
Set the local_listener and remote_listener parameters in your SPFILE by issuing an ALTER SYSTEM
command, or by uncommenting it in your PFILE for each instance.
Run SVRCTL to configure and start database and instance applications as described in Oracle Database Oracle Clusterware and Oracle Real Application Clusters Administration and Deployment Guide.
See Also:
Oracle Universal Installer and OPatch User's Guide for additional information about creating and using scripts to install Oracle software with OUI