SlideShare une entreprise Scribd logo
1  sur  42
Télécharger pour lire hors ligne
Informatica Power Center 9.0.1
                                        Informatica How To Series
           “Loading Unique and Duplicate Records in Separate Tables”




Description:
   BISP is committed to provide BEST learning material to the beginners and advance
learners. In the same series, we have prepared a complete end-to end Hands-on Guide
for building financial data model in Informatica. The document focuses on how the
real world requirement should be interpreted. The mapping document template with
very simplified steps and screen shots makes the complete learning so easy. The
document focuses on loading duplicate and Unique records in separate tables. Join our
professional training program and learn from experts.




History:
Version Description Change              Author                 Publish Date
0.1            Initial Draft                     Upendra Upadhyay             12th Aug 2011
0.1            Review#1                          Amit Sharma                  18th Aug 2011




www.bispsolutions.com          |   www.hyperionguru.com      |   www.bisptrainings.com |
      Page 1
TABLE OF CONTENTS

S.NO                                     TITLE                                    PAGE. NO.

    1    Introduction.                                                                3-4

    2    Creating Repository & Folder.                                                5-8

    3    Import Data Source And Target Table.                                         9-16

    4    Create Mapplet & Mapping.                                                   17-29

    5    Create Workflow.                                                            30-35

    6    Workflow Monitor & Review data.                                             36-37




www.bispsolutions.com   |    www.hyperionguru.com   |   www.bisptrainings.com |
      Page 2
Introduction


Mapplet.
A Mapplet is a reusable object that represents a set of transformations. It allows you to reuse
transformation logic and can contain as many transformations as you need. A Mapplet can contain
transformations, Reusable transformations and shortcuts to transformations.

There are two types of mapplet.

    Input Mapplet (For the input port).
    Output Mapplet(For the output port).

Description
In this example, we remove duplicate row using mapplet. There are following steps to remove
duplicate row using mapplet
.
    • Create Repository and Folder in Informatica Repository Manager.
    • Import Source database and create/import target table in Informatica Designer.
    • Create mapplet, First create input mapplet (creating port for input the column), then create
        aggregator transformation (add dummy port for column and check group by box to this
        column and then count data using count function). Then create filter transformation and filter
        the unique and duplicate data using expression. Then passes all column into output mapplet
        transformation.
    • Then Create Mapping using mapplet.
    • Create workflow and execute workflow.
    • Check log file.
    • Then Review output data.




www.bispsolutions.com     |    www.hyperionguru.com      |    www.bisptrainings.com |
      Page 3
Source Table (Data)




Target Table (Data)
Unique Records




Duplicate Records




www.bispsolutions.com   |   www.hyperionguru.com   |   www.bisptrainings.com |
      Page 4
Creating Repository and Folder

 Creating Repository & Connecting it.

Step-1 First create repository, Click on Start -> All Programs -> Informatica 9.0.1 -> Client -> Power
Center Client -> Power Center Repository Manager.




Step-2 Then click on Repository Menu and click on Add Repository.




 Step-3 Give information like Repository Name and Username. Then click on ok button and
 repository created successfully.




 www.bispsolutions.com      |   www.hyperionguru.com       |   www.bisptrainings.com |
       Page 5
Step-4 Now connect repository. Right click on newly created repository and click on connect.




Step-5 Give Username & password and click on Connect.




Creating Folder.
Step-1 Go to Informatica Power Center Repository Manager and click on Folder Menu and click on
Create.




www.bispsolutions.com    |    www.hyperionguru.com     |    www.bisptrainings.com |
      Page 6
Step-2 Specify Name of Folder, Description, Owner, OS Profile, Options, Status and got to
permissions tab.




Step-3 This is permission tab to give permission for this folder.




www.bispsolutions.com      |   www.hyperionguru.com       |    www.bisptrainings.com |
      Page 7
Step-4 This is newly created Folder




www.bispsolutions.com    |    www.hyperionguru.com   |   www.bisptrainings.com |
      Page 8
Importing Source and Target Table


Step-1 Click on Start -> All Programs -> Informatica 9.0.1 -> Client -> Power Center Client -> Power
Center Designer..




Step-2 Then Connect to Repository in Informatica Power Center Designer Right click on repository
name and click on Connect.




www.bispsolutions.com     |   www.hyperionguru.com      |    www.bisptrainings.com |
      Page 9
Step-3 Go to Tools Menu and click on Source Analyzer to import source table. And then go to
Sources Menu in Informatica Power Center Designer.




Step-4 And then select Source menu and click on Import from database




www.bispsolutions.com   |   www.hyperionguru.com     |    www.bisptrainings.com |
      Page 10
Step-5 Specify Username, Owner name, password and then connect. Then select source table and
click OK.




www.bispsolutions.com   |   www.hyperionguru.com    |   www.bisptrainings.com |
      Page 11
www.bispsolutions.com   |   www.hyperionguru.com   |   www.bisptrainings.com |
      Page 12
Step-6 View data in source analyzer, Right click on SRC_CREDITCARD and select Preview Data.




Step-7 Specify Username and Password and connect it. Then Close it.




