in informatica,if i have some no.of records,if i want 1st
and 10th records..what will be the method to use?
Answer Posted / eswar
As Prakash said
ower write sq ("select *from <tableNmae> where rownum <=
10;")
Instead of using Aggregator its better if we use Router
Transformation, wherefrom we can route the rows to target
(s).
note: use two target table in which u want to load that two
records
====
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How do you update the records with or without using update strategy?
How to use procedural logic inside infromatica?
Please let me know how to make Data masking in informatica..
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
What are pre and post-session shell commands?
difference between informatica 8.1.1 and 8.6
if we have a delimiters at unwanted places in a flat file how can we over come those.
How to convert multiple rows to single row (multiple columns) in informatica
How to use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
Briefly describe lookup transformation?
What are roles and groups and benefits of using them?
Explain the shared cache and re-cache?
Can informatica load heterogeneous targets from heterogeneous sources?
How to do unit testing in informatica? How to load data in informatica ?
What is the difference between stop and abort in informatica