Vous êtes sur la page 1sur 12

5/13/2015

ConnectedLookupTransformationinInformatica

HOME

DATAWAREHOUSE

ORACLE DATABASE

OBIEE

OBIA

INFORMATICA

DAC

CONTACT

AllAboutDataWarehousingandBusiness
Intelligence
AblogwhereyoucanexploreeverythingaboutDatawarehouse,Oracle,OBIA,OBIEE,Informatica,ODI,DACandmanymore
datawarehouseproductsandtools....

DON'T MISS

OBIEE 11G Architecture Posted10daysago

Support Center

Search site

Why Data warehouse Posted13daysago

Connected Lookup Transformation in Informatica


OBIA 7.9.6.3 Installation Posted125daysago
What is OBIEE? Posted1daysago

INFORMATICA TRANSFORMATION
UnionTransformation

KashifMon01:08

StoredProcedureTransformations
SourceQualifierTransformation

Passive Transformation

SorterTransformation

Used to search
SequenceGeneratorTransformation

To get the related values

RouterTransformation
NormalizerTransformation

To compare the values


RankTransformation

Used in slowly changing dimensions (SCDs)

Lookup(Unconnected)Transformation
Lookup(connected)Transformation
FilterTransformation
ExpressionTransformation
AggregatorTransformation

POPULAR POSTS

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

architecture is c...

Below diagram describes the


standard logical architecture of
Oracle business intelligence 11g
system The entire system

Lookup Transformation in Informatica

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

1/12

5/13/2015

ConnectedLookupTransformationinInformatica

