Creating PostgreSQL Tables
A script has been added for creating Postgres tables.
Procedure
-
Create a tablespace for the Order Capture System database by running the following script:
$OM_HOME/db/postgreSQL/oms/dbscripts/create_tablespace.sql.
-
Create the database user for Order Capture System by running the following script:
$OM_HOME/db/postgreSQL/oms/dbscripts/create_user.sql.
-
Run the following script:
$OM_HOME/db/PostgreSQL/ocs/ocs_schema_ddl.sql
Or you can copy
ocs_schema_ddl.sql to
$OM_HOME/db/postgreSQL/oms/dbscripts and run
setup.sh or
setup.cmd from
$OM_HOME/db/postgreSQL/oms/.
Copyright © 2023. Cloud Software Group, Inc. All Rights Reserved.