Posts

Showing posts from April, 2020

Oracle Data Integrator Silent mode Installation

Image
Namaste!! Welcome to Oracle Technical learnings by doing. As you know most of my experiments are easy to do on the Oracle VirtualBox and Vagrant boxes, In this experiment as well took the Oracle Linux 7 vagrant box, and which is customized by Oracle and publicly available. What is ODI? ODI is a powerful tool for harnessing data. It transforms, process, and manage data from complex sources. What ODI installation contains?  ODI Repositories - it consists of Master and Work repositories in which ODI metadata and data is stored   ODI standalone agent- the ODI runtime process that orchestrates ETL flows   JEE components:    EM FWM control plugin for ODI    ODI console- used to execute and monitor ODI jobs as well as browse ODI metadata     JEE agent - that have full WebLogic HA capabilities, connection pool  As Oracle Data Integrator is one of the pre-requisites for OBIEE 12c and Oracle Analytics Server (OAS). Understand the GUI based Or...