HCL Workload Automation, Version 9.4

Procedure to create the HCL Workload Automation SQL tables for Oracle

To create the HCL Workload Automation database, perform the following steps:
  1. Log on as Administrator on Windows operating systems and as root on UNIX and Linux operating systems.
  2. Go to the following directory:
    On Windows operating systems:

    TWSTEMPDIR\TWA\tws<version_number>\TWS\dbtools\ora\scripts

    On UNIX and Linux operating systems:
    TWSTEMPDIR/TWA/tws<version_number>/TWS/dbtools/ora/scripts

    Where TWSTEMPDIR is the directory you specified in the TWSTEMPDIR property of the configuration file. For more information about how to customize the property file, see Customizing the properties file for Oracle.

  3. Run the following command:
    On Windows operating systems:
    createdb_root.bat 
    <ORACLE_NETSERVICE_NAME> <ORACLE_ADMIN_USER> 
    <ORACLE_ADMIN_PW> <TWS_DB_USER> 
    <TWS_DB_PW> <TWS_AGENT_TYPE> 
    <IS_PARTITIONED> <IS_CHECK_ONLY>
    On UNIX and Linux operating systems:
    createdb_root.sh 
    <ORACLE_NETSERVICE_NAME> <ORACLE_ADMIN_USER> 
    <ORACLE_ADMIN_PW> <TWS_DB_USER> 
    <TWS_DB_PW> <TWS_AGENT_TYPE> 
    <IS_PARTITIONED> <IS_CHECK_ONLY>
    Where:
    <ORACLE_NETSERVICE_NAME>
    The name used by clients to identify an Oracle Net server and the specific system identifier or database for the Oracle Net connection. A net service name is mapped to a port number and protocol. It is also known as a connect string, database alias, host string, or service name.
    If your Oracle database is:
    • Installed on the same system on which you are installing your master domain manager or a backup master domain manager, the net service name is the name of your Oracle database.
    • Installed on the same system on which you are installing your dynamic domain manager or a backup dynamic domain manager, the net service name is the name of your Oracle database.
    • Not installed on the system on which you are installing your master domain manager or a backup master domain manager, the net service name is the alias configured for the connection to the remote database.
    • Not installed on the system on which you are installing your dynamic domain manager or a backup dynamic domain manager, the net service name is the alias configured for the connection to the remote database.

    Contact your database administrator to obtain the correct net service name.

    <ORACLE_ADMIN_USER>
    The Oracle database administrator user name (such as SYSTEM) required to authenticate to the Oracle database. This account must already exist.
    <ORACLE_ADMIN_PW>
    The database administrator user password required to authenticate to the Oracle database.
    <TWS_DB_USER>
    The HCL Workload Automation Oracle user name that is the owner of the HCL Workload Automation schema.
    <TWS_DB_PW>
    The password for the HCL Workload Automation Oracle user. It must comply with the Oracle naming rules.
    <TWS_AGENT_TYPE>
    The HCL Workload Automation agent type to specify:
    Master domain manager:
    MDM
    Backup master domain manager:
    BKM
    <IS_PARTITIONED>
    If you are installing on Oracle Enterprise Edition, you can choose to implement the Oracle Partitioning option to improve the performance of event-driven workload automation. The possible values are false (Oracle Partitioning feature is not used when creating the HCL Workload Automation schema) or TRUE (Oracle Partitioning feature is used when creating the HCL Workload Automation schema). The default is TRUE.
    <IS_CHECK_ONLY>
    Always specify FALSE.