I want skip first 5 rows to load in to target? what will be
the logic at session level ??
Answer / nitin
The one way to skip records for relational sources would be
adding a SQL Query in session properties.
SELECT * FROM EMPLOYEE
MINUS
SELECT * FROM EMPLOYEE WHERE ROWNUM <= 5
This query would skip the first 5 records.
| Is This Answer Correct ? | 7 Yes | 0 No |
Mention few advantages of router transformation over filter transformation.
why we need informatica
How can we reset Sequence Generator, when we move objects from Dev Environment to QA env?
What are the steps involved in the migration from older version to newer version of Informatica Server?
i have source like X1 10 X2 20 X1 30 X2 40 i want target as X1 X2 10 20 30 40 in informatica
Explain pmcmd command usage in informatica
Hi, If any hav Informatica n DWH FAQ's,Plz do fwd to vanibv6@gmail.com Thnx Vani
what is plsql table?
How does a rank transform differ from aggregator transform functions max and min?
what is the purpose of surrogate key and diff between primary key&surrogate key
is it possible to index the data in cache of lkp transformation ?
I have a scenario with router transformation. but i dont want to capture records from default group. how can we achieve this.