Windows stand-alone: Run a task to automatically setup Oracle or Oracle RAC
to create users, grant permissions, and create Java Content Repository table spaces.As an alternative to automatically setting up the database, we can manually set up the database by referring to the link in the related tasks section of this topic.
- 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.bat setup-database -DWasPassword=foo
Parent: Windows stand-alone: Set up Oracle or Oracle RAC automatically or manually