UrbanPro

Learn Informatica powercenter (ETL) with Top Tutors

What is your location?

Please enter your locality

Are you outside India?

Back

Informatica powercenter (ETL)

Informatica powercenter (ETL) relates to IT Courses/Informatica

+ Follow 6,512

Top Tutors who teach Informatica powercenter (ETL)

1
Kuldeep Dhama Informatica trainer in Noida Featured
Greater Noida, Noida
10 yrs of Exp
800per hour
Classes: Informatica, BSc Tuition and more.

With 24 years of industry experience, I have had the honor of working in top-level MNCs in senior positions, predominantly in the USA. Alongside my...

2
Bishnu Kant Sharma Informatica trainer in Bangalore Featured
Marathahalli, Bangalore
9 yrs of Exp
267per hour
Classes: Informatica, SQL Server and more.

Having 9+ years of Teaching Experiance

3
Prakash Informatica trainer in Hyderabad Featured
Kukatpally, Hyderabad
12 yrs of Exp
Classes: Informatica, RPA Training and more.

I am having 15+ years of it experienced and worked in multiple mnc's (oracle, ibm, cognizant, tech mahindra, capgemini, dell). Currently associated...

Do you need help in finding the best teacher matching your requirements?

Post your requirement now
4
Abhishek Pathak Informatica trainer in Noida Featured
Delta I, Noida
12 yrs of Exp
Classes: Informatica, Class 11 Tuition and more.

I have experience in teaching as a part time tutor.

5
Praveen K Informatica trainer in Bangalore Featured
Whitefield, Bangalore
9 yrs of Exp
Classes: Informatica, Oracle Training and more.

Having 9 years of solid experience in various flavors of Informatica with various domain. Training in my current organization internally by joining...

6
Venkata Informatica trainer in Hyderabad Featured
Hafeezpet, Hyderabad
7 yrs of Exp
1000per hour
Classes: Informatica

I am software engineer developer and i will provide the informatica mdm online training. I have completed my MCA on 2011. I have good experience...

7
Rajsekhar L Informatica trainer in Hyderabad Platinum
Kukatpally, Hyderabad
Verified
10 yrs of Exp
Classes: Informatica, DevOps Training and more.

I am a programming teacher/programmer. I have 20 years of teaching experience and I always try my best to teach in a simple and concise manner. Important...

8
CSR Datascience Informatica institute in Hyderabad Featured
Begumpet, Hyderabad
Classes: Informatica, SAP FICO Training and more.

9
Inspac Learning Informatica institute in Chennai Featured
Velachery, Chennai
Classes: Informatica, Data Modeling and more.

We are corporate it software trainer providers. We can provide trainer support for all cutting-edge technologies. We are specialized in big data,...

10
Chintal Reddy Informatica trainer in Bangalore Platinum
Marathahalli, Bangalore
14 yrs of Exp
500per hour
Classes: Informatica, Snowflake Training and more.

o Overall 12+ years of IT experience with well acquainted in performing development of Informatica Cloud Integration(IICS), Informatica Power center...

Guitar Classes in your city

Reviews for top Informatica Training

Average Rating
(4.9)
  • C
    review star review star review star review star review star
    18 Oct, 2014

    Radhiya attended Informatica,Informatica,Data Warehouse

    "SarLakG technology should be the choice if your looking for a bright career. I'm..."

    C
    review star review star review star review star review star
    07 Dec, 2014

    Singh attended Data Warehouse,Informatica,Informatica

    "It's good actually to learn job oriented course. They will give placement assistance..."

    C
    review star review star review star review star review star
    09 Dec, 2014

    Pramod attended Data Warehouse,Informatica,Informatica

    "I would like to recommend SarlacG technologies to the people who are willing to learn..."

    Y
    review star review star review star review star review star
    12 Jan, 2015

    Purbasha attended Informatica

    " He has in-depth knowledge in the subject, he makes any complex subject easy to the..."

  • Y
    review star review star review star review star review star
    07 Mar, 2015

    VIPIN KUMAR attended Informatica

    "Training was helpfull for me, i was planning to move from informatica support to..."

    S
    review star review star review star review star review star
    22 Mar, 2015

    Naveen attended Informatica

    "Sarada is a Excellent Tutor with Complete Command on Informatica and Data-warehousing..."

    I
    review star review star review star review star review star
    08 Oct, 2015

    Shiloh Raj attended Informatica

    "I've known institutes like this but haven't seen such a dedicated team elsewhere...."

    I
    review star review star review star review star review star
    08 Oct, 2015

    Vikram K attended Informatica

    "It was a wonderful experience to learn Informatica at this institute. The management..."

