If one flat file contains n number of records., we have to
load the records in target from 51 to 100.. how to use
expressions in Informatica..?
Answer Posted / palani
Yes. For better performance filter the records using Unix's
Head,Tail commands. Pass the particular records to SQ and
Load.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why update strategy and union transformations are active?
Explain pushdown optimization $pushdownconfig parameter - informatica
Can we create a node as a gateway node and the same node can be assigned to a grid?
Mention some types of transformation?
I have 10 columns in a flat file and 10 rows corresponding to that columns. I want column number 5 and 6 for last five records. In unix as well as informtica.
What are the different transaction levels available in transaction control transformation?
What is the status code in stored procedure transformation?
What are the different types of transformation available in informatica.
Tell me about MD5 functions in informatica
Define mapping and session?
draw informatica architecture 8.6 ?
What is the commit type if you have a transaction control transformation in the mapping?
What is a mapplet/worklet 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
Explain the shared cache and re-cache?