Table of Contents

Search

  1. Preface
  2. Installation Overview
  3. Pre-Installation Tasks
  4. Hub Store Installation
  5. Hub Store Post-Installation Tasks
  6. Hub Server Installation
  7. Hub Server Post-Installation Tasks
  8. Process Server Installation
  9. Process Server Post-Installation Tasks
  10. ActiveVOS Post-Installation Tasks for the Application Server
  11. ActiveVOS Post-Installation Tasks for the Business Entity Adapter
  12. Customize ActiveVOS
  13. Troubleshooting the MDM Hub
  14. Uninstallation

Installation Guide for Oracle Database with Red Hat JBoss

Installation Guide for Oracle Database with Red Hat JBoss

Step 1. Creating Data Sources

Step 1. Creating Data Sources

Before you manually deploy the Hub Server applications, create data sources. Also, if you want to configure multiple
Process Servers
or troubleshoot installation issues, create data sources.
  1. Create the following directory structure under
    <
    JBoss installation directory
    >/modules/
    :
    /com/informatica/mdm/jdbc/main
  2. In the
    main
    directory, create the
    module.xml
    file with the following content:
    <?xml version="1.0" encoding="UTF-8"?> <module xmlns="urn:jboss:module:1.0" name="com.informatica.mdm.jdbc"> <resources> <resource-root path="<
    JDBC driver file name
    >"/> </resources> <dependencies> <module name="javax.api"/> <module name="javax.transaction.api"/> </dependencies> </module>
  3. Download and copy the supported version of the JDBC drivers to the
    main
    directory.
  4. Open the JBoss Management console, and click
    Profile
    .
    The
    Datasources
    page appears.
  5. Click
    Connector
    Datasources
    .
  6. Click the
    XA Datasources
    tab.
    The
    JDBC XA Datasources
    page appears.
  7. Click
    Add
    .
    The
    Create XA Datasource
    dialog box appears.
  8. Enter values in the
    Name
    and
    JNDI Name
    fields, and click
    Next
    .
    The following table lists the syntax of the values to specify:
    Field Name
    Syntax of Value
    Name
    jdbc/siperian-<Oracle host name>-orcl-<Operational Reference Store name>-ds
    JNDI Name
    java:jboss/datasources/jdbc/siperian-<Oracle host name>-orcl-<Operational Reference Store name>-ds
    The
    XA Datasource
    page appears.
  9. In the XA Datasource Class field, enter
    com.informatica.mdm.jdbc
    , and click
    Next
    .
    The
    XA Properties
    page appears.
  10. Enter the key and value pairs, and click
    Next
    .
    The following table lists the key value pairs:
    Key
    Value
    ConnectionProperties
    oracle.jdbc.J2EE13Compliant=true
    URL
    Use one of the following values based on the Oracle connection type:
    For SERVICE. jdbc:oracle:thin:@//<
    Oracle host name
    >:1521:<
    service name
    >
    For SID. jdbc:oracle:thin:@<
    Oracle host name
    >:1521:orcl
    The
    Connection Settings
    window appears.
  11. Enter values for the connection settings, and click
    Done
    .
    The following table describes the connection fields:
    Field Name
    Description
    Username
    Name of the Operational Reference Store
    Password
    Password to access the Operational Reference Store
    The
    JDBC XA Datasources
    page appears.
  12. In the Selection section, edit the properties under the
    Pool
    tab.
    Property
    Value
    Min Pool Size
    5
    Max Pool Size
    100
    Strict Minimum
    false
    Prefill enabled
    false
    Flush Strategy
    FailingConnectionOnly
    Idle Timeout
    0
    Track Statements
    false
  13. In the Selection section, edit the properties under the
    Validation
    tab.
    Property
    Value
    Valid Connection Checker
    Not applicable
    Check Valid Sql
    Not applicable
    Validate On Match
    false
    Background Validation
    false
    Validation Millis
    0
    Stale Connection Checker
    Not applicable
    Exception Sorter
    org.jboss.jca.adapters.jdbc.extensions.oracle.OracleExceptionSorter
  14. Select the data source that you added, and click
    Enable
    .
    The data source that you added is enabled.

0 COMMENTS

We’d like to hear from you!