www.bispsolutions.com    |   www.hyperionguru.com     |    www.bisptrainings.com |
      Page 13
Step-8 Now click on Target Designer.
Step-9 And then select Target menu and click on Import from database to import target table.




Step-10 Specify Username, Owner name, password and then click on connect and then select table
and then OK.




www.bispsolutions.com     |   www.hyperionguru.com      |   www.bisptrainings.com |
      Page 14
Step-11 To view data select table and Right click on that table after that specify Username and
Password and connect it. Then Close it.



www.bispsolutions.com   |   www.hyperionguru.com     |    www.bisptrainings.com |
      Page 15
www.bispsolutions.com   |   www.hyperionguru.com   |   www.bisptrainings.com |
      Page 16
Step-12 To view data select table and Right click on that table after that specify Username and
Password and connect it. Then Close it.




www.bispsolutions.com   |   www.hyperionguru.com     |    www.bisptrainings.com |
      Page 17
www.bispsolutions.com   |   www.hyperionguru.com   |   www.bisptrainings.com |
      Page 18
CREATE MAPPLET & MAPPING

Step-1 Go to Mapplet Designer         and Create New Mapplet and then name of mapplet and click
OK.




Step-2 Then go to transformation and Create transformation.




Step-3 Then select Mapplet Input transformation in list and name on transformation.




www.bispsolutions.com    |   www.hyperionguru.com      |      www.bisptrainings.com |
      Page 19
Step-4 Mapplet Input Transformation.




Step-5 Then right click on Input transformation and select Edit.




www.bispsolutions.com     |   www.hyperionguru.com      |    www.bisptrainings.com |
      Page 20
Step-6 Then go to Ports tab and create port and specify name of port and click apply and ok.




Step-7 Then create aggregator transformation, click on transformation menu ant select create then
select aggregator in transformation drop down and name of transformation.




www.bispsolutions.com     |   www.hyperionguru.com      |    www.bisptrainings.com |
      Page 21
Step-8 Then passes all column into aggregator table and right click on aggregator table and select
Edit.




www.bispsolutions.com    |   www.hyperionguru.com      |    www.bisptrainings.com |
      Page 22
Step-9 In ports tab create dummy port for account_officer_cd and name of port and in expression
write query as a count(account_officer_cd).




Step-10 Then create two filter transformation, passed all row into filter table.




www.bispsolutions.com      |   www.hyperionguru.com       |    www.bisptrainings.com |
      Page 23
Step-11 Then right click on filter transformation and select Edit, Then go to properties tab and write
filter condition.




www.bispsolutions.com     |    www.hyperionguru.com      |    www.bisptrainings.com |
      Page 24
Step-11 Write Condition and Validate it.




www.bispsolutions.com    |   www.hyperionguru.com   |   www.bisptrainings.com |
      Page 25
www.bispsolutions.com   |   www.hyperionguru.com   |   www.bisptrainings.com |
      Page 26
Step-12 Then right click on second filter transformation and select Edit, Then go to condition and
write condition.




www.bispsolutions.com    |   www.hyperionguru.com      |    www.bisptrainings.com |
      Page 27
www.bispsolutions.com   |   www.hyperionguru.com   |   www.bisptrainings.com |
      Page 28
Step-13 Write Condition and Validate it.




Step-14 Then create mapplet output transformation and




www.bispsolutions.com    |   www.hyperionguru.com       |   www.bisptrainings.com |
      Page 29
Step-15 Then passes all column into output transformation.




www.bispsolutions.com    |   www.hyperionguru.com      |     www.bisptrainings.com |
      Page 30
Step-16 Then save this mapplet.




Step-17 Then go to Mapping Designer         and Create New Mapping and then name of mapping
and click OK.




Step-18 Then drag and drop source and target data in Mapping Designer.




www.bispsolutions.com    |   www.hyperionguru.com     |   www.bisptrainings.com |
      Page 31
Step-19 Then drag and drop mapplet into Mapping Designer Window.




Step-20 Then connect Input mapplet into source qualifier table.




www.bispsolutions.com     |   www.hyperionguru.com      |   www.bisptrainings.com |
      Page 32
Step-21 And connect output to target table.




Step-22 And then save it (ctrl+s) and check mapping is VALID.




www.bispsolutions.com    |    www.hyperionguru.com   |   www.bisptrainings.com |
      Page 33
CREATE WORKFLOW

Step-1 Now go to Informatica Power Center Workflow Manager, and go to Tools menu and select
Workflow Designer.




Step-2 Now to create workflows, Go to Workflows menu and select Create. After that Name of
workflow and click OK buttons.




www.bispsolutions.com   |   www.hyperionguru.com   |   www.bisptrainings.com |
      Page 34
www.bispsolutions.com   |   www.hyperionguru.com   |   www.bisptrainings.com |
      Page 35
Step-3 Now create Task, Go to Tasks Menu and click Create.




Step-4 Now select session and insert Name of task.




Step-5 Select Mapping to associate with the session.




www.bispsolutions.com    |    www.hyperionguru.com     |   www.bisptrainings.com |
      Page 36
Step-6 Workflow Designer Window.




