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 can we integrate different flat file data in a single mapping and with in a single execution
Is LOAD MANAGER AND LOAD BALANCER same in informatica?
What is deployment group?
What is sequence generator transformation in informatica?
What is a surrogate key?
Can one use mapping parameter or variables created in one mapping into any other reusable transformation?
Can we combine a flatfile and a database table using an UNION transformation?
What are the basic needs to join two sources in a source qualifier?
List the transformation in informatica.
By seeing the parameter file how do u identify wheather it is a workflow parameter or mapping parameter?
What is the difference between SOURCE and TARGET BASED COMMITS?
what is normalization? explain 1st NF, 2nd NF, 3rd NF