Sie sind auf Seite 1von 11

7/7/2014

Aggregator Transformation in Informatica

Oracle Business Intelligence Application


HOME

DATAWAREHOUSE

ORACLE DATABASE

OBIEE

OBIA

INFORMATICA

DAC

CONTACT

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

Support Center

DON'T MISS

Why Data warehouse Posted 13 days ago

Search site

OBIA 7.9.6.3 Installation Posted 125 days ago

Aggregator Transformation in Informatica


What is OBIEE? Posted 1 days ago

OBIEE 11G Architecture Posted 10 days ago

Kashif M on 09:24

ETL Informatica
Datawarehouse Informatica
Informatica Power Center

Cognos Informatica
Informatica Session
Informatica Developer
INFORMATICA TRANSFORMATION
Aggregator is an active transformation used to calculate group values.
Ports:
Input
Output

Union Transformation
Stored Procedure Transformations
Source Qualifier Transformation
Sorter Transformation

Expression

Sequence Generator Transformation

Variable

Router Transformation

Group By

Normalizer Transformation

Properties:

Rank Transformation

Data Cache

Look-up (Un-connected) Transformation

Index cache

Look-up (connected) Transformation

Sorted Input

Filter Transformation

Steps:

Expression Transformation

1. Define Source

Aggregator Transformation

2. Define Target
Write the Target requirements and Generate/Execute SQL.
AGG_FACT
DEPTNO

http://mkashu.blogspot.in/2013/09/aggregator-transformation-in-informatica_1032.html

1/11

7/7/2014

Aggregator Transformation in Informatica

TOT_SAL
MAX_SAL
MIN_SAL
AVG_SAL
COUNT_EMP

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

Issues While Working With Flat Files In


Informatica?
We cannot use SQL override while using flat files
as source. We need to specify correct path in the
session and have ...

OBIEE 11G ARCHITECTURE


WITH EXPLANATION

architecture is c...

Below diagram describes the


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

Handle Two Sessions In Informatica


