INSTALLATION DOCUMENTS BY RAVI

Showing posts with label ODI. Show all posts
Showing posts with label ODI. Show all posts

Saturday, April 15, 2017

Starting ODI Scenario from Command line

On Linux:

Navigate to $DOMAIN_HOME/bin directory and start the scenario using below command
$ ./startcmd.sh OdiStartScen -SCEN_NAME="name of the scenario" -SCEN_VERSION=001 -CONTEXT=GLOBAL -AGENT_CODE=OracleDIAgent


On Windows:

Navigate to %DOMAIN_HOME%\bin directory and start the scenario using below command
>startcmd.cmd OdiStartScen -SCEN_NAME="name of the scenario" -SCEN_VERSION=001 -CONTEXT=GLOBAL -AGENT_CODE=OracleDIAgent

  Opatch reports 'Cyclic Dependency Detected' error when patching ODI   Issue: When applying a Patch Set Update (PSU) to WebLogic Se...