how do u get the first record from 50,000 records ?
Answer Posted / somnath pain
I suppose u r working with informatica.
So here u can import the source and after the source use a
expression transformation.
use a sq generator set start val to 1.
connect the nextval port to expession transformation.
apply a filter and set filter condition as nextval=1 connect
the filter o/p to target.
u will get the desired row.
regards,
Somnath
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Explain pmcmd command usage in informatica
How many transformations can be used in mapplets.
I am new to informatica and learning it,can anybody please tell me how we receive source as flat file in informatica,from where we get this flat file?
What is update strategy transform?
What is transformation?
What is a sequence generator transformation?
Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM
Can informatica load heterogeneous targets from heterogeneous sources?
Can we use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
Explain sessions?
Explain the types of transformations?
Tell me about MD5 functions in informatica
how to load rows into fact table in data warehouse
Informatica settings are available in which file?
What is the sequence generator transformation in informatica?