Set up databases
This topic provides instructions on automatically setting up your database using...
ConfigEngine
As an alternative to automatically setting up the database, you can manually create users and grant privileges.
Prerequisites
- Installing Oracle
- Creating users
- Creating databases
- Modifying database properties
- 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.sh 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:
Set up Oracle
Related tasks
Manually creating users and granting privileges for Oracle