`
www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING
`
www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING
Agenda For Today
➢ Informatica PowerCenter Overview
➢ Why do we need Data integration?
➢ ETL Process
➢ Informatica PowerCenter Admin Console
➢ Informatica PowerCenter Repository Manager
➢ Informatica PowerCenter Designer
➢ Informatica PowerCenter Workflow Manger
➢ Informatica PowerCenter Workflow Monitor
Informatica PowerCenter Overview
`
www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING
Informatica PowerCenter Overview
 Market’s leading platform for data integration and most widely used ETL tool.
 Operations like Data migration, Application Integration and Data Transformation can be performed through
Informatica PowerCenter
PowerCenter Applications
Administration Development
D W M
Perform domain and
repository service tasks:
• Create/Configure Nodes
and repository
• Upgrade/Delete
• Start/Stop
• Backup/Restore
R
Manage Repositories
• Connections
• Objects
• Folders
• Users and Groups
Repository Manager Administration Console Designer
Create ETL
Mapping
Workflow Manager
Create and
start workflow
Workflow Monitor
Monitor and
Control
workflows
Administration
Console
Why Do We Need Data Integration?
`
www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING
Why do we need Data integration?
 Every company these days have to process large sets of data from varied sources. This data needs to be processed
to give insightful information for making business decisions.
 This data maybe stored using various applications as per the ease of the user.
Manufacturing
(DB2)
Sales
(SalesForce)
Billing (Sybase)
Resource
Planning (PSFT)
Inventory
(SQL Server)
Marketing
(ORCL)
Accounting (SAP)
Manufacturing
(DB2)
Sales
(SalesForce)
Billing (Sybase)
Resource
Planning (PSFT)
Inventory
(SQL Server)
Marketing
(ORCL)
Accounting (SAP)
Data Integration
ETL Process
`
www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING
ETL Process
 Extract, Transform and Load (ETL) is the process of extracting the data from various sources, transforming this data
to meet your requirement and then loading into a target data warehouse.
 The ETL processes ensures that the data stored in the warehouse is:
➢ Relevant and useful to the business users.
➢ Accurate and high quality.
➢ Easy to access so that the warehouse is used efficiently and effectively by the business users.
Informatica PowerCenter
Administrator Console
`
www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING
Informatica PowerCenter Administrator Console
 It is used to administer the Informatica domain and Informatica security.
 The Administrator console is mainly used to perform tasks on the domain like Managing application services,
Configuring nodes, Managing domain objects, Viewing and editing domain object properties, Security administrative
tasks and Viewing log events.
`
www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING
Informatica PowerCenter Administrator Console
The Administrator tool has the following tabs:
 Domain: View and edit the properties of the domain and objects within the domain.
 Logs: View log events for the domain and services within the domain.
 Monitoring: View the status of Profile jobs, Preview jobs, Mapping jobs, SQL data services, and Web services for
each Data Integration Service.
 Reports: Run a Web services report or License management report.
 Security: Manage users, groups, roles, and privileges.
`
www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING
Demo
➢ Use Case: As an organization, you are migrating your product details to a new database. While
migrating, the data needs to be checked and invalid data needs to be tracked.
Existing Product Data Expression Transformation Updated Product Database
`
www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING
Solution
•Create a work folder to
store all sources,
transformation, targets,
mappings and workflows
in a single location.
Repository
Manager
•Create the mapping by
loading the source
definition, adding data
transformation, creating
target definition and
connection all these
components.
Designer
•Create a workflow
using various task
components to
execute the created
mapping.
Workflow
Manager
•Monitor the
execution of the
workflow and check
the Source/Target
statistics.
Workflow
Monitor
Phase 1
Phase 2
Phase 3
Phase 4
 To solve the problem, we break down the solution into 4 Phases:
Phase 1
Informatica PowerCenter
Repository Manager
`
www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING
 The Repository Manager is used to navigate through multiple folders and repositories, and perform basic repository