Step-7 Now create flow B/W Workflow to Task. Select Line Task and link to Start to Filter.




Step-8 Work Designer Windows




Step-9 Now Configure Connection to Source and Target, Then Right Click on Unique_Records and
select Edit, Then Click Mapping tab and configure connection for your source and target table
schema in oracle 11g RDBMS. And then click OK.




www.bispsolutions.com    |    www.hyperionguru.com     |    www.bisptrainings.com |
      Page 37
Step-10 Select DBConnection for Source and Target Relation Database and set property on Target
Connection.




www.bispsolutions.com   |   www.hyperionguru.com     |   www.bisptrainings.com |
      Page 38
Step-11 Now save (ctrl+s) this workflow and check it.




www.bispsolutions.com    |   www.hyperionguru.com       |   www.bisptrainings.com |
      Page 39
WORKFLOW MONITOR AND VIEW TARGET DATA


Step-1 Now Start Workflow, Right click on Workflow Designer Window and Click on Start
Workflow.




Step-2 Check session in Informatica PowerCenter Workflow Monitor.




www.bispsolutions.com   |   www.hyperionguru.com    |    www.bisptrainings.com |
      Page 40
Step-3 Now view data in Target RDBMS (Oracle 11g)



Unique Records




Duplicate Records




www.bispsolutions.com   |   www.hyperionguru.com    |   www.bisptrainings.com |
      Page 41
www.bispsolutions.com   |   www.hyperionguru.com   |   www.bisptrainings.com |
      Page 42

Contenu connexe

Tendances

1-informatica-training
1-informatica-training1-informatica-training
1-informatica-trainingKrishna Sujeer
 
OBIEE 11g : Repository Creation Steps
OBIEE 11g : Repository Creation StepsOBIEE 11g : Repository Creation Steps
OBIEE 11g : Repository Creation StepsDharmaraj Borse
 
Tushar Mahapatra - Portfolio for SharePoint projects
Tushar Mahapatra - Portfolio for SharePoint projectsTushar Mahapatra - Portfolio for SharePoint projects
Tushar Mahapatra - Portfolio for SharePoint projectsTushar Mahapatra
 
Electronics Library Management System from the Website
Electronics Library Management System from the WebsiteElectronics Library Management System from the Website
Electronics Library Management System from the WebsiteIJERD Editor
 
Microsoft Dynamics CRM: Reporting and Dashboards
Microsoft Dynamics CRM: Reporting and DashboardsMicrosoft Dynamics CRM: Reporting and Dashboards
Microsoft Dynamics CRM: Reporting and DashboardsInfinity Info Systems
 
Tushar Mahapatra - Portfolio for recent Projects
Tushar Mahapatra - Portfolio for recent ProjectsTushar Mahapatra - Portfolio for recent Projects
Tushar Mahapatra - Portfolio for recent ProjectsTushar Mahapatra
 
Bi publisher starter guide to develop first report
Bi publisher starter guide to develop first reportBi publisher starter guide to develop first report
Bi publisher starter guide to develop first reportketulp
 
2005_604_Wagner_ppr
2005_604_Wagner_ppr2005_604_Wagner_ppr
2005_604_Wagner_pprMary Wagner
 
installation and configuration of informatica server
installation and configuration of informatica serverinstallation and configuration of informatica server
installation and configuration of informatica serverketulp
 
Style Intelligence Evaluation Documentation
Style Intelligence Evaluation DocumentationStyle Intelligence Evaluation Documentation
Style Intelligence Evaluation DocumentationArleneWatson
 
Creating a repository using the oracle business intelligence administration tool
Creating a repository using the oracle business intelligence administration toolCreating a repository using the oracle business intelligence administration tool
Creating a repository using the oracle business intelligence administration toolRavi Kumar Lanke
 
Pnbhfl training final
Pnbhfl training finalPnbhfl training final
Pnbhfl training finalNupur Mishra
 
Oracle apex hands on lab#2
Oracle apex hands on lab#2Oracle apex hands on lab#2
Oracle apex hands on lab#2Amit Sharma
 
Moss2007 Enterprise Features Administration
Moss2007 Enterprise Features AdministrationMoss2007 Enterprise Features Administration
Moss2007 Enterprise Features AdministrationLiquidHub
 
Accenture informatica interview question answers
Accenture informatica interview question answersAccenture informatica interview question answers
Accenture informatica interview question answersSweta Singh
 

Tendances (19)

Informatica training
Informatica trainingInformatica training
Informatica training
 
1-informatica-training
1-informatica-training1-informatica-training
1-informatica-training
 
OBIEE 11g : Repository Creation Steps
OBIEE 11g : Repository Creation StepsOBIEE 11g : Repository Creation Steps
OBIEE 11g : Repository Creation Steps
 
Visual basic databases
Visual basic databasesVisual basic databases
Visual basic databases
 
Tushar Mahapatra - Portfolio for SharePoint projects
Tushar Mahapatra - Portfolio for SharePoint projectsTushar Mahapatra - Portfolio for SharePoint projects
Tushar Mahapatra - Portfolio for SharePoint projects
 
