Without using Lookup & Sequence Generator, How to generate
Sequence?
Answers were Sorted based on User's Feedback
Answer / brahma
using set count varriable in expression transformation.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / kalu bhai
without using sequence genarerater and lookup, we can
create sequence numbers in two ways 1.using of expresson
transformation 2. stored procedure transformation,
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / guest
Using oracle database sequence gen(from dual table)
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / naveen
by using mapping variable we can also create a sequence number
| Is This Answer Correct ? | 1 Yes | 1 No |
in my lookup table i want to catch the recently updated records from the source to target,how to achieve this and what is last commit interval point for this?
How to list Top 10 salary, without using Rank Transmission?
What is the difference between router and filter?
What are multi-group transformations?
What are the new features of informatica 9.x in developer level?
Can we use the mapping parameters or variables created in one mapping into any other reusable transformation?
What is a filter transformation?
What happens if you increase commit intervals and also decrease commitExplain grouped cross tab?
I have source like this year account month amount ----- --------- ------ -------- 1999 salaries jan 9600 1999 salaries feb 2000 1999 salaries mar 2500 2001 benfits jan 3000 2001 benfits feb 3500 2001 benfits mar 4000 -->i need target like this year account month1 month2 month3 ----- --------- -------- -------- -------- 1999 salaries 9600 2000 2500 2001 benfits 3000 3500 4000
Write the unconnected lookup syntax and how to return more than one column.
Why use shortcuts(Instead of making copies).
i have a source table ID NAME SAL 101 A 1000 102 B 2000 103 C 1500 target load should be ID NAME SAL 101 A 1000 101 B 2000 101 C 1500 102 A 1000 102 B 2000 102 C 1500 103 A 1000 103 B 2000 103 C 1500