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 |
When the informatica server marks that a batch is failed?
What is the maplet?
Is LOAD MANAGER AND LOAD BALANCER same in informatica?
explain abt joiner t/r?
Hi, As shown below i have repositories under that some folder are there . Between these repositories and folder some thing is there.I want to know what is that? repositories repo1 repo2 repo3 IS_## IS_## IS_## Folder1 Folder2 Folder3 - - - Here i want to what IS_## represents ? Advance Thanks
What do you understand by a term domain?
Hi If i had source like unique & duplicate records like 1,1,2,3,3,4 then i want load unique records in one target like 2,4 and i want load duplicate records like 1,1,3,3 then can any body please send me what is th scnario. my mail i shek.inform@gmail.com
WHAT IS THE DIFFERENCE BETWEEN .NET AND INFORMATICA?
What are the different lookup cache(s)?
What is aggregate cache in aggregator transformation?
What are the transformations that cannot be placed between the sort origin and the joiner transformation so that we do not lose the input sort order?
hi all, i have 1 flat file having 10 rows. like:- id name amt 100 a 100 200 b 200 100 n 300 400 p 3000 100 a 100 600 x 6000 Now i want to load half of this data into one flat file and remaining in other flat file.like :- flat file 1 id name amt 100 a 100 200 b 200 100 n 300 ---------------------- ---------------------- flat file 2 id name amt 400 p 3000 100 a 100 600 x 6000 Plz reply me ASAP.