Configure an Oracle database for new SMS Builder
installations.
Prerequisites
- Install an Oracle database.
- Create a new hashed password for the admin user, and save it in the
/sql/common/current/04-BrandMobiliser-Base-Data.sql script.
Task
Consult your DBA for a custom installation using an existing tablespace or user for the
SMS Builder schema.
- Edit the SMSBUILDER_HOME/sql/oracle/current/02-BrandMobiliser-Users.sql script,
and replace XXX with a password for the mwiz2
user:
create user mwiz2 identified by XXX;
- As a user with DBA privileges, log in to the database.
- Create a tablespace:
/sql/oracle/current/01-BrandMobiliser-Tablespaces.sql
- Create the mwiz2 user:
/sql/oracle/current/02-BrandMobiliser-Users.sql
- As the mwiz2 user, create a schema:
/sql/oracle/current/03a-BrandMobiliser-Objects.sql
Perform all remaining steps as the mwiz2 user.
- Create another schema:
oracle/current/03b-BrandMobiliser-Objects.sql
- Insert initial data and create the admin user:
/sql/common/current/04-BrandMobiliser-Base-Data.sql
- Configure the JDBC connection in /conf/cfgback/service.dsprovider.properties.
Next
Install the Oracle JDBC driver.