Download as xlsx, pdf, or txt
Download as xlsx, pdf, or txt
You are on page 1of 4

Emp

Eid Ename Sal Deptno


1 James 50000 10
2 Allen 70000 20
3 Smith 35000 10

Dept
Deptno Dname Location
10 Dev Pune
20 HR Mumbai

SalGrade
Dname Grade
HR X
Dev Y
Tar_Emp_1
Eid Ename Sal Deptno Dname Location Grade

Tar_Emp_2
Eid Ename Sal Deptno Dname Location Grade
Scenario-1
Load data from all three source tables into Tar_Emp_1 table without using joiner transformation

Scenario-2
Segregate data for Deptno 10 and 20 in Tar_Emp_1 and Tar_Emp_2 respectively

Scenario-3
Create two flat files named Emp and Dept with same structure and data as mentioned in sources tab for
oracle tables and Then Load data from these two flat files into Tar_Emp_1 target that is also a flat file

Scenario-4
Create two flat files named Emp and Dept with same structure and data as mentioned in sources tab for
oracle tables and Then Load data from these two flat files into Tar_Emp_1 target that is table in oracle

Scenario-5
Define Eid as primary key in Tar_Emp_1 table at informatica level and then Load data from three tables(Emp,Dept,Salgrade) int
ee tables(Emp,Dept,Salgrade) into Tar_Emp_1 target.

You might also like