Electronics Library Management System from the Website
Electronics Library Management System from the WebsiteElectronics Library Management System from the Website
Electronics Library Management System from the Website
 
Microsoft Dynamics CRM: Reporting and Dashboards
Microsoft Dynamics CRM: Reporting and DashboardsMicrosoft Dynamics CRM: Reporting and Dashboards
Microsoft Dynamics CRM: Reporting and Dashboards
 
Tushar Mahapatra - Portfolio for recent Projects
Tushar Mahapatra - Portfolio for recent ProjectsTushar Mahapatra - Portfolio for recent Projects
Tushar Mahapatra - Portfolio for recent Projects
 
Bi publisher starter guide to develop first report
Bi publisher starter guide to develop first reportBi publisher starter guide to develop first report
Bi publisher starter guide to develop first report
 
2005_604_Wagner_ppr
2005_604_Wagner_ppr2005_604_Wagner_ppr
2005_604_Wagner_ppr
 
installation and configuration of informatica server
installation and configuration of informatica serverinstallation and configuration of informatica server
installation and configuration of informatica server
 
Style Intelligence Evaluation Documentation
Style Intelligence Evaluation DocumentationStyle Intelligence Evaluation Documentation
Style Intelligence Evaluation Documentation
 
L6-information-systems
L6-information-systemsL6-information-systems
L6-information-systems
 
Creating a repository using the oracle business intelligence administration tool
Creating a repository using the oracle business intelligence administration toolCreating a repository using the oracle business intelligence administration tool
Creating a repository using the oracle business intelligence administration tool
 
Pnbhfl training final
Pnbhfl training finalPnbhfl training final
Pnbhfl training final
 
Oracle apex hands on lab#2
Oracle apex hands on lab#2Oracle apex hands on lab#2
Oracle apex hands on lab#2
 
Moss2007 Enterprise Features Administration
Moss2007 Enterprise Features AdministrationMoss2007 Enterprise Features Administration
Moss2007 Enterprise Features Administration
 
Accenture informatica interview question answers
Accenture informatica interview question answersAccenture informatica interview question answers
Accenture informatica interview question answers
 
People soft basics
People soft basicsPeople soft basics
People soft basics
 

En vedette

Informatica Designer Module
Informatica Designer ModuleInformatica Designer Module
Informatica Designer Moduleganblues
 
Informatica Server Manager
Informatica Server ManagerInformatica Server Manager
Informatica Server Managerganblues
 
Informatica Power Center 7.1
Informatica Power Center 7.1Informatica Power Center 7.1
Informatica Power Center 7.1ganblues
 
Informatica power center 9.x developer & admin Basics | Demo | Introduction
Informatica power center 9.x developer & admin Basics | Demo | Introduction Informatica power center 9.x developer & admin Basics | Demo | Introduction
Informatica power center 9.x developer & admin Basics | Demo | Introduction Kernel Training
 
Informatica student meterial
Informatica student meterialInformatica student meterial
Informatica student meterialSunil Kotthakota
 
Hadoop basic commands
Hadoop basic commandsHadoop basic commands
Hadoop basic commandsbispsolutions
 
Informatica Powercenter Architecture
Informatica Powercenter ArchitectureInformatica Powercenter Architecture
Informatica Powercenter ArchitectureBigClasses Com
 
ETL Using Informatica Power Center
ETL Using Informatica Power CenterETL Using Informatica Power Center
ETL Using Informatica Power CenterEdureka!
 
Informatica power center performance tuning
Informatica power center performance tuningInformatica power center performance tuning
Informatica power center performance tuningdivjeev
 

En vedette (10)

Informatica Designer Module
Informatica Designer ModuleInformatica Designer Module
Informatica Designer Module
 
Informatica Server Manager
Informatica Server ManagerInformatica Server Manager
Informatica Server Manager
 
Informatica Power Center 7.1
Informatica Power Center 7.1Informatica Power Center 7.1
Informatica Power Center 7.1
 
Informatica power center 9.x developer & admin Basics | Demo | Introduction
Informatica power center 9.x developer & admin Basics | Demo | Introduction Informatica power center 9.x developer & admin Basics | Demo | Introduction
Informatica power center 9.x developer & admin Basics | Demo | Introduction
 
Informatica student meterial
Informatica student meterialInformatica student meterial
Informatica student meterial
 
Informatica ppt
Informatica pptInformatica ppt
Informatica ppt
 
Hadoop basic commands
Hadoop basic commandsHadoop basic commands
Hadoop basic commands
 
Informatica Powercenter Architecture
Informatica Powercenter ArchitectureInformatica Powercenter Architecture
Informatica Powercenter Architecture
 
ETL Using Informatica Power Center
ETL Using Informatica Power CenterETL Using Informatica Power Center
ETL Using Informatica Power Center
 
Informatica power center performance tuning
Informatica power center performance tuningInformatica power center performance tuning
Informatica power center performance tuning
 

Similaire à informatica

Incremental update-with-data-driven-approach
Incremental update-with-data-driven-approachIncremental update-with-data-driven-approach
Incremental update-with-data-driven-approachAmit Sharma
 
