Creating an Oracle User Database

Note: Only when the identityProviderType=ORACLE, the Oracle user database is needed.
    Procedure
  1. Open the $OM_HOME/db/dbscripts/oracle/user/oracle_user_db.properties file in a suitable editor and update the following values:
    Property Update the Value for
    ORCL_HOST Oracle database host
    ORCL_PORT Oracle port
    ORCL_USERNAME Oracle superuser name
    ORCL_PASSWORD Oracle superuser password
    ORCL_SERVICENAME Service name of the database
    ORCL_USER New database user
    ORCL_USER_PASSWORD Password for the database user
    ORCL_USER_TABLESPACE User tablespace
    ORCL_USER_TABLESPACE_SIZE Size of the tablespace
    ORCL_MINSIZE Minimum tablespace size
    ORCL_MAXSIZE Maximum tablespace size
    ORCL_DATAFILE_PATH Data file path of Oracle
    IS_CLOUD_PLATFORM The default value is false. Set it to true if creating a database on a cloud platform.
    EXECUTE_DDL_DML_ONLY The default value is false. Set it to true if executing only DDL/DML.
  2. Save and close the file.
  3. Run the $OM_HOME/db/dbscripts/oracle/user/db-setup.sh script.