1 Database OBDX Installation
This topic provides information on Database OBDX Installation.
OBDX Database Installation with OBPM FLAVOR
Once obdx and ehms schema created in base installer, please proceed to below path for patchset scripts execution -
Creare User
create_user with obdx_create_user.sql
Create Role and Grants
create_roles with obdx_create_role.sql
create_grants using clip_user_grants.sql
Run “clip_master_script_main.sql” (DDL)
Run “clip_constraints_main.sql”
Seed execution “clip_seeds_executable_main.sql”
OBDX_Installer/installables/OBDX/<Installation type>/<version>/db/<version>/OBDX/
Inside above path ddl, dml, and constraints folders are present inside which OBDX scripts will be present which needs to be executed manually.
If any place holder or variables that needs to be replaced manually before executing.
Similarly for other modules also you can find scripts those are to be executed in below path -
OBDX_Installer/installables/OBDX/<Installation type>/<version>/db/<version>/
Inside above path ddl, dml, and constraints folders are present inside which OBDX scripts will be present which needs to be executed.
- Policy Seeding
This topic provides information on Policy Seeding. - Superadmin User Creation
This topic provides information on superadmin user creation