Set up databases
This topic provides instructions on automatically setting up your database using...
ConfigEngine task to create users, grant permissions, and create Java Content Repository table spaces.
Prerequisites
- Installing Oracle
- Creating users
- Creating databases
- Modifying database properties
As an alternative to automatically setting up the database, you can manually set up your database by referring to the link in the related tasks section of this topic.
- On the database server, make sure that the folder db_1 contains the subfolders your_oracle_instance/data and your_oracle_instance/index.
If this folder hierarchy does not exist, create it manually before you run the setup-database task. The setup-database task requires these folders to create database users. If these folders do not exist, the setup-database task will fail.
- cd profile_root/ConfigEngine
- To create the database users, type the following command:
- ConfigEngine.bat setup-database -DWasPassword=password
This task will automatically create the necessary users permissions, and table spaces.
Parent topic:
Configure WebSphere Portal to use Oracle
Previous topic:
Modifying database properties
Next topic:
Assigning custom table spaces
Related tasks
Manually creating users and granting privileges for Oracle