+

Search Tips   |   Advanced Search

Solaris clustered server: Run a task to automatically setup Oracle or Oracle RAC


When you set up Oracle or Oracle RAC automatically, modify the approriate properties files before transferring your data from the default database to the Oracle or Oracle RAC database.

  1. On the database server, verify the following directories exist...

      ORACLE_INSTANCE/data
      ORACLE_INSTANCE/index

    If this directory hierarchy does not exist, create it manually before running setup-database, which requires these folders to create table spaces. .

    • The setup-database task creates the table spaces, index spaces, and the database users as specified in the properties files.

    • If we are using Oracle Automatic Storage Management, set up the databases manually.

  2. cd WP_PROFILE/ConfigEngine

  3. Create the database users, permissions, and table spaces:

      ./ConfigEngine.sh setup-database -DWasPassword=foo


Parent: Solaris clustered server: Set up Oracle or Oracle RAC automatically or manually