how to return multiple columes through through un-connect
lookup?
Suppose your look table has f_name,m_name,l_name and you
are using unconnected lookup.In override SQL of lookup use
f_name||~||m_name||~||l_name you cna easily get this value
using unconnected lookup in expression.use substring
function in expression transformation to separate these
three columns and make then individual port for downstream
transformation /Target.
| Is This Answer Correct ? | 15 Yes | 0 No |
How to calculate the cache size if say we are doing a performance check on a mapping and found that a particular cache needs to be changed. Is there a formula to calculate this! i know that informatica has a auto option available but how to calculate manually?
I am having a table with columns ID NAME 1 x and the requirement is to get the o/p like this 1 y ID Count(*) 1 z 1 3 2 a 2 2 2 b 3 c so write a sql query to get the id n how many times its count of repetition n there u shouldn't get the distinct(i.e id-3) Reply as early as possible
In real time scenario where can we use mapping parameters and variables?
How to improve the session performance in informatica?
What is Target Update Override? What is the Use ?
following table source target name gender name target a1 male a1 female a2 female a2 male i want a1 female update to target how will do?
I have one source table and three target tables. When the session runs for the first time involving the mapping,i want that the loading should take place in 1st Target table only. The 2nd time the same session runs the loading should take place in 2nd Target only only and similarly when the session runs for the 3rd time loading should take place in Third only. And again when the session runs for the 4th time loading should take place in 1st Target table.
When do you use mapping parameters? (In which transformations)
What is the difference between SOURCE and TARGET BASED COMMITS? What are the deliverables?in your project?
Tell me how many tables used in Ur project and how many fact tables and dimension tables used in ur project
what is the function of 'F10' informatica ?
Explain lookup transformation source types in informatica