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.
- On the database server, verify the following directories exist...
ORACLE_INSTANCE/data
ORACLE_INSTANCE/indexIf 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.
- cd WP_PROFILE/ConfigEngine
- 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