Sun Cluster Data Service for Oracle Real Application Clusters Guide for Solaris OS

Creating an Oracle Database

Perform this task to configure and create the initial Oracle database in a Sun Cluster environment. If you create and configure additional databases, you do not need to repeat this task.

How to Create an Oracle Database

  1. Ensure that the init$ORACLE_SID.ora file or the config$ORACLE_SID.ora file specifies the correct locations of the control files and alert files.

    The locations of these files are specified as follows:

    • The location of control files is specified by the control_files keyword.

    • The location of alert files is specified by the background_dump_dest keyword.

  2. If you use Solaris authentication for database logins, set the remote_os_authent variable in the init$ORACLE_SID.ora file to True.

  3. Ensure that all files that are related to the database are in the correct location.

  4. Start the creation of the database by using one command from the following list:

    • The Oracle dbca command

    • The Oracle sqlplus command

  5. Ensure that the file names of your control files match the file names in your configuration files.

Where to Go From Here

Go to Automating the Startup and Shutdown of Oracle Real Application Clusters Database Instances.