if the column name in sql override is diff from the column name in source qualifier,what is the impact?
Answers were Sorted based on User's Feedback
Answer / s
If the col name is diiferent then too the mapping is valid.
The only condition the no of cols in select stmt and no of
cols in source defn should match. The col values will be
assigned to the particular col name in the order which they
mentioned in the select stmt.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / chandu
After over write we have to validate the rewrited query, So
when we click on validate It shows error message.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kumarapillaietl@gmail.com
We can write any order under SQL query like Oracle SQL part , but the main thing is we need to maintain that query order in our all mapping flow. Else it's error
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / suman
if the coloumn name is different in sql override and in the
source qualifier it throws the error invalid identifier
| Is This Answer Correct ? | 0 Yes | 6 No |
Answer / srinivas
session will fail deu to column name is diff,means select
qry ll select those colomns wch r in table.
| Is This Answer Correct ? | 3 Yes | 12 No |
I've a denormalized table EMP(empno,ename,phone,addr1,addr2,fax,email). Now I want to insert the record into target in the format that, there will be 2 target rows for 1 source record. In target the row needs to be inserted as: ROW1: empno,ename,addr1,phone ROW2: empno,ename,addr2,fax,email And I'm not allowed to normalize transformation. How to achieve?
By using Transformation i need top most 5 employee salary from each deptwise? Deptno 10,20,30? which transformation we need to use?
What is DTM process?
What is the Hierarchy of DWH?
How do you implement configuration management in Informatica?
What is the difference between SOURCE and TARGET BASED COMMITS? What are the deliverables?in your project?
how may sources can be used in a mapping at a time?(limit)
What is domain in terms of informatica?
can we generate reports in informatica ? How?
design of staging area?
what we require for D.modelling?
I have a scenario with lookup table. in that lookup table have colomns, but i need to process only 10 colomns out of 50. Please te me how can we acheive it?