Configure Oracle Data Integrator Deployment Plan
Update the deployment plan files for Oracle Data Integrator console and Oracle Data Integrator agent.
- Stop your Oracle Fusion Middleware environment.
- Go to the
<Existing_DOMAIN_HOME>/bitools/bindirectory. - Run
stop.cmd(Windows) orstop.sh(Linux) to stop the Oracle BI instance and servers. - Run the command:
cd <NEW_ORACLE_HOME>/bi/biapps/scripts - Edit
input.txtto updatebiprov.oracle_home.dirto<NEW_ORACLE_HOME>and addbiprov.bi_domain.dirwith<DOMAIN_HOME>value. - 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 - Rename the wlsforce.jar file in
<NEW_ORACLE_HOME>/oracle_common/modules/datadirectdirectory. For example,mv wlsforce.jar wlsforce.jar.orig - Start your Oracle Fusion Middleware environment.
- Go to the
<Existing_DOMAIN_HOME>/bitools/bindirectory - Run
start.cmd(Windows) orstart.sh(Linux) to start the Oracle BI instance and servers.