Connected Lookup Transformation in Informatica

12
5/13/2015 Connected Lookup Transformation in Informatica http://mkashu.blogspot.in/2013/09/ConnectedLookupTransformationinInformatica.html 1/12 Support Center Connected Lookup Transformation in Informatica Kashif M on 01:08 Passive Transformation Used to search To get the related values To compare the values Used in slowly changing dimensions (SCDs) Lookup Transformation in Informatica Union Transformation Stored Procedure Transformations Source Qualifier Transformation Sorter Transformation Sequence Generator Transformation Router Transformation Normalizer Transformation Rank Transformation Lookup (Unconnected) Transformation Lookup (connected) Transformation Filter Transformation Expression Transformation Aggregator Transformation Top 100 Informatica Interview Questions I have attended Informatica interview last week in wipro and couple of other companies, Question below I faced in those companies. 1... OBIEE 11G ARCHITECTURE WITH EXPLANATION Below diagram describes the standard logical architecture of Oracle business intelligence 11g system The entire system architecture is c... INFORMATICA TRANSFORMATION POPULAR POSTS DON'T MISS OBIEE 11G Architecture Posted 10 days ago All About Data Warehousing and Business Intelligence A blog where you can explore everything about Datawarehouse,Oracle,OBIA, OBIEE,Informatica,ODI,DAC and many more datawarehouse products and tools.... Search site HOME DATAWAREHOUSE ORACLE DATABASE OBIEE OBIA INFORMATICA DAC CONTACT

description

da

Transcript of Connected Lookup Transformation in Informatica

Page 1: Connected Lookup Transformation in Informatica

5/13/2015 Connected Lookup Transformation in Informatica

http://mkashu.blogspot.in/2013/09/ConnectedLookupTransformationinInformatica.html 1/12

Support Center

Connected Lookup Transformation in InformaticaKashif M on 01:08

Passive Transformation 

Used to search 

To get the related values

To compare the values

Used in slowly changing dimensions (SCDs)

Lookup Transformation in Informatica

Union Transformation

Stored Procedure Transformations

Source Qualifier Transformation

Sorter Transformation

Sequence Generator Transformation

Router Transformation

Normalizer Transformation

Rank Transformation

Lookup (Unconnected) Transformation

Lookup (connected) Transformation

Filter Transformation

Expression Transformation

Aggregator Transformation

Top 100 Informatica Interview QuestionsI have attended Informatica interview last week inwipro and couple of other companies, Questionbelow I faced in those companies. 1...

OBIEE 11G ARCHITECTUREWITH EXPLANATIONBelow diagram describes thestandard logical architecture ofOracle business intelligence 11gsystem The entire system

architecture is c...

INFORMATICA TRANSFORMATION

POPULAR POSTS

DON'T MISS OBIEE 11G Architecture Posted 10 days ago

Why Data warehouse Posted 13 days ago

OBIA 7.9.6.3 Installation Posted 125 days ago

What is OBIEE? Posted 1 days ago

All About Data Warehousing and BusinessIntelligenceA blog where you can explore everything about Datawarehouse,Oracle,OBIA, OBIEE,Informatica,ODI,DAC and many moredatawarehouse products and tools....

Search site

HOME DATAWAREHOUSE ORACLE DATABASE OBIEE OBIA INFORMATICA DAC CONTACT

Page 2: Connected Lookup Transformation in Informatica

5/13/2015 Connected Lookup Transformation in Informatica

http://mkashu.blogspot.in/2013/09/ConnectedLookupTransformationinInformatica.html 2/12

The source EMP does not have deptname. Target DB required deptname.

Lookup DB in this case is our Source DB which has DEPT table (SCOTT schema)

Note: To increase the performance all other ports are projected directly from SQ to the TGT.

e.g. EMPNAME,SAL etc.

Example:

Source Target

1 X 3000 10 1 X 2000 10

3000 NE 2000 (NE means not equal to)