Using more than one session by linking it is called
as batches. It is of two types 1. Sequential batches.
(session runs one after anot...

Top 200 OBIEE 11g Interview Question


OBIEE Interview Questions: I am preparing for
attending interview on OBIEE and OBIA. OBIEE
interviews will be mostly depends on conceptual...

Top 160 Datawarehouse Interview


Question
Hi Guys, Me and some of my friends attended
interview in Accenture,Wipro,TCS,Sapinet,zensar
technologies, Seventh Sense Technologies...

Aggregator Transformation in Informatica

Better Performance Wise Joiner Or Look


Up In Informatica
Cant compare lookup and joiner since each has its
own functions. Sometimes joiner gives more
performance and sometimes lookups. In case o...

Add the required ports like TOT_SAL, MAX_SAL etc.

About Informatica Server Process That


How It Works Relates To Mapping
Variables?
Informatica primary uses load manager and data
transformation manager (dtm) to perform
extracting, transformation and loading. Loa...

Types Of Sessions Are There In


Informatica
http://mkashu.blogspot.in/2013/09/aggregator-transformation-in-informatica_1032.html

2/11

7/7/2014

Aggregator Transformation in Informatica


Totally there are 10 SESSIONS 1. SESSION : FOR
MAPPING EXECUTION 2. EMAIL : TO SEND EMAILS
3. COMMAND : TO EXECUTE OS COMMANDS 4.
CONTROL :...

Connected Lookup
Transformation In
Informatica
Passive Transformation Used to
search To get the related values
To compare the values Used in slowly changing
dim...

Powered by Blogger.

LABELS
(1)

BI PUBLISHER INTERVIEW QUESTIONS

(18)

(31)

(1)

DATA WAREHOUSE ADMINISTRATOR CONSOLE


DATA WAREHOUSING

E-BIZ R12

E-BIZ R12 INSTALLATION


HMAILSERVER

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


(1)
(1)

ESSBASE

HYPERION

(121)
(32) (1) (1)

(125)

(8)
HYPERION ESSBASE (2) (1) (2) (1) (1) (1) (19) (3)
(1) (3)

(1)

(2)
HYPERION ESSBASE INTERVIEW QUESTIONS (1)
(1)

HYPERION FINANCIAL MANAGEMENT (1) (2) (1) (1)


INFORMATICA
INFORMATICA INTERVIEW QUESTION
Aggregator Transformation in Informatica

LINUX

OBIA 11.1.1.7.1

OBIEE 10G

OBIEE 11G

JAVA

OBIA 7.9.6.3
OBIEE 11G DUMPS

OBIEE 11G INTERVIEW QUESTIONS

3. Define Mapping M_AGG

OBIEE CERTIFICATION

4. Drag Source and Target to the Mapping Designer.

OBIEE INTERVIEW QUESTION

5. Go to the Transformation Menu and click on Create. Select the Transformation type as
AGGREGATOR T_AGG.

OBIEE PUBLISHER INTERVIEW QUESTIONS


ODI (ORACLE DATA INTEGRATOR)
ORACLE ADMINISTRATOR
ORACLE BUSINESS INTELLIGENCE APPLICATION
ORACLE DATA INTEGRATOR
ORACLE DATABASE INSTALLATION IN LINUX 6
ORACLE JOINS

SCORECARD IN OBIEE 11G

SQL INTERVIEW QUESTIONS

WINSCP

SQL SERVER 2008


SQL SERVER INSTALLATION

http://mkashu.blogspot.in/2013/09/aggregator-transformation-in-informatica_1032.html

3/11

7/7/2014

Aggregator Transformation in Informatica

Aggregator Transformation in Informatica

6. Project the required ports from Source Qualifier to the Aggregator.

http://mkashu.blogspot.in/2013/09/aggregator-transformation-in-informatica_1032.html

4/11

7/7/2014

Aggregator Transformation in Informatica

Aggregator Transformation in Informatica

7. Edit Aggregator. Go to Ports Tab


Uncheck inputs for all added ports. (Expressions are highlighted)
In the functions tab Aggregate folder is displayed only when it is used in the mapping.

Aggregator Transformation in Informatica

http://mkashu.blogspot.in/2013/09/aggregator-transformation-in-informatica_1032.html

5/11

7/7/2014

Aggregator Transformation in Informatica

Aggregator Transformation in Informatica

In the Functions tab expand Aggregate folder. Select the function. From the Ports tab select the
port.
Validate -> OK.
Apply the functions to respective ports.
Check the Group By check box for the department.

In the Properties tab check the box Sorted Input if the data is already sorted (suppose sorter
tranfn is applied before the aggregator, otherwise the agg will sort the input)

http://mkashu.blogspot.in/2013/09/aggregator-transformation-in-informatica_1032.html

6/11

7/7/2014

Aggregator Transformation in Informatica

Aggregator Transformation in Informatica

http://mkashu.blogspot.in/2013/09/aggregator-transformation-in-informatica_1032.html

7/11

7/7/2014

Aggregator Transformation in Informatica

Aggregator Transformation in Informatica

Aggregator Transformation in Informatica

Project the required ports from the aggregator to the taget.


Save the Repository.
Create a Session S_AGG
Define a Workflow WF_AGG.
Start the workflow.
Preview the data.

http://mkashu.blogspot.in/2013/09/aggregator-transformation-in-informatica_1032.html

8/11

7/7/2014

Aggregator Transformation in Informatica

Aggregator Transformation in Informatica

Informatica

0
Like

Tw eet

Kashif
Kashif: Aggregator Transformation in Informatica
Review : Kashif |
Update: 09:24 | Rating: 4.5

NEWER POST

OLDER POST

0 COMMENTS:
POST A COMMENT

http://mkashu.blogspot.in/2013/09/aggregator-transformation-in-informatica_1032.html

9/11

7/7/2014

Aggregator Transformation in Informatica

Enter your comment...

Comment as:

Publish

Google Account

Preview

LINKS TO THIS POST


Create a Link

Blog Archive
2014 (133)
2013 (247)
December (3) November (22) October (21)
September (92)
Renaming Dashboard Name in OBIEE 10G
Renaming Dashboard Name in OBIEE 11g
Conditional Format to bring images in OBIEE
AVERAGE FUNCTION IN OBIEE 11g
uninstall OBIEE 11g in windows

Selection Steps in OBIEE 11g

Action Links in OBIEE 11g

Top 100 Informatica Interview Questions

What is a Transformation in Informatica


By Kashif M - 0 comment

OBIA ARCHITECTURE WITH EXPLANATION Data Warehouse Architecture


DESIGNERelse
IN INFORMATICA
Insert else update vs Update
insert in Inform...
By Kashif M - 0 comment

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


Data Transformation Manager Process in Informatica
By Kashif M - 0 comment

grain and granularity in data warehouse

Types of Facts in Data warehouse

Bus schema PowerCenter


in Data warehouse
galaxy
schema in data warehouse
and PowerMart
in Informatica
By Kashif M - 0 comment

snow flake schema in data warehouse

Star Schema in Data warehouse

Installation step of informatica

Kashif
M - 0 comment What is Data warehouse
What is schema in By
Data
warehouse

AVG DISTINCT FUNCTION IN OBIEE 11g


Data Modeling

By Kashif M - 0 comment

BOTTOMN FUNCTION IN OBIEE 11G OBIEE login page customization


Famous
Datawarehouse
Tools in in
Market
obiee certification
1z0-526
Kill session
Oracle
By Kashif M - 0 comment

Hiding grid lines in OBIEE

OBIEE connection pool write back option Connection Scripts in OBIEE


Enterprise Data Warehouse (EDW) & Data Mart?
By Kashif M - 2 comments

Pointing Dev_MDS and Dev_BIPLATFORM Schemas


Get this widget

OBIEE 11g client configuration OBIEE 11g client installation


SCD Type 2 in Informatica

Normalizer Transformation in Informatica

http://mkashu.blogspot.in/2013/09/aggregator-transformation-in-informatica_1032.html

10/11

7/7/2014

Aggregator Transformation in Informatica

Find us on Facebook

About Me

Mkashu
K AS HI F M

Like

Join this site


w ith Google Friend Connect

I'm Kashif, Certified OBIEE


Consultant working with 7stl in

Followers

65 people like Mkashu.

Members (11)

Chennai. I am here to share my


experience, ideas, thoughts and
issues while working with Oracle and in Data
warehousing products.
VIE W M Y C OM PLE T E PROFILE

Already a member? Sign in


Facebook social plugin

Home

About

Support Center

Copyright 2014 Mkashu. Designed by Templateism

http://mkashu.blogspot.in/2013/09/aggregator-transformation-in-informatica_1032.html

11/11

Das könnte Ihnen auch gefallen