Normalization In SQL
((1NF, 2NF, 3NF, BCNF,
4NF, 5NF)
Normalization: Normalization is
step-by-step process of reducing
complexity of an entity by distributing the
attributes to differen...

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

Unconnected Lookup
Transformation In
Informatica
Passive Transformation Unlike
Connected Transformation that
receives input directly from the mapping pipeline, it
receives input fr...

Download Informatica 9.5 Software


I seen many peoples searching to download
informatica software. Just go to
https://edelivery.oracle.com/EPD/Download/get_form?
egroup_aru...

OBIEE -Time Series In


OBIEE
Time Series in obiee Time series
functions present the capability to
evaluate and comparing business
performance by curre...

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 to
the 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.

Top 130 SQL Interview Questions And


Answers
1. Display the dept information from department
table. Select * from dept; 2. Display the details
of all employees ...

Stored Procedure
Transformations In
Informatica
STORED PROCEDURE A procedure
is a pre-defined set of PL/SQL
statements to carry out a task. It is a Passive
Transformatio...

Connected Lookup
Transformation In
Informatica

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

Passive Transformation Used to


search To get the related values
To compare the values Used in slowly changing
dim...

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

Top 88 ODI Interview Questions

No change to the data is possible.

ODI (Oracle Data Integrator) Interview Question My


friends has attended ODI (Oracle data integrator)
interview in few companies, I am po...

PoweredbyBlogger.

Steps:
UpdateStrategyinInformatica

Define Source (EMP).


Define Target (DIM_JOIN).

ByKashifM0comment

RoutertransformationinInformatica
ByKashifM0comment

Define Mapping M_LKUP_C_S (Lookupconnectedstatic)


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

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

LookuptransformationinInformatica

2/12

5/13/2015

ConnectedLookupTransformationinInformatica
ByKashifM0comment

T_LKP_C_S.
Click on Create.

RanktransformationinInformatica

ByKashifM0comment

SequenceGeneratortransformationin
Informatica

ByKashifM0comment

SourceQualifierinInformatica
ByKashifM0comment

InformaticaJoinerTransformer

ByKashifM2comments

FilterTransformationsinInformatica
ByKashifM0comment
Getthiswidget

Lookup Transformation in Informatica

Select Lookup table for Lookup Transformation.

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

3/12

5/13/2015

ConnectedLookupTransformationinInformatica

Lookup Transformation in Informatica

Lookup table is DEPT which in this case in the Source Database itself. Select the Source tab and
select 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.

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

4/12

5/13/2015

ConnectedLookupTransformationinInformatica

Lookup Transformation in Informatica

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

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

5/12

5/13/2015

ConnectedLookupTransformationinInformatica

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

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

6/12

5/13/2015

ConnectedLookupTransformationinInformatica

Lookup SQL Override.


Lookup Table name.
Lookup Caching enabled. If we cache the values, we can save the values for Persistent Cache and
we can use Dynamic. By default, it is checked.
Lookup policy on multiple match. By default, First value is matched because we are just passing
the 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 as
the 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.

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

7/12

5/13/2015

ConnectedLookupTransformationinInformatica

Lookup Transformation in Informatica

Repository> Save
Create a Session.
At the session level specify three connections STC,TGT and LKP.

TARGET CONNECTION

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

8/12

5/13/2015

ConnectedLookupTransformationinInformatica

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.

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

9/12

5/13/2015

ConnectedLookupTransformationinInformatica

Lookup Transformation in Informatica

Preview the output data.


Informatica

3
Like

Tweet

Kashif
Kashif: Connected Lookup Transformation in Informatica
Review : Kashif |
Update: 01:08 | Rating: 4.5

NEWER POST

OLDER POST

0 COMMENTS:
POST A COMMENT

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

10/12

5/13/2015

ConnectedLookupTransformationinInformatica

Enteryourcomment...

Commentas:

Publish

GoogleAccount

Preview

LINKS TO THIS POST


CreateaLink

BlogArchive
2015(9) 2014(188)
2013(247)
December(3) November(22) October(21)
September(92)
RenamingDashboardNameinOBIEE10G
RenamingDashboardNameinOBIEE11g
ConditionalFormattobringimagesinOBIEE SelectionStepsinOBIEE11g
AVERAGEFUNCTIONINOBIEE11g ActionLinksinOBIEE11g
uninstallOBIEE11ginwindows
Labels

Top100InformaticaInterviewQuestions

1Z0525DUMPS
OBIAARCHITECTUREWITHEXPLANATION
BIPUBLISHERINTERVIEWQUESTIONS (1) (1) (18)
DATAWAREHOUSEADMINISTRATORCONSOLE

DataWarehouseArchitecture

EBIZR12INSTALLATION

ESSBASE

(31) (1) (1) (1) (1) (1) (1) (1) (1)

DATAWAREHOUSING

HMAILSERVER

HYPERION

(36)

HYPERIONESSBASE

InsertelseupdatevsUpdateelseinsertinInform...

HYPERIONESSBASEINTERVIEWQUESTIONS

(138)

EBIZR12

HYPERIONFINANCIALMANAGEMENT

INFORMATICAINTERVIEWQUESTION
JAVA
LINUX NORMALIZATIONINORACLE
[nQSError:37001]CouldnotconnecttotheOracleB...

(1)

INFORMATICA
OBIA11.1.1.7.1 (1)(1)

(33)(8)(128)

OBIAINSTALLATION
OBIEE10G OBIEE11G OBIEE11GDUMPS (1) (1) (19) (3) (1)
(2)(1) (2)(1)
grainandgranularityindatawarehouse TypesofFactsinDatawarehouse

OBIA7.9.6.3

OBIEE11GINTERVIEWQUESTIONS

OBIEECERTIFICATION

OBIEEINTERVIEWQUESTION (1) (1) (2) (1)

BusschemainDatawarehouse ODI(ORACLEDATAINTEGRATOR)
galaxyschemaindatawarehouse
OBIEEPUBLISHERINTERVIEWQUESTIONS
ORACLEADMINISTRATOR

(1)

ORACLEBUSINESSINTELLIGENCEAPPLICATION

snowflakeschemaindatawarehouse StarSchemainDatawarehouse

ORACLEDATAINTEGRATOR

ORACLEDATABASEINSTALLATIONINLINUX6

WhatisschemainDatawarehouse
WhatisDatawarehouse
ORACLEEBUSINESSR12.3
ORACLEHYPERIONPLANNINGANDBUDGETINGQUESTIONNAIRE
ORACLEJOINS

SCORECARDINOBIEE11G

SQLINTERVIEWQUESTIONS

AVGDISTINCTFUNCTIONINOBIEE11g

SQLSERVERINSTALLATION

SQLSERVER2008

WINSCP

BOTTOMNFUNCTIONINOBIEE11G OBIEEloginpagecustomization
SourcePreloadandSourcePostLoadinInformatica
ByKashifM0comment

obieecertification1z0526 KillsessioninOracle HidinggridlinesinOBIEE


OBIEEconnectionpoolwritebackoption
ConnectionScriptsinOBIEE
StoredProcedureTransformationsInInformatica
ByKashifM1comment

PointingDev_MDSandDev_BIPLATFORMSchemas
unconnectedstoredproceduretransformationininformatica

OBIEE11gclientconfiguration OBIEE11gclientinstallation

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

11/12

5/13/2015

ConnectedLookupTransformationinInformatica
ByKashifM0comment

DYNAMICLOOKUPWITHUPDATESTRATEGYININFORMATICA
ByKashifM0comment

UpdateStrategyinInformatica
ByKashifM0comment

TypeofCacheinInformatica
ByKashifM1comment

DifferencesBetweenConnectedandUnconnectedLookupsTransformation
ByKashifM0comment

Advantageofunconnectedlookuptransformation
ByKashifM0comment

Getthiswidget

FindusonFacebook

About Me

Mkashu
KA S H IF M

Like

Jointhissite
withGoogleFriendConnect

I'm Kashif, Certified OBIEE


Consultant working with 7stl in

Followers

190peoplelikeMkashu.

Members(19)

Chennai. I am here to share my


experience, ideas, thoughts and
issues while working with Oracle and in Data
warehousing products.
V IEW M Y COM PLE TE PROF ILE

Facebooksocialplugin

Home

About

Alreadyamember?Signin

Support Center

Copyright 2014 Mkashu. Designed by Templateism

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

12/12

Vous aimerez peut-être aussi