Configure the FRDomain

For instructions, see Oracle® Fusion Middleware Installing Oracle Forms and Reports for Release 12.2.1.19, at https://docs.oracle.com/en/middleware/developer-tools/forms/12.2.1.19/install-fnr/installing-and-configuring-oracle-forms1.html#GUID-E3EC8981-780D-4D15-AA01-1FF91CDDCF59.

Make sure you type FRDomain (case-sensitive) in the desired domain home path.

When configuring the FRDomain, it is recommended to use the default port 7001 for Admin Server and 9001 or 9002 for managed servers (WLS_FORMS and WLS_REPORTS).

You can accept most default values, with the exception noted below.

After completing the FRDomain configuration, follow instructions in Run ohs_updateInstances.

Templates

  1. Select the check box for the following templates:

    • Oracle Forms [forms]

    • Oracle Reports Application [reports]

    • Oracle Enterprise manager [em]

    • Oracle HTTP Server (Collocated) [ohs]

    • Oracle Reports Tools [ReportsToolsComponent]

    • Oracle Reports Server [ReportsServerComponent]

    • Oracle Reports Bridge [ReportsBridgeComponent]

    • Oracle JRF [oracle_common]

    • Weblogic Coherence Cluster Extension [wlserver]

Add Administrator Account

  1. Provide a password for the WebLogic user account and make note of this password because it is required to install Oracle Thesaurus Management System and/or Oracle Clinical.

Domain Mode and JDK

  1. Select the Production option under Domain Mode.

Database Configuration Type

  1. Provide the Repository Creation Utility schema name that you defined in Create the Repository Creation Utility and add _STB to this name. For example, if the schema name you defined was OCRDCDEV, provide OCRDCDEV_STB.

  2. Provide the schema password that you defined in Create the Repository Creation Utility.

  3. Click Get RCU Configuration to continue.

Advanced Configuration

  1. Select all check boxes.

Administration Server

  1. Select the Enable SSL check box.

Node Manager

  1. Define the Node Manager username and password and make note of them because they are required to install Oracle Thesaurus Management System and/or Oracle Clinical.

Managed Servers

  1. Select the Enable SSL check box for all managed servers.

Assign Servers to Machines

  1. Move AdminServer from the Servers list to the Machines list.

System Components

  1. Click Add to add the OHS component.

    1. For System Component, specify ohs1.

    2. For the Component Type, select OHS.

OHS Server

Note:

It is recommended to use the standard HTTP/HTTPS ports 80 or 443. If you plan to use other ports, these need to be modified accordingly during the installation process.

  1. For Listen Address, specify the machine name, including the domain.

  2. Change the Listen Port value to 80.

  3. Change the SSL Listen Port value to 443.

Domain Frontend Host

  1. Copy the URL from the Plain field and paste it in the SSL field.

  2. In the SSL field, change http to https, and add the SSL port if the non-standard port 443 is used.

  3. Select the SSL as the default option.

Assign System Components

  1. Move ohs1 from the System Component list to the Machines list.

For more information, see:

Run ohs_updateInstances

Perform the following steps:

  1. Start the Node Manager.

    $ORACLE_HOME\user_projects\domains\FRDomain\bin\startNodeManager.cmd

  2. Start the admin server.

    $ORACLE_HOME\user_projects\domains\FRDomain\bin\startWebLogic.cmd

  3. Run WLST.

    $ORACLE_HOME\oracle_common\common\bin\wlst.cmd

  4. Connect to admin server.

    connect('adminserver_username','adminserver_password','t3://host_name:FRDomain_adminserver_port')

  5. Run the following command:

    ohs_updateInstances()