AIX stand-alone: Run a task to automatically setup Oracle or Oracle RAC databases
- 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: AIX stand-alone: Set up Oracle or Oracle RAC automatically or manually