A hands-on-guide-for-working-with-mapplets
A hands-on-guide-for-working-with-mappletsA hands-on-guide-for-working-with-mapplets
A hands-on-guide-for-working-with-mappletsbispsolutions
 
Sales force certification-lab-ii
Sales force certification-lab-iiSales force certification-lab-ii
Sales force certification-lab-iiAmit Sharma
 
A hands-on-guide-for-working-with-mapplets-130208025312-phpapp01 (2)
A hands-on-guide-for-working-with-mapplets-130208025312-phpapp01 (2)A hands-on-guide-for-working-with-mapplets-130208025312-phpapp01 (2)
A hands-on-guide-for-working-with-mapplets-130208025312-phpapp01 (2)Nagesh Khandare
 
Getting started-with-oracle-so a-vii
Getting started-with-oracle-so a-viiGetting started-with-oracle-so a-vii
Getting started-with-oracle-so a-viiAmit Sharma
 
Geo prompt dashboard
Geo prompt dashboardGeo prompt dashboard
Geo prompt dashboardAmit Sharma
 
Qlikview working-with-kp is-variables-and-expression-doc
Qlikview working-with-kp is-variables-and-expression-docQlikview working-with-kp is-variables-and-expression-doc
Qlikview working-with-kp is-variables-and-expression-docAmit Sharma
 
Getting started-with-oracle-so a-viii
Getting started-with-oracle-so a-viiiGetting started-with-oracle-so a-viii
Getting started-with-oracle-so a-viiiAmit Sharma
 
Getting started-with-oracle-so a-9
Getting started-with-oracle-so a-9Getting started-with-oracle-so a-9
Getting started-with-oracle-so a-9Amit Sharma
 
Obiee11g building-brand-analysis-dashboard
Obiee11g building-brand-analysis-dashboardObiee11g building-brand-analysis-dashboard
Obiee11g building-brand-analysis-dashboardAmit Sharma
 
Obiee11g building-brand-analysis-dashboard
Obiee11g building-brand-analysis-dashboardObiee11g building-brand-analysis-dashboard
Obiee11g building-brand-analysis-dashboardAmit Sharma
 
Obiee11g building-brand-analysis-dashboard
Obiee11g building-brand-analysis-dashboardObiee11g building-brand-analysis-dashboard
Obiee11g building-brand-analysis-dashboardAmit Sharma
 
Sap business-object-universe-idt-lab-i
Sap business-object-universe-idt-lab-iSap business-object-universe-idt-lab-i
Sap business-object-universe-idt-lab-iAmit Sharma
 
Introduction to Oracle Fusion BIP Reporting
Introduction to Oracle Fusion BIP ReportingIntroduction to Oracle Fusion BIP Reporting
Introduction to Oracle Fusion BIP ReportingGurpreet singh
 
( 6 ) Office 2007 Accessing A Business Data Catolog
( 6 ) Office 2007   Accessing A Business Data Catolog( 6 ) Office 2007   Accessing A Business Data Catolog
( 6 ) Office 2007 Accessing A Business Data CatologLiquidHub
 
( 6 ) Office 2007 Accessing A Business Data Catolog
( 6 ) Office 2007   Accessing A Business Data Catolog( 6 ) Office 2007   Accessing A Business Data Catolog
( 6 ) Office 2007 Accessing A Business Data CatologLiquidHub
 
Content Management System : CMS
Content Management System : CMSContent Management System : CMS
Content Management System : CMSMohammed Shaik
 
26 story slicing techniques for any scrum team
26 story slicing techniques for any scrum team26 story slicing techniques for any scrum team
26 story slicing techniques for any scrum teamagilebin
 
Creating Value with SAP BusinessObjects Planning and Consolidation, version f...
Creating Value with SAP BusinessObjects Planning and Consolidation, version f...Creating Value with SAP BusinessObjects Planning and Consolidation, version f...
Creating Value with SAP BusinessObjects Planning and Consolidation, version f...dcd2z
 
Getting started-with-oracle-so a-10
Getting started-with-oracle-so a-10Getting started-with-oracle-so a-10
Getting started-with-oracle-so a-10Amit Sharma
 

Similaire à informatica (20)

Incremental update-with-data-driven-approach
Incremental update-with-data-driven-approachIncremental update-with-data-driven-approach
Incremental update-with-data-driven-approach
 
A hands-on-guide-for-working-with-mapplets
A hands-on-guide-for-working-with-mappletsA hands-on-guide-for-working-with-mapplets
A hands-on-guide-for-working-with-mapplets
 
Sales force certification-lab-ii
Sales force certification-lab-iiSales force certification-lab-ii
Sales force certification-lab-ii
 
A hands-on-guide-for-working-with-mapplets-130208025312-phpapp01 (2)
A hands-on-guide-for-working-with-mapplets-130208025312-phpapp01 (2)A hands-on-guide-for-working-with-mapplets-130208025312-phpapp01 (2)
A hands-on-guide-for-working-with-mapplets-130208025312-phpapp01 (2)
 
Getting started-with-oracle-so a-vii
Getting started-with-oracle-so a-viiGetting started-with-oracle-so a-vii
Getting started-with-oracle-so a-vii
 