Get connected

Informatica powercenter (ETL) Questions

Ask a Question

Post a Lesson

Answered on 13 Sep Learn IT Courses/Informatica/Informatica powercenter (ETL) +1 IT Courses/Tally Software/Tally Shoper 9

Sana Begum

My teaching experience 12 years

In Informatica, an Aggregator Transformation and a normal SQL query serve similar purposes but differ in their approach and functionality: Normal SQL Query: 1. _Executed outside Informatica_: SQL queries are executed directly on the database. 2. _Limited data processing_: SQL queries are designed... read more
In Informatica, an Aggregator Transformation and a normal SQL query serve similar purposes but differ in their approach and functionality: Normal SQL Query: 1. _Executed outside Informatica_: SQL queries are executed directly on the database. 2. _Limited data processing_: SQL queries are designed for set-based operations, not complex data processing. 3. _No data caching_: Results are retrieved directly from the database. 4. _Less flexible_: SQL queries are less flexible in terms of data manipulation and transformation. Aggregator Transformation (in Informatica): 1. _Executed within Informatica_: Aggregator Transformation is a built-in Informatica component. 2. _Advanced data processing_: Enables complex data processing, aggregation, and transformation. 3. _Data caching_: Informatica caches data, reducing database queries and improving performance. 4. _More flexible_: Offers more flexibility in data manipulation, transformation, and aggregation. Key differences: - Execution location (database vs. Informatica) - Data processing capabilities (simple vs. complex) - Data caching (no caching vs. caching) - Flexibility (less flexible vs. more flexible) Choose a normal SQL query for simple, set-based operations, and use Aggregator Transformation for complex data processing, aggregation, and transformation within Informatica workflows. read less
Answers 1 Comments
Dislike Bookmark

Answered on 13 Sep Learn IT Courses/Informatica/Informatica powercenter (ETL) +1 IT Courses/Tally Software/Tally Shoper 9

Sadiq

C language Faculty (online Classes )

Loading in bulk mode can improve session performance, but limits the ability to recover because no database logging occurs. Choose Normal mode if the mapping contains an Update Strategy transformation
Answers 2 Comments
Dislike Bookmark

Answered on 13 Sep Learn IT Courses/Informatica/Informatica powercenter (ETL) +1 IT Courses/Tally Software/Tally Shoper 9

Sana Begum

My teaching experience 12 years