tasks like folder creation, folder access control, migrating objects from one folder or repository to another.
 The main tasks of the repository manager are adding domain and repository connection information, Working with
PowerCenter domain and repository connections and Implement repositories.
Informatica PowerCenter Repository Manager
Navigator
Output Field
Workspace
Client Tools
Phase 2
Informatica PowerCenter
Designer
`
www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING
 The PowerCenter Designer is the client where we specify how to move the data between various sources and targets
 The Designer is used to create source definitions, target definitions, and transformations which can be further utilized
for developing mappings
Informatica PowerCenter Designer
Navigator
Output Field
Workspace
Status Bar
Overview
Window
Client Tools
`
www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING
The Designer provides the following tool workspace:
➢ Source Analyzer: Used to Import or create source
definitions for flat file, XML, COBOL, Application, and
relational sources.
➢ Target Designer: Used for Import or create target
definitions.
➢ Mapping Designer: Used for creating the mapping.
➢ Transformation Developer: You can create reusable
transformations.
➢ Mapplet Designer: Used to create mapplets.
Informatica PowerCenter Designer Tools
Source Analyzer – Used to Import or Create source
definition.
Target Designer – Used to Import or Create target
definition.
Mapping Designer – Used to create mapping to extract,
transform and load data.
Transformation Designer – Used to create or modify
reusable transforms.
Mapplet Designer – Used to create or modify reusable
transforms.
Phase 3
Informatica PowerCenter
Workflow Manager
`
www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING
Informatica PowerCenter Workflow Manager
 The PowerCenter Workflow Manager is used to create and start Workflows.
 As mappings are not executable, we make use of sessions in workflow to execute the associated mapping.
Navigator
Output Field
Workspace
Client Tools
Phase 4
Informatica PowerCenter
Workflow Monitor
`
www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING
 The Workflow Monitor is the PowerCenter tool which is used to monitor the execution of workflows and tasks.
 Workflow Monitor can be used to:
➢ View details about a workflow or task run in Gantt chart view or task view
➢ Run, stop, abort, and resume workflows or tasks
➢ The Workflow Monitor displays workflows that have run at least once.
Informatica PowerCenter Workflow Monitor
Available
Workflows
Run time of each instance
Status of each instance
`
www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING
Output
 Below is the output of our operation where we have successfully set the INCONSISTENCY-FLAG as Y for those entries
with PRODUCT-ID as null.
`
www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING
 We have understood why we need Data Integration and how we can achieve data integration through ETL process.
 We have seen the uses of Informatica Administration Console.
 To solve every problems, the solution can be broken down to 4 phases.
 In the first phase, by using the Informatica PowerCenter Repository Manager we can create a work folder to store
all the sources, target definition, mapping , transformations and workflows created as objects.
 In the second phase, by using the Informatica PowerCenter Designer we can load source definitions, target
definitions, and transformations which can be further utilized for developing mappings.
 In the third phase, by using the Informatica PowerCenter Workflow Manager, we can create and execute
workflows.
 Finally, by using Informatica PowerCenter Workflow Monitor, we have checked the progress of the workflow and
verified the source-target statistics.
Summary
Informatica PowerCenter Tutorial | Informatica Tutorial for Beginners | Edureka

More Related Content

PDF
Informatica Tutorial For Beginners | Informatica Powercenter Tutorial | Edureka
PDF
Informatica Training | Informatica PowerCenter | Informatica Tutorial | Edureka
PPT
Informatica session
PPTX
Informatica PowerCenter
PDF
Informatica Transformations with Examples | Informatica Tutorial | Informatic...
PDF
Informatica slides
PDF
ETL Using Informatica Power Center
PPTX
1. informatica power center architecture
Informatica Tutorial For Beginners | Informatica Powercenter Tutorial | Edureka
Informatica Training | Informatica PowerCenter | Informatica Tutorial | Edureka
Informatica session
Informatica PowerCenter
Informatica Transformations with Examples | Informatica Tutorial | Informatic...
Informatica slides
ETL Using Informatica Power Center
1. informatica power center architecture