Geo prompt dashboard
Geo prompt dashboardGeo prompt dashboard
Geo prompt dashboard
 
Qlikview working-with-kp is-variables-and-expression-doc
Qlikview working-with-kp is-variables-and-expression-docQlikview working-with-kp is-variables-and-expression-doc
Qlikview working-with-kp is-variables-and-expression-doc
 
Getting started-with-oracle-so a-viii
Getting started-with-oracle-so a-viiiGetting started-with-oracle-so a-viii
Getting started-with-oracle-so a-viii
 
Getting started-with-oracle-so a-9
Getting started-with-oracle-so a-9Getting started-with-oracle-so a-9
Getting started-with-oracle-so a-9
 
Obiee11g building-brand-analysis-dashboard
Obiee11g building-brand-analysis-dashboardObiee11g building-brand-analysis-dashboard
Obiee11g building-brand-analysis-dashboard
 
Obiee11g building-brand-analysis-dashboard
Obiee11g building-brand-analysis-dashboardObiee11g building-brand-analysis-dashboard
Obiee11g building-brand-analysis-dashboard
 
Obiee11g building-brand-analysis-dashboard
Obiee11g building-brand-analysis-dashboardObiee11g building-brand-analysis-dashboard
Obiee11g building-brand-analysis-dashboard
 
Sap business-object-universe-idt-lab-i
Sap business-object-universe-idt-lab-iSap business-object-universe-idt-lab-i
Sap business-object-universe-idt-lab-i
 
Introduction to Oracle Fusion BIP Reporting
Introduction to Oracle Fusion BIP ReportingIntroduction to Oracle Fusion BIP Reporting
Introduction to Oracle Fusion BIP Reporting
 
( 6 ) Office 2007 Accessing A Business Data Catolog
( 6 ) Office 2007   Accessing A Business Data Catolog( 6 ) Office 2007   Accessing A Business Data Catolog
( 6 ) Office 2007 Accessing A Business Data Catolog
 
( 6 ) Office 2007 Accessing A Business Data Catolog
( 6 ) Office 2007   Accessing A Business Data Catolog( 6 ) Office 2007   Accessing A Business Data Catolog
( 6 ) Office 2007 Accessing A Business Data Catolog
 
Content Management System : CMS
Content Management System : CMSContent Management System : CMS
Content Management System : CMS
 
26 story slicing techniques for any scrum team
26 story slicing techniques for any scrum team26 story slicing techniques for any scrum team
26 story slicing techniques for any scrum team
 
Creating Value with SAP BusinessObjects Planning and Consolidation, version f...
Creating Value with SAP BusinessObjects Planning and Consolidation, version f...Creating Value with SAP BusinessObjects Planning and Consolidation, version f...
Creating Value with SAP BusinessObjects Planning and Consolidation, version f...
 
Getting started-with-oracle-so a-10
Getting started-with-oracle-so a-10Getting started-with-oracle-so a-10
Getting started-with-oracle-so a-10
 

Plus de bispsolutions

Talend training by BISP Solutions Inc.
Talend training by BISP Solutions Inc.Talend training by BISP Solutions Inc.
Talend training by BISP Solutions Inc.bispsolutions
 
Bisp training schedule for saturday
Bisp training schedule for saturdayBisp training schedule for saturday
Bisp training schedule for saturdaybispsolutions
 
Oracle data integration develope2
Oracle data integration develope2Oracle data integration develope2
Oracle data integration develope2bispsolutions
 
Teradata admin track
Teradata admin trackTeradata admin track
Teradata admin trackbispsolutions
 
Weblogic server administration
Weblogic server administrationWeblogic server administration
Weblogic server administrationbispsolutions
 
Build application with adf framework
Build application with adf frameworkBuild application with adf framework
Build application with adf frameworkbispsolutions
 
Oracle fusion middleware 11g build applications with oracle forms
Oracle fusion middleware 11g build applications with oracle formsOracle fusion middleware 11g build applications with oracle forms
Oracle fusion middleware 11g build applications with oracle formsbispsolutions
 
Oracle fundamentals and plsql for beginners
Oracle fundamentals and plsql for beginnersOracle fundamentals and plsql for beginners
Oracle fundamentals and plsql for beginnersbispsolutions
 
Oracle data integration
Oracle data integrationOracle data integration
Oracle data integrationbispsolutions
 
Ibm cognos bi administrator
Ibm cognos bi administratorIbm cognos bi administrator
Ibm cognos bi administratorbispsolutions
 
Essbase aso implementation
Essbase aso implementationEssbase aso implementation
Essbase aso implementationbispsolutions
 
Informatica administering the environment
Informatica administering the environmentInformatica administering the environment
Informatica administering the environmentbispsolutions
 
Mastering dashboard and reports
Mastering dashboard and reportsMastering dashboard and reports
Mastering dashboard and reportsbispsolutions
 
An introduction to weblogic console
An introduction to weblogic consoleAn introduction to weblogic console
An introduction to weblogic consolebispsolutions
 