Converting an Informatica Normalizer Transformation to an SQL query involves rewriting the transformation logic using SQL syntax. Here's a general outline: 1. *Identify the Normalizer Transformation logic*: Understand the input fields, output fields, and the normalization rules applied. 2. *Determine... read more
Converting an Informatica Normalizer Transformation to an SQL query involves rewriting the transformation logic using SQL syntax. Here's a general outline: 1. *Identify the Normalizer Transformation logic*: Understand the input fields, output fields, and the normalization rules applied. 2. *Determine the equivalent SQL operations*: Map the Normalizer Transformation logic to corresponding SQL operations, such as: - UNPIVOT or PIVOT for column normalization - CASE statements or DECODE functions for conditional logic - STRING functions (e.g., SUBSTR, CONCAT) for text manipulation 3. *Write the SQL query*: - Use a SELECT statement to specify the output fields - Apply the equivalent SQL operations to normalize the data - Use FROM and JOIN clauses to specify the input tables and relationships Example: Informatica Normalizer Transformation: - Input: `NAME` (single column with multiple values separated by commas) - Output: `NAME1`, `NAME2`, ... (multiple columns, each with a single value) - Normalization rule: Split `NAME` into separate columns using commas as separators Equivalent SQL query: ``` SELECT REGEXP_SUBSTR(NAME, '[^,]+', 1, 1) AS NAME1, REGEXP_SUBSTR(NAME, '[^,]+', 1, 2) AS NAME2, ... FROM INPUT_TABLE; ``` Note: The SQL syntax may vary depending on the database management system (DBMS) you're using. Keep in mind that complex Normalizer Transformations might require more intricate SQL queries, potentially involving multiple steps or Common Table Expressions (CTEs). read less
Answers 1 Comments
Dislike Bookmark

Answered on 13 Sep Learn IT Courses/Informatica/Informatica powercenter (ETL) +1 IT Courses/Tally Software/Tally Shoper 9

Sadiq

C language Faculty (online Classes )

Adding a Repository. Printing the Workspace. Setting up the Workspace Printout. Previewing the Workspace Print Out. Viewing the Last Saved Date/Time. Opening and Closing a Folder. Creating Shortcuts. Checking Out and In Versioned Objects. Searching for Objects. Entering Descriptions for Repository... read more
  1. Adding a Repository.
  2. Printing the Workspace. Setting up the Workspace Printout. Previewing the Workspace Print Out.
  3. Viewing the Last Saved Date/Time.
  4. Opening and Closing a Folder.
  5. Creating Shortcuts.
  6. Checking Out and In Versioned Objects.
  7. Searching for Objects.
  8. Entering Descriptions for Repository Objects.
read less
Answers 1 Comments
Dislike Bookmark

Answered on 13 Sep Learn IT Courses/Informatica/Informatica powercenter (ETL) +1 IT Courses/Tally Software/Tally Shoper 9

Sana Begum

My teaching experience 12 years

Opinions about Informatica PowerCenter being overrated vary depending on individual experiences, expectations, and comparisons with other tools. Here are some points to consider: Pros: 1. _Comprehensive functionality_: PowerCenter offers a wide range of features for data integration, data quality,... read more
Opinions about Informatica PowerCenter being overrated vary depending on individual experiences, expectations, and comparisons with other tools. Here are some points to consider: Pros: 1. _Comprehensive functionality_: PowerCenter offers a wide range of features for data integration, data quality, and data governance. 2. _Scalability_: It can handle large volumes of data and complex integrations. 3. _Robust security_: PowerCenter provides advanced security features, including encryption and access controls. 4. _Wide adoption_: It's widely used in various industries, making it easy to find resources and talent. Cons: 1. _Steep learning curve_: PowerCenter can be complex and challenging to learn, especially for beginners. 2. _Cost_: It's considered an expensive tool, especially for small to medium-sized organizations. 3. _Performance issues_: Some users report performance issues, especially with large datasets. 4. _Limited cloud support_: PowerCenter's cloud support is still evolving and may not be as robust as some other tools. Alternatives like Talend, Microsoft SSIS, and Oracle Data Integrator (ODI) offer similar functionality at a lower cost or with easier learning curves. However, PowerCenter's strengths in scalability, security, and comprehensive functionality make it a top choice for many organizations. Ultimately, whether Informatica PowerCenter is overrated depends on your specific needs, budget, and expectations. It's essential to evaluate the tool based on your requirements and compare it with other options before making a decision. read less
Answers 1 Comments
Dislike Bookmark

Looking for Informatica Training?

Find Online or Offline Informatica Training on UrbanPro.

Do you offer Informatica Training?

Create Free Profile »

Looking for best Informatica Training?

POST YOUR REQUIREMENT
x

Ask a Question

Please enter your Question

Please select a Tag

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more