Oracle Data Integrator Installation Overview 1-5
1.3.2 Scripts and Tools
Table 1–2 lists the scripts and tools provided in the ODI_HOME
oraclediagentbin directory. To launch a script from a command line, enter the name of the script to launch. Type script_name -help from the command line
for the on-line help.
The extension for these scripts is .bat for Windows operating systems scripts and .sh for UNIX scripts.
oraclediagent This folder also includes other directories:
■
bin Command line scripts for managing the agent, scenarios and sessions. The scripts are listed in
Section 1.3.2 .
■
drivers drivers for the Oracle Data Integrator Standalone Agent.
oracledi.common This directory contains some of the libraries and files
shared by Oracle Data Integrator components. oracledi.sdk
This directory contains the ODI Public API. Note that the libraries of this API are necessary for the run-time agent.
setup This directory contains components that can be manually
installed. odi_misc
This directory contains some core libraries shared by the Oracle Data Integrator components. Drivers shipped with
the product are in this folder.
Table 1–2 Oracle Data Integrator Scripts and Tools
File Description
agent Starts a standalone agent.
agent_agent_name Starts the standalone agent agent name. This is the agent
that is automatically configured by the installer if you have selected this option.
Example: If you created an agent named agt_007, a file called agent_agt_007 is created in this folder.
agentstop Stops a standalone agent.
encode Encodes a password.
getsessionstatusremot e
Retrieves the status of session via an agent built-in web service. This script is only available for UNIX operating systems.
odiparams This configuration script contains the parameters for starting the
other scripts. The parameters can be manually updated in the file.
odi_opmn_addagent Add a standalone agent to OPMN.
odi_opmn_deleteagent Removes a standalone agent from OPMN. restartsession
Restarts a session. startcmd
Starts an Oracle Data Integrator command. startscen
Starts a the execution of a scenario.
Directory Description
1-6 Oracle Fusion Middleware Installation Guide for Oracle Data Integrator
startscenremote Starts a scenario on a remote agent on its web service.
This script is only available for UNIX operating systems. restartloadplan
Restarts a load plan instance. startloadplan
Starts a load plan. stoploadplan
Stops a load plan instance execution. stopsession
Stops a session execution.
Table 1–2 Cont. Oracle Data Integrator Scripts and Tools