What's hot (20)

PPTX
Informatica Powercenter Architecture
PPTX
What is Informatica Powercenter
DOC
Informatica student meterial
PDF
Management in Informatica Power Center
PPTX
Architecture of integration services
PPTX
Informatica basics for beginners | Informatica ppt
PDF
Improve power bi performance
PPTX
Introduction to Salesforce.com
PDF
Lwc presentation
PDF
Talend ETL Tutorial | Talend Tutorial For Beginners | Talend Online Training ...
PPT
Data Management and Migration in Salesforce
PDF
New features Oracle Fusion (Cloud) -r-13
PPS
Oracle XML Publisher / BI Publisher
PDF
PowerBI Training
PPT
Database Connection
PDF
EMC Documentum - xCP 2.x Troubleshooting
PDF
Creating a Data validation and Testing Strategy
PDF
Intro to Microsoft Access
PPT
An overview of snowflake
Informatica Powercenter Architecture
What is Informatica Powercenter
Informatica student meterial
Management in Informatica Power Center
Architecture of integration services
Informatica basics for beginners | Informatica ppt
Improve power bi performance
Introduction to Salesforce.com
Lwc presentation
Talend ETL Tutorial | Talend Tutorial For Beginners | Talend Online Training ...
Data Management and Migration in Salesforce
New features Oracle Fusion (Cloud) -r-13
Oracle XML Publisher / BI Publisher
PowerBI Training
Database Connection
EMC Documentum - xCP 2.x Troubleshooting
Creating a Data validation and Testing Strategy
Intro to Microsoft Access
An overview of snowflake
Ad

Similar to Informatica PowerCenter Tutorial | Informatica Tutorial for Beginners | Edureka (20)

PDF
Informatica Capabilities As An ETL Tool
PDF
Designing And Monitoring In Informatica PowerCenter
PDF
Informatica Certification | Informatica Online Training | Informatica Tutoria...
PDF
Getting Started with Informatica
PDF
Informatica PowerCenter : Agile Data Integration Tool
PPTX
Informatica power center 9 Online Training
PDF
Management in Informatica Power Center
PPTX
Informatica power center 9.x developer & admin Basics | Demo | Introduction
PDF
Best Informatica Training Form myTectra in Bangalore
PDF
5 Reasons To Choose Informatica PowerCenter As Your ETL Tool
PPTX
Informaticapowercenter pennon soft
PPT
Informatica training by quontra solutions
PDF
ETL Development Learning path
PDF
Informatica_Level1_Flyer
PPTX
Informatica Online Training
DOC
Informatica Online Training
DOC
Informatica Interview Questions & Answers
PDF
Informatica Interview Questions | Informatica Tutorial | Informatica Training...
PPT
Informatica_ Basics_Demo_9.6.ppt
PDF
Informatica course curriculum
Informatica Capabilities As An ETL Tool
Designing And Monitoring In Informatica PowerCenter
Informatica Certification | Informatica Online Training | Informatica Tutoria...
Getting Started with Informatica
Informatica PowerCenter : Agile Data Integration Tool
Informatica power center 9 Online Training
Management in Informatica Power Center
Informatica power center 9.x developer & admin Basics | Demo | Introduction
Best Informatica Training Form myTectra in Bangalore
5 Reasons To Choose Informatica PowerCenter As Your ETL Tool
Informaticapowercenter pennon soft
Informatica training by quontra solutions
ETL Development Learning path
Informatica_Level1_Flyer
Informatica Online Training
Informatica Online Training
Informatica Interview Questions & Answers
Informatica Interview Questions | Informatica Tutorial | Informatica Training...
Informatica_ Basics_Demo_9.6.ppt
Informatica course curriculum
Ad

