Multidomain MDM
- Multidomain MDM 10.3 HotFix 3
- All Products
<?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>
Field Name
| Syntax of Value
|
---|---|
Name
|
|
JNDI Name
|
|
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
|
Field Name
| Description
|
---|---|
Username
| Name of the Operational Reference Store
|
Password
| Password to access the Operational Reference Store
|
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
|
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
|