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 |
What do you understand by a term domain?
what is data driven?
What is use of batch file in informatica? How many types of batch file in informatica?
What are the types of data that passes between informatica server and stored procedure?
what is the necessity to use update strategy?(except for updates)
can we have to do changes in session property when we are dynamically generating target files?
What is Test load plan? Let us assume 10 records in source, how many rows will be loaded into target?
"Change cache" in Informatica ?
What is the advantage of persistent cache? When it should be used.
Which kind of index is preferred in DWH?
How union transformation is active ?
Difference between session variables and workflow variables?