hi talents,
how do u get sequece numbers with oracle sequence generator
function in informatica.... i dont need to use sequence
generator transformation..... how do u achieve this???
Answers were Sorted based on User's Feedback
Answer / jz
If you want Oracle seq then go for SQL t/r in query mode. In
that write a query ( select Sequence_name from dual) in o/p
port. You will get your result.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / santosh kumar sarangi
you can use the mapping variable with datatype as integer
and aggregation type as count. So for every row it will
generate the number.
| Is This Answer Correct ? | 0 Yes | 1 No |
How union transformation is used?
How many joins in Informatica
What are the basic needs to join two sources in a source qualifier?
I have source like this 1:2;3. so i want to load the target as 123
What are the types of lookup caches?
10 Answers Accenture, IBM, Informatica,
how to move the mappings from your local machine to claint place?
What are the different types of Type2 dimension maping?
What is a predefined event?
what is the difference between copy object import objects using repositery manager which one is best
waht is dataware house
My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?
What is target update override