Installation and c onfiguration
Installation and c onfigurationInstallation and c onfiguration
Installation and c onfigurationbispsolutions
 
Ibm data stage implementing etl solution using ibm datastage
Ibm data stage  implementing etl solution using ibm datastageIbm data stage  implementing etl solution using ibm datastage
Ibm data stage implementing etl solution using ibm datastagebispsolutions
 

Plus de bispsolutions (17)

Talend training by BISP Solutions Inc.
Talend training by BISP Solutions Inc.Talend training by BISP Solutions Inc.
Talend training by BISP Solutions Inc.
 
Bisp training schedule for saturday
Bisp training schedule for saturdayBisp training schedule for saturday
Bisp training schedule for saturday
 
Oracle data integration develope2
Oracle data integration develope2Oracle data integration develope2
Oracle data integration develope2
 
Teradata dev track
Teradata dev trackTeradata dev track
Teradata dev track
 
Teradata admin track
Teradata admin trackTeradata admin track
Teradata admin track
 
Weblogic server administration
Weblogic server administrationWeblogic server administration
Weblogic server administration
 
Build application with adf framework
Build application with adf frameworkBuild application with adf framework
Build application with adf framework
 
Oracle fusion middleware 11g build applications with oracle forms
Oracle fusion middleware 11g build applications with oracle formsOracle fusion middleware 11g build applications with oracle forms
Oracle fusion middleware 11g build applications with oracle forms
 
Oracle fundamentals and plsql for beginners
Oracle fundamentals and plsql for beginnersOracle fundamentals and plsql for beginners
Oracle fundamentals and plsql for beginners
 
Oracle data integration
Oracle data integrationOracle data integration
Oracle data integration
 
Ibm cognos bi administrator
Ibm cognos bi administratorIbm cognos bi administrator
Ibm cognos bi administrator
 
Essbase aso implementation
Essbase aso implementationEssbase aso implementation
Essbase aso implementation
 
Informatica administering the environment
Informatica administering the environmentInformatica administering the environment
Informatica administering the environment
 
Mastering dashboard and reports
Mastering dashboard and reportsMastering dashboard and reports
Mastering dashboard and reports
 
An introduction to weblogic console
An introduction to weblogic consoleAn introduction to weblogic console
An introduction to weblogic console
 
Installation and c onfiguration
Installation and c onfigurationInstallation and c onfiguration
Installation and c onfiguration
 
Ibm data stage implementing etl solution using ibm datastage
Ibm data stage  implementing etl solution using ibm datastageIbm data stage  implementing etl solution using ibm datastage
Ibm data stage implementing etl solution using ibm datastage
 

Dernier

Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...Pooja Nehwal
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 

Dernier (20)

Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 