More from Edureka! (20)

PDF
What to learn during the 21 days Lockdown | Edureka
PDF
Top 10 Dying Programming Languages in 2020 | Edureka
PDF
Top 5 Trending Business Intelligence Tools | Edureka
PDF
Tableau Tutorial for Data Science | Edureka
PDF
Python Programming Tutorial | Edureka
PDF
Top 5 PMP Certifications | Edureka
PDF
Top Maven Interview Questions in 2020 | Edureka
PDF
Linux Mint Tutorial | Edureka
PDF
How to Deploy Java Web App in AWS| Edureka
PDF
Importance of Digital Marketing | Edureka
PDF
RPA in 2020 | Edureka
PDF
Email Notifications in Jenkins | Edureka
PDF
EA Algorithm in Machine Learning | Edureka
PDF
Cognitive AI Tutorial | Edureka
PDF
AWS Cloud Practitioner Tutorial | Edureka
PDF
Blue Prism Top Interview Questions | Edureka
PDF
Big Data on AWS Tutorial | Edureka
PDF
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
PDF
Kubernetes Installation on Ubuntu | Edureka
PDF
Introduction to DevOps | Edureka
What to learn during the 21 days Lockdown | Edureka
Top 10 Dying Programming Languages in 2020 | Edureka
Top 5 Trending Business Intelligence Tools | Edureka
Tableau Tutorial for Data Science | Edureka
Python Programming Tutorial | Edureka
Top 5 PMP Certifications | Edureka
Top Maven Interview Questions in 2020 | Edureka
Linux Mint Tutorial | Edureka
How to Deploy Java Web App in AWS| Edureka
Importance of Digital Marketing | Edureka
RPA in 2020 | Edureka
Email Notifications in Jenkins | Edureka
EA Algorithm in Machine Learning | Edureka
Cognitive AI Tutorial | Edureka
AWS Cloud Practitioner Tutorial | Edureka
Blue Prism Top Interview Questions | Edureka
Big Data on AWS Tutorial | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
Kubernetes Installation on Ubuntu | Edureka
Introduction to DevOps | Edureka

Recently uploaded (20)

PDF
5-Ways-AI-is-Revolutionizing-Telecom-Quality-Engineering.pdf
PDF
Lung cancer patients survival prediction using outlier detection and optimize...
PPTX
Presentation - Principles of Instructional Design.pptx
PDF
A hybrid framework for wild animal classification using fine-tuned DenseNet12...
PDF
The AI Revolution in Customer Service - 2025
PDF
NewMind AI Weekly Chronicles – August ’25 Week IV
PDF
LMS bot: enhanced learning management systems for improved student learning e...
PDF
The-Future-of-Automotive-Quality-is-Here-AI-Driven-Engineering.pdf
PDF
ment.tech-Siri Delay Opens AI Startup Opportunity in 2025.pdf
PDF
Advancing precision in air quality forecasting through machine learning integ...
PDF
Human Computer Interaction Miterm Lesson
PDF
Build Real-Time ML Apps with Python, Feast & NoSQL
PDF
Altius execution marketplace concept.pdf
PPTX
SGT Report The Beast Plan and Cyberphysical Systems of Control
PDF
Examining Bias in AI Generated News Content.pdf
PDF
4 layer Arch & Reference Arch of IoT.pdf
PDF
CEH Module 2 Footprinting CEH V13, concepts
PDF
Transform-Quality-Engineering-with-AI-A-60-Day-Blueprint-for-Digital-Success.pdf
PDF
Ensemble model-based arrhythmia classification with local interpretable model...
PDF
“The Future of Visual AI: Efficient Multimodal Intelligence,” a Keynote Prese...
5-Ways-AI-is-Revolutionizing-Telecom-Quality-Engineering.pdf
Lung cancer patients survival prediction using outlier detection and optimize...
Presentation - Principles of Instructional Design.pptx
A hybrid framework for wild animal classification using fine-tuned DenseNet12...
The AI Revolution in Customer Service - 2025
NewMind AI Weekly Chronicles – August ’25 Week IV
LMS bot: enhanced learning management systems for improved student learning e...
The-Future-of-Automotive-Quality-is-Here-AI-Driven-Engineering.pdf
ment.tech-Siri Delay Opens AI Startup Opportunity in 2025.pdf
Advancing precision in air quality forecasting through machine learning integ...
Human Computer Interaction Miterm Lesson
Build Real-Time ML Apps with Python, Feast & NoSQL
Altius execution marketplace concept.pdf
SGT Report The Beast Plan and Cyberphysical Systems of Control
Examining Bias in AI Generated News Content.pdf
4 layer Arch & Reference Arch of IoT.pdf
CEH Module 2 Footprinting CEH V13, concepts
Transform-Quality-Engineering-with-AI-A-60-Day-Blueprint-for-Digital-Success.pdf
Ensemble model-based arrhythmia classification with local interpretable model...
“The Future of Visual AI: Efficient Multimodal Intelligence,” a Keynote Prese...

