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 is surrogatekey ? In ur project in which situation u has used ? explain with example ?
Write the unconnected lookup syntax and how to return more than one column.
wht target override?wht advantages it has compare to target update?
What is diff between connected and unconnected lookup?
5 Answers BirlaSoft, Blue Star Infotech,
How can i maintain unique surrogate key if 2 seperate workflows from different repository run and insert/update the main table at the same time.
how much memory (size) occupied by a session at runtime
How can you recover the session in sequential batches?
hi all my source looking like below column1 column2 101,102,103 abc,def,ghi 1001,1002,1003 a,b,c i want my target is column1 column1 101 abc 102 def 103 ghi 1001 a 1002 b 1003 c any one can you help
On a day, I load 10 rows in my target and on next day if I get 10 more rows to be added to my target out of which 5 are updated rows how can I send them to target? How can I insert and update the record?
Why we use stored procedure transformation?
If a table contains 100 records we have to fetch 50-100 records from source to target?how
What are the informatica performance improvement tips