informatica

  • 1. Informatica Power Center 9.0.1 Informatica How To Series “Loading Unique and Duplicate Records in Separate Tables” Description: BISP is committed to provide BEST learning material to the beginners and advance learners. In the same series, we have prepared a complete end-to end Hands-on Guide for building financial data model in Informatica. The document focuses on how the real world requirement should be interpreted. The mapping document template with very simplified steps and screen shots makes the complete learning so easy. The document focuses on loading duplicate and Unique records in separate tables. Join our professional training program and learn from experts. History: Version Description Change Author Publish Date 0.1 Initial Draft Upendra Upadhyay 12th Aug 2011 0.1 Review#1 Amit Sharma 18th Aug 2011 www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 1
  • 2. TABLE OF CONTENTS S.NO TITLE PAGE. NO. 1 Introduction. 3-4 2 Creating Repository & Folder. 5-8 3 Import Data Source And Target Table. 9-16 4 Create Mapplet & Mapping. 17-29 5 Create Workflow. 30-35 6 Workflow Monitor & Review data. 36-37 www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 2
  • 3. Introduction Mapplet. A Mapplet is a reusable object that represents a set of transformations. It allows you to reuse transformation logic and can contain as many transformations as you need. A Mapplet can contain transformations, Reusable transformations and shortcuts to transformations. There are two types of mapplet.  Input Mapplet (For the input port).  Output Mapplet(For the output port). Description In this example, we remove duplicate row using mapplet. There are following steps to remove duplicate row using mapplet . • Create Repository and Folder in Informatica Repository Manager. • Import Source database and create/import target table in Informatica Designer. • Create mapplet, First create input mapplet (creating port for input the column), then create aggregator transformation (add dummy port for column and check group by box to this column and then count data using count function). Then create filter transformation and filter the unique and duplicate data using expression. Then passes all column into output mapplet transformation. • Then Create Mapping using mapplet. • Create workflow and execute workflow. • Check log file. • Then Review output data. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 3
  • 4. Source Table (Data) Target Table (Data) Unique Records Duplicate Records www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 4
  • 5. Creating Repository and Folder Creating Repository & Connecting it. Step-1 First create repository, Click on Start -> All Programs -> Informatica 9.0.1 -> Client -> Power Center Client -> Power Center Repository Manager. Step-2 Then click on Repository Menu and click on Add Repository. Step-3 Give information like Repository Name and Username. Then click on ok button and repository created successfully. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 5
  • 6. Step-4 Now connect repository. Right click on newly created repository and click on connect. Step-5 Give Username & password and click on Connect. Creating Folder. Step-1 Go to Informatica Power Center Repository Manager and click on Folder Menu and click on Create. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 6
  • 7. Step-2 Specify Name of Folder, Description, Owner, OS Profile, Options, Status and got to permissions tab. Step-3 This is permission tab to give permission for this folder. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 7
  • 8. Step-4 This is newly created Folder www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 8
  • 9. Importing Source and Target Table Step-1 Click on Start -> All Programs -> Informatica 9.0.1 -> Client -> Power Center Client -> Power Center Designer.. Step-2 Then Connect to Repository in Informatica Power Center Designer Right click on repository name and click on Connect. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 9
  • 10. Step-3 Go to Tools Menu and click on Source Analyzer to import source table. And then go to Sources Menu in Informatica Power Center Designer. Step-4 And then select Source menu and click on Import from database www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 10
  • 11. Step-5 Specify Username, Owner name, password and then connect. Then select source table and click OK. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 11
  • 12. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 12
  • 13. Step-6 View data in source analyzer, Right click on SRC_CREDITCARD and select Preview Data. Step-7 Specify Username and Password and connect it. Then Close it. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 13
  • 14. Step-8 Now click on Target Designer. Step-9 And then select Target menu and click on Import from database to import target table. Step-10 Specify Username, Owner name, password and then click on connect and then select table and then OK. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 14
  • 15. Step-11 To view data select table and Right click on that table after that specify Username and Password and connect it. Then Close it. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 15
  • 16. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 16
  • 17. Step-12 To view data select table and Right click on that table after that specify Username and Password and connect it. Then Close it. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 17
  • 18. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 18
  • 19. CREATE MAPPLET & MAPPING Step-1 Go to Mapplet Designer and Create New Mapplet and then name of mapplet and click OK. Step-2 Then go to transformation and Create transformation. Step-3 Then select Mapplet Input transformation in list and name on transformation. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 19
  • 20. Step-4 Mapplet Input Transformation. Step-5 Then right click on Input transformation and select Edit. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 20
  • 21. Step-6 Then go to Ports tab and create port and specify name of port and click apply and ok. Step-7 Then create aggregator transformation, click on transformation menu ant select create then select aggregator in transformation drop down and name of transformation. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 21
  • 22. Step-8 Then passes all column into aggregator table and right click on aggregator table and select Edit. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 22
  • 23. Step-9 In ports tab create dummy port for account_officer_cd and name of port and in expression write query as a count(account_officer_cd). Step-10 Then create two filter transformation, passed all row into filter table. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 23
  • 24. Step-11 Then right click on filter transformation and select Edit, Then go to properties tab and write filter condition. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 24
  • 25. Step-11 Write Condition and Validate it. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 25
  • 26. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 26
  • 27. Step-12 Then right click on second filter transformation and select Edit, Then go to condition and write condition. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 27
  • 28. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 28
  • 29. Step-13 Write Condition and Validate it. Step-14 Then create mapplet output transformation and www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 29
  • 30. Step-15 Then passes all column into output transformation. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 30
  • 31. Step-16 Then save this mapplet. Step-17 Then go to Mapping Designer and Create New Mapping and then name of mapping and click OK. Step-18 Then drag and drop source and target data in Mapping Designer. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 31
  • 32. Step-19 Then drag and drop mapplet into Mapping Designer Window. Step-20 Then connect Input mapplet into source qualifier table. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 32
  • 33. Step-21 And connect output to target table. Step-22 And then save it (ctrl+s) and check mapping is VALID. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 33
  • 34. CREATE WORKFLOW Step-1 Now go to Informatica Power Center Workflow Manager, and go to Tools menu and select Workflow Designer. Step-2 Now to create workflows, Go to Workflows menu and select Create. After that Name of workflow and click OK buttons. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 34
  • 35. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 35
  • 36. Step-3 Now create Task, Go to Tasks Menu and click Create. Step-4 Now select session and insert Name of task. Step-5 Select Mapping to associate with the session. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 36
  • 37. Step-6 Workflow Designer Window. Step-7 Now create flow B/W Workflow to Task. Select Line Task and link to Start to Filter. Step-8 Work Designer Windows Step-9 Now Configure Connection to Source and Target, Then Right Click on Unique_Records and select Edit, Then Click Mapping tab and configure connection for your source and target table schema in oracle 11g RDBMS. And then click OK. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 37
  • 38. Step-10 Select DBConnection for Source and Target Relation Database and set property on Target Connection. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 38
  • 39. Step-11 Now save (ctrl+s) this workflow and check it. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 39
  • 40. WORKFLOW MONITOR AND VIEW TARGET DATA Step-1 Now Start Workflow, Right click on Workflow Designer Window and Click on Start Workflow. Step-2 Check session in Informatica PowerCenter Workflow Monitor. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 40
  • 41. Step-3 Now view data in Target RDBMS (Oracle 11g) Unique Records Duplicate Records www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 41
  • 42. www.bispsolutions.com | www.hyperionguru.com | www.bisptrainings.com | Page 42