Informatica PowerCenter Tutorial | Informatica Tutorial for Beginners | Edureka

  • 2. ` www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING Agenda For Today ➢ Informatica PowerCenter Overview ➢ Why do we need Data integration? ➢ ETL Process ➢ Informatica PowerCenter Admin Console ➢ Informatica PowerCenter Repository Manager ➢ Informatica PowerCenter Designer ➢ Informatica PowerCenter Workflow Manger ➢ Informatica PowerCenter Workflow Monitor
  • 4. ` www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING Informatica PowerCenter Overview  Market’s leading platform for data integration and most widely used ETL tool.  Operations like Data migration, Application Integration and Data Transformation can be performed through Informatica PowerCenter PowerCenter Applications Administration Development D W M Perform domain and repository service tasks: • Create/Configure Nodes and repository • Upgrade/Delete • Start/Stop • Backup/Restore R Manage Repositories • Connections • Objects • Folders • Users and Groups Repository Manager Administration Console Designer Create ETL Mapping Workflow Manager Create and start workflow Workflow Monitor Monitor and Control workflows Administration Console
  • 5. Why Do We Need Data Integration?
  • 6. ` www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING Why do we need Data integration?  Every company these days have to process large sets of data from varied sources. This data needs to be processed to give insightful information for making business decisions.  This data maybe stored using various applications as per the ease of the user. Manufacturing (DB2) Sales (SalesForce) Billing (Sybase) Resource Planning (PSFT) Inventory (SQL Server) Marketing (ORCL) Accounting (SAP) Manufacturing (DB2) Sales (SalesForce) Billing (Sybase) Resource Planning (PSFT) Inventory (SQL Server) Marketing (ORCL) Accounting (SAP) Data Integration
  • 8. ` www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING ETL Process  Extract, Transform and Load (ETL) is the process of extracting the data from various sources, transforming this data to meet your requirement and then loading into a target data warehouse.  The ETL processes ensures that the data stored in the warehouse is: ➢ Relevant and useful to the business users. ➢ Accurate and high quality. ➢ Easy to access so that the warehouse is used efficiently and effectively by the business users.
  • 10. ` www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING Informatica PowerCenter Administrator Console  It is used to administer the Informatica domain and Informatica security.  The Administrator console is mainly used to perform tasks on the domain like Managing application services, Configuring nodes, Managing domain objects, Viewing and editing domain object properties, Security administrative tasks and Viewing log events.
  • 11. ` www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING Informatica PowerCenter Administrator Console The Administrator tool has the following tabs:  Domain: View and edit the properties of the domain and objects within the domain.  Logs: View log events for the domain and services within the domain.  Monitoring: View the status of Profile jobs, Preview jobs, Mapping jobs, SQL data services, and Web services for each Data Integration Service.  Reports: Run a Web services report or License management report.  Security: Manage users, groups, roles, and privileges.
  • 12. ` www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING Demo ➢ Use Case: As an organization, you are migrating your product details to a new database. While migrating, the data needs to be checked and invalid data needs to be tracked. Existing Product Data Expression Transformation Updated Product Database
  • 13. ` www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING Solution •Create a work folder to store all sources, transformation, targets, mappings and workflows in a single location. Repository Manager •Create the mapping by loading the source definition, adding data transformation, creating target definition and connection all these components. Designer •Create a workflow using various task components to execute the created mapping. Workflow Manager •Monitor the execution of the workflow and check the Source/Target statistics. Workflow Monitor Phase 1 Phase 2 Phase 3 Phase 4  To solve the problem, we break down the solution into 4 Phases:
  • 15. ` www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING  The Repository Manager is used to navigate through multiple folders and repositories, and perform basic repository tasks like folder creation, folder access control, migrating objects from one folder or repository to another.  The main tasks of the repository manager are adding domain and repository connection information, Working with PowerCenter domain and repository connections and Implement repositories. Informatica PowerCenter Repository Manager Navigator Output Field Workspace Client Tools
  • 17. ` www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING  The PowerCenter Designer is the client where we specify how to move the data between various sources and targets  The Designer is used to create source definitions, target definitions, and transformations which can be further utilized for developing mappings Informatica PowerCenter Designer Navigator Output Field Workspace Status Bar Overview Window Client Tools
  • 18. ` www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING The Designer provides the following tool workspace: ➢ Source Analyzer: Used to Import or create source definitions for flat file, XML, COBOL, Application, and relational sources. ➢ Target Designer: Used for Import or create target definitions. ➢ Mapping Designer: Used for creating the mapping. ➢ Transformation Developer: You can create reusable transformations. ➢ Mapplet Designer: Used to create mapplets. Informatica PowerCenter Designer Tools Source Analyzer – Used to Import or Create source definition. Target Designer – Used to Import or Create target definition. Mapping Designer – Used to create mapping to extract, transform and load data. Transformation Designer – Used to create or modify reusable transforms. Mapplet Designer – Used to create or modify reusable transforms.
  • 20. ` www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING Informatica PowerCenter Workflow Manager  The PowerCenter Workflow Manager is used to create and start Workflows.  As mappings are not executable, we make use of sessions in workflow to execute the associated mapping. Navigator Output Field Workspace Client Tools
  • 22. ` www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING  The Workflow Monitor is the PowerCenter tool which is used to monitor the execution of workflows and tasks.  Workflow Monitor can be used to: ➢ View details about a workflow or task run in Gantt chart view or task view ➢ Run, stop, abort, and resume workflows or tasks ➢ The Workflow Monitor displays workflows that have run at least once. Informatica PowerCenter Workflow Monitor Available Workflows Run time of each instance Status of each instance
  • 23. ` www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING Output  Below is the output of our operation where we have successfully set the INCONSISTENCY-FLAG as Y for those entries with PRODUCT-ID as null.
  • 24. ` www.edureka.co/informaticaEDUREKA INFORMATICA CERTIFICATION TRAINING  We have understood why we need Data Integration and how we can achieve data integration through ETL process.  We have seen the uses of Informatica Administration Console.  To solve every problems, the solution can be broken down to 4 phases.  In the first phase, by using the Informatica PowerCenter Repository Manager we can create a work folder to store all the sources, target definition, mapping , transformations and workflows created as objects.  In the second phase, by using the Informatica PowerCenter Designer we can load source definitions, target definitions, and transformations which can be further utilized for developing mappings.  In the third phase, by using the Informatica PowerCenter Workflow Manager, we can create and execute workflows.  Finally, by using Informatica PowerCenter Workflow Monitor, we have checked the progress of the workflow and verified the source-target statistics. Summary