Manually Connect to Existing Repositories
3-6 Oracle Fusion Middleware Installation Guide for Oracle Data Integrator
repository connection during installation. See Table 3–1
for the list of these parameters.
The following example shows a modified odiparams.batsh file: ODI_MASTER_DRIVER=oracle.jdbc.driver.OracleDriver
ODI_MASTER_URL=jdbc:oracle:thin:ours:1521:ORA9 ODI_MASTER_USER=ODI_11G
ODI_MASTER_ENCODED_PASS=gxfpqkz074jeaCpL4XSEFzxoj8E0p ODI_SECU_WORK_REP=WORKREP
ODI_SUPERVISOR=SUPERVISOR ODI_SUPERVISOR_ENCODED_PASS=fJya.vR5kvNcu9TtV,jVZEt
Table 3–1 Repository Connection Information
Parameter Description
ODI_MASTER_DRIVER JDBC driver used to connect the Master Repository.
ODI_MASTER_URL JDBC URL used to connect the Master Repository.
ODI_MASTER_USER Database account used to connect the Master
Repository. ODI_MASTER_ENCODED_PASS
Database account password. The password must be encoded with the encode.[sh|bat]
password command. ODI_SECU_WORK_REP
Name of the Work Repository to connect to. This Work Repository is the default repository into which
the scenarios are started. ODI_SUPERVISOR
Name of an ODI supervisor user. This Supervisor user is used by the agent to connect the Master
Repository. ODI_SUPERVISOR_ENCODED_PASS
This user’s password. The password must be encoded with the encode.[sh|bat]
password command. ODI_USER
Name of an ODI user used to start scenarios. This user’s credentials are used when starting a scenario
from a command line. ODI_ENCODED_PASS
This ODI user password ODI_CONNECTION_RETRY_COUNT
The number of retries to establish the connection in the event that a repository connection fails. If set to
0, no retry will be performed. Default is 10.
NOTE : The RETRY parameters allow the agent to
continue sessions if the repository fails and is temporarily unavailable. This scenario applies
primarily to Oracle RAC configurations. ODI_CONNECTION_RETRY_DELAY
Time in milliseconds between repository connection retries. Default is 1000.
See Also: For more information on how to work with a standalone
agent, a Java EE agent and how to handle load balancing, see Managing Agents in the Oracle Fusion Middleware Developers Guide
for Oracle Data Integrator.