Configure Oracle Data Integrator Deployment Plan

Update the deployment plan files for Oracle Data Integrator console and Oracle Data Integrator agent.

  1. Stop your Oracle Fusion Middleware environment.
  2. Go to the <Existing_DOMAIN_HOME>/bitools/bin directory.
  3. Run stop.cmd (Windows) or stop.sh (Linux) to stop the Oracle BI instance and servers.
  4. Run the command: cd <NEW_ORACLE_HOME>/bi/biapps/scripts
  5. Edit input.txt to update biprov.oracle_home.dir to <NEW_ORACLE_HOME> and add biprov.bi_domain.dir with <DOMAIN_HOME> value.
  6. Run the Oracle WebLogic Server scripting tool: <NEW_ORACLE_HOME>/oracle_common/common/bin/wlst.sh <NEW_ORACLE_HOME>/bi/biapps/scripts/configure_odi_deployment_plan.py <NEW_ORACLE_HOME>/bi/biapps/scripts/input.txt
  7. Rename the wlsforce.jar file in <NEW_ORACLE_HOME>/oracle_common/modules/datadirect directory. For example, mv wlsforce.jar wlsforce.jar.orig
  8. Start your Oracle Fusion Middleware environment.
  9. Go to the <Existing_DOMAIN_HOME>/bitools/bin directory
  10. Run start.cmd (Windows) or start.sh (Linux) to start the Oracle BI instance and servers.