0% found this document useful (0 votes)
28 views

Assignment 2

The document describes 5 scenarios for loading data from source tables into target tables in Informatica. Scenario 1 loads all data from 3 source tables to 1 target table without joins. Scenario 2 segregates data by department number between 2 target tables. Scenario 3 loads data from flat files created from source tables to a flat file target. Scenario 4 is similar but loads to an Oracle table target. Scenario 5 loads data to a target table, defining a primary key during loading.

Uploaded by

Sam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views

Assignment 2

The document describes 5 scenarios for loading data from source tables into target tables in Informatica. Scenario 1 loads all data from 3 source tables to 1 target table without joins. Scenario 2 segregates data by department number between 2 target tables. Scenario 3 loads data from flat files created from source tables to a flat file target. Scenario 4 is similar but loads to an Oracle table target. Scenario 5 loads data to a target table, defining a primary key during loading.

Uploaded by

Sam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 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