How could we generate the sequence of key values without
using sequence generator transformation in the target ??
Answer Posted / g. manthiramoorthy
Create Two Port in Exp. Trans
v_temp : v_temp+1
o_seq : IIF(ISNULL(v_temp),0,v_temp)
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
Why can't we connect source qualifier and aggrigator transformation to an expression ? Why they resticted to conncet 2 active trasformations to an passive transformation ?
What is the command used to run a batch?
Explain is there any way to read the ms excel datas directly into informatica? Like is there any possibilities to take excel file as target?
Performance tuning( what you did in performance tuning)
Explain the features of connected and unconnected lookup.
can anyone suggest best free Talend data integration training online
Explain transaction control transformation in informatica
What do mean by local and global repository?
Explain sql transformation in script mode examples in informatica
How can one identify whether mapping is correct or not without connecting session?
What do you mean by worklet?
What are the new features of informatica 9.x at the developer level?
how to load rows into fact table in data warehouse
Differences between version 7.x and 8.x.
What is sequence generator transformation in informatica?