Here, the lookup is TGT. The sal changed from 2000 to 3000. This change needs to be projected tothe TGT.

Relate the Source and Target tables first.

The values are compared.

The changes are then projected to the TGT. Change of information affects dimensions.

Lookup uses Data Cache and Index Cache.

It also uses its own cache.

Default LOOKUP CACHE is STATIC CACHE (Does not change any value – brings the value and relates)

Just relates the data and pass the data.

No change to the data is possible.

In Dynamic Lookup, if we want to project the changed data, we need Associated Port (A.P.).

When Dynamic option is selected, AP,IN,IC ports are highlighted.

Steps:

Define Source (EMP).

Define Target (DIM_JOIN).

Define Mapping M_LKUP_C_S (Lookup‐connected‐static)

Drag Source,Target to the Mapping Designer workspace.Create a Lookup Transformation

Powered by Blogger.

Normalization In SQL((1NF, 2NF, 3NF, BCNF,4NF, 5NF)Normalization: Normalization isstep-by-step process of reducing

complexity of an entity by distributing theattributes to differen...

Unconnected LookupTransformation InInformaticaPassive Transformation UnlikeConnected Transformation that

receives input directly from the mapping pipeline, itreceives input fr...

Download Informatica 9.5 SoftwareI seen many peoples searching to downloadinformatica software. Just go tohttps://edelivery.oracle.com/EPD/Download/get_form?egroup_aru...

OBIEE -Time Series InOBIEETime Series in obiee Time seriesfunctions present the capability toevaluate and comparing businessperformance by curre...

Top 130 SQL Interview Questions AndAnswers1. Display the dept information from departmenttable.   Select   *   from   dept; 2. Display the detailsof all employees  ...

Stored ProcedureTransformations InInformaticaSTORED PROCEDURE A procedureis a pre-defined set of PL/SQL

statements to carry out a task.  It is a PassiveTransformatio...

Connected LookupTransformation InInformaticaPassive Transformation  Used tosearch  To get the related values

To compare the values Used in slowly changingdim...

Top 88 ODI Interview QuestionsODI (Oracle Data Integrator) Interview Question Myfriends has attended ODI (Oracle data integrator)interview in few companies, I am po...

Update Strategy in InformaticaBy Kashif M  0 comment

Router transformation in InformaticaBy Kashif M  0 comment

Lookup transformation in Informatica

Page 3: Connected Lookup Transformation in Informatica

5/13/2015 Connected Lookup Transformation in Informatica

http://mkashu.blogspot.in/2013/09/ConnectedLookupTransformationinInformatica.html 3/12

T_LKP_C_S.

Click on Create.

Lookup Transformation in Informatica

Select Lookup table for Lookup Transformation.

Get this widget »

By Kashif M  0 comment

Rank transformation in InformaticaBy Kashif M  0 comment

Sequence Generator transformation inInformaticaBy Kashif M  0 comment

Source Qualifier in InformaticaBy Kashif M  0 comment

Informatica  Joiner TransformerBy Kashif M  2 comments

Filter Transformations in InformaticaBy Kashif M  0 comment

Page 4: Connected Lookup Transformation in Informatica

5/13/2015 Connected Lookup Transformation in Informatica

http://mkashu.blogspot.in/2013/09/ConnectedLookupTransformationinInformatica.html 4/12

Lookup Transformation in Informatica

Lookup table is DEPT which in this case in the Source Database itself. Select the Source tab andselect DEPT and then click on OK.

Note: From version 7.0 onwards, Lookup flat file concept has been introduced.

Lookup Transformation in Informatica

The structure of lookup table is brought up with the lookup ports.

Deptno,dname and loc are the lookup ports. (YES).

Project the related port from the SQ to the Lookup Transformation.

Page 5: Connected Lookup Transformation in Informatica

5/13/2015 Connected Lookup Transformation in Informatica

http://mkashu.blogspot.in/2013/09/ConnectedLookupTransformationinInformatica.html 5/12

Lookup Transformation in Informatica

Edit the lookup transformation and in the ports tab see that the input port for deptno1 ischecked.

Page 6: Connected Lookup Transformation in Informatica

5/13/2015 Connected Lookup Transformation in Informatica

http://mkashu.blogspot.in/2013/09/ConnectedLookupTransformationinInformatica.html 6/12

Lookup Transformation in Informatica

The deptno and deptno1 ports should have same data type and size.

Select the condition tab.

Add a condition.

Lookup table column deptno = transformation port deptno1.

Click on Apply and then OK>

Properties Tab

Lookup Transformation in Informatica

Page 7: Connected Lookup Transformation in Informatica

5/13/2015 Connected Lookup Transformation in Informatica

http://mkashu.blogspot.in/2013/09/ConnectedLookupTransformationinInformatica.html 7/12

Lookup SQL Override.

Lookup Table name.

Lookup Caching enabled. If we cache the values, we can save the values for Persistent Cache andwe can use Dynamic. By default, it is checked.

Lookup policy on multiple match. By default, First value is matched because we are just passingthe data.

1 x 1000 (First time projected)

1 x 2000 (Second time projected)

1 x 1000 ‐> same as the first time projection, here first value match does not work (as it is same asthe first time projected data), so we use last value match.

In static definition, USE FIRST VALUE.

Lookup Condition is disabled.

Connection Information $source or $target.

Source Type (database or flat file)

Tracing level.

Lookup Cache Directory name

Re‐ cache from lookup source.

Flat file Properties:

Thousand Separator.

Decimal Separator.

Project the required ports from Lookup to the target and SQ to TGT.

Page 8: Connected Lookup Transformation in Informatica

5/13/2015 Connected Lookup Transformation in Informatica

http://mkashu.blogspot.in/2013/09/ConnectedLookupTransformationinInformatica.html 8/12

Lookup Transformation in Informatica

Repository‐> Save

Create a Session.

At the session level specify three connections STC,TGT and LKP.

TARGET CONNECTION

Page 9: Connected Lookup Transformation in Informatica

5/13/2015 Connected Lookup Transformation in Informatica

http://mkashu.blogspot.in/2013/09/ConnectedLookupTransformationinInformatica.html 9/12

Lookup Transformation in Informatica

Lookup Transformation in Informatica

$Source contains the Source database.

Lookup table name is DEPT.

Create a Workflow.

Save the Repository.

Start the Workflow.

Page 10: Connected Lookup Transformation in Informatica

5/13/2015 Connected Lookup Transformation in Informatica

http://mkashu.blogspot.in/2013/09/ConnectedLookupTransformationinInformatica.html 10/12

Informatica

3

Like

1

Tweet

1 3

KashifKashif: Connected Lookup Transformation in InformaticaReview : Kashif | Update: 01:08 | Rating: 4.5

NEWER POST OLDER POST

Lookup Transformation in Informatica

Preview the output data.

0 COMMENTS:POST A COMMENT

Page 11: Connected Lookup Transformation in Informatica

5/13/2015 Connected Lookup Transformation in Informatica

http://mkashu.blogspot.in/2013/09/ConnectedLookupTransformationinInformatica.html 11/12

►  2015 (9) ►  2014 (188)

►  December (3) ►  November (22) ►  October (21)

Renaming Dashboard Name in OBIEE 10G

Renaming Dashboard Name in OBIEE 11g

Conditional Format to bring images in OBIEE Selection Steps in OBIEE 11g

AVERAGE FUNCTION IN OBIEE 11g Action Links in OBIEE 11g

uninstall OBIEE 11g in windows Top 100 Informatica Interview Questions

OBIA ARCHITECTURE WITH EXPLANATION

Data Warehouse Architecture

Insert else update vs Update else insert in Inform...

[nQSError: 37001]Could not connect to the Oracle B...

grain and granularity in data warehouse Types of Facts in Data warehouse

Bus schema in Data warehouse galaxy schema in data warehouse

snow flake schema in data warehouse Star Schema in Data warehouse

What is schema in Data warehouse What is Data warehouse

AVG DISTINCT FUNCTION IN OBIEE 11g

BOTTOMN FUNCTION IN OBIEE 11G OBIEE login page customization

obiee certification 1z0526 Kill session in Oracle Hiding grid lines in OBIEE

OBIEE connection pool write back option Connection Scripts in OBIEE

Pointing Dev_MDS and Dev_BIPLATFORM Schemas

OBIEE 11g client configuration OBIEE 11g client installation

▼  September (92)

▼  2013 (247)

1Z0525 DUMPS BI PUBLISHER INTERVIEW QUESTIONS

DATA WAREHOUSE ADMINISTRATOR CONSOLE DATA WAREHOUSING EBIZ R12

EBIZ R12 INSTALLATION ESSBASE HMAILSERVER HYPERION HYPERION ESSBASE

HYPERION ESSBASE INTERVIEW QUESTIONS HYPERION FINANCIAL MANAGEMENT INFORMATICA

INFORMATICA INTERVIEW QUESTION JAVA LINUX NORMALIZATION IN ORACLE OBIA 11.1.1.7.1

OBIA 7.9.6.3 OBIA INSTALLATION OBIEE 10G OBIEE 11G OBIEE 11G DUMPS

OBIEE 11G INTERVIEW QUESTIONS OBIEE CERTIFICATION OBIEE INTERVIEW QUESTION

OBIEE PUBLISHER INTERVIEW QUESTIONS ODI (ORACLE DATA INTEGRATOR)

ORACLE ADMINISTRATOR ORACLE BUSINESS INTELLIGENCE APPLICATION

ORACLE DATA INTEGRATOR ORACLE DATABASE INSTALLATION IN LINUX 6

ORACLE EBUSINESS R 12.3 ORACLE HYPERION PLANNING AND BUDGETING QUESTIONNAIRE

ORACLE JOINS SCORECARD IN OBIEE 11G SQL INTERVIEW QUESTIONS SQL SERVER 2008

SQL SERVER INSTALLATION WINSCP

(18)  (31) (138)

(36) 

(33) (8) (128) (19) 

Enter your comment...

Comment as:  Google Account

Publish   Preview

Create a Link

Blog Archive

Labels

LINKS TO THIS POST

(1)  (1)  (1)  (1)  (1)  (1)  (1)  (1)  (1)  (1)

(1)

(1) (1)

(1)  (1)  (3)  (1)(2) (1) (2) (1)(1)  (1)  (2) (1)(1)

Source Preload and Source PostLoad in InformaticaBy Kashif M  0 comment

Stored Procedure Transformations In InformaticaBy Kashif M  1 comment

unconnected stored procedure transformation in informatica

Page 12: Connected Lookup Transformation in Informatica

5/13/2015 Connected Lookup Transformation in Informatica

http://mkashu.blogspot.in/2013/09/ConnectedLookupTransformationinInformatica.html 12/12

Get this widget »

 

By Kashif M  0 comment

DYNAMIC LOOKUP WITH UPDATE STRATEGY IN INFORMATICABy Kashif M  0 comment

Update Strategy in InformaticaBy Kashif M  0 comment

Type of Cache in InformaticaBy Kashif M  1 comment

Differences Between Connected and Unconnected Lookups TransformationBy Kashif M  0 comment

Advantage of unconnected lookup transformationBy Kashif M  0 comment

KASHIF M

I'm Kashif, Certified OBIEEConsultant working with 7stl inChennai. I am here to share myexperience, ideas, thoughts and

issues while working with Oracle and in Datawarehousing products.

VIEW MY COMPLETE PROFILE

About Me

Join this sitewith Google Friend Connect

Members (19)

Already a member? Sign in

FollowersFind us on Facebook

Mkashu

190 people like Mkashu.

Facebook social plugin

Like

Home About Support Center

Copyright © 2014 Mkashu. Designed by Templateism