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 |
How do you update the records with or without using update strategy?
What is the cumulative sum and moving sum?
My i/p is like below 1,2,3,4,5,6,7,8,9,10....100 I want that to be populated in two o/p as below o/p-1: 10,20,30,40,50,60,70,90... o/p-2: 11,21,31,41,51,61,71,81,91.... How to do it in ingotmatica...
What is the main data object present inbetween source and target. I answered Mapping. Transformation etc.. But it is not the answer. So please give me an apt answer. Thanks in advance
What are the reusable transforamtions?
what is the size of u r project? and what is the size of source file?
A session S_MAP1 is in Repository A. While running the session error message has displayed
What is Session and Batches?
Lookup transformation, one condition is having SQL override (Empno < 10) and the other condition is Lookup (Sal>1000), which is dynamic. How will u resolve this situation?
what is row level and column level indicator?
What are the parts of Informatica Server?
Please let me know how to make encryption and decryption with example?