Monday, September 13, 2021

ODI - Type2 - Quick start Installation with Virtual box

About ODI 12c VM:

Followings are available with the installation:

  • ODI 12c on Oracle Linux Platform
  • Source Application on Oracle Database
  • Source File System
  • Target application on Oracle Database
  • ODI 12c studio
    • Topology created for Source and Target databases
    • Models reverse Engineered
    • Knowledge modules added to the project
    • Pre existing mappings

Steps to download VM and install ODI 12c appliances:

Step1: Go to google and search with ODI 12c Demo download. You will get the following link:

https://www.oracle.com/middleware/technologies/data-integrator/odi-demo-downloads.html

Download the Oracle VM virtual box

Download ODI 12c Getting-VM.7z all 5 files and saved in a folder


Also, Download the ODI 12c Getting VM Installation Guide for more help.


Step2: Install Oracle Virtual box

Step3: Now unzip the downloaded 1st file to get ova file.

Step4: Import the ova file to virtual box manager

Step6: once import done, start the linux box and open ODI 12c studio.

Step7: Connect to Repository and provide wallet password as welcome1 and provide connection details.

Network Configuration:

In default setup, from Virtual machine, we can't connect internet directly. We have to manually configure VM to Host machine to internet.

Steps:

Virtual box File >> preferences >> Network >> add network >> ok 

Settings>>Network >> select Adapter1 >> Enable network adapter (NAT Network)>> select Adaptet2 >> Enable network adapter(Bridged adapter) >> ok 

Then start the odi 12c from VM and check internet from any internet browser.


Shared Folder between Virtual box and Host Machine:

Create a folder in host machine for example, VM Share in C drive

Go to ODI 12c app >> Devices >> shared Folders >> Shared Folders settings>> Shared Folders >> access + bitton >>choose created host machine folder VM Share >> choose Auto mount and make permanent options(folder name will show as VM_Share) >>ok

Open a terminal (/home/oracle)>> create a linux folder ( mkdir Share) >>cd Share >> chmod 777 /home/oracle/Share

su root

Password: oracle

mount -t vboxsf VM_Share /home/oracle/Share


Notes:

1. You can also download Virtual box from the below site:

https://virtualbox.org/wiki/Downloads

2. You can also download 7zip from below link:

https://www.7-zip.org/download.html


No comments:

Post a Comment

Featured Post

11g to 12c OSB projects migration points

1. Export 11g OSB code and import in 12c Jdeveloper. Steps to import OSB project in Jdeveloper:   File⇾Import⇾Service Bus Resources⇾ Se...