How informatica process data means how informatica works?
Answers were Sorted based on User's Feedback
Answer / shalaka kulkarni
When work flow starts integration service retrieve mapping ,workflow ,and session form repository,It extract data from mapping sources and store in staging area apply transformation logic .then load it into target according to requirement. For that it uses three components:
Integration service process
Load balancer
DTM process
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / uday
Hi, What is the staging are here you are speaking
about...Is that on Informatica server database OR soruce
database OR target database?
| Is This Answer Correct ? | 0 Yes | 0 No |
i have n number of records in my source, i want first and last record to my target. how can u implement this scenario .
what is system requirement(SR) & business requirement(BR)?
What are the restrictions of union transformation?
Explian the connected and unconnected lookup transformation
Suppose we are using a Dynamic Lookup in a Mapping and the commit Interval set for the tgt is 10000. Then how does the data get committed in the lookup if there were only 100 roows read from the src and the dynamic lookup dint have the 100th row in it?
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
Hi experts ,I have a Source of 1000 records.I have to load 100 records in first target,101 to 200 records in 2nd target, 201 to 300 records in 3rd target and again 301 to 400 in first target like that as cyclick process. How can i acheive this.
How to display null values on a target & non-null values on a target?
write a sql query following source? subject mark maths 30 science 20 social 80 requird output maths science social 30 20 80
wt is inline view? when and why we Use ?mail to rayallarv@gmail.com
Whether Aggrigator transformation ignore the null values or consider the null values ? Advance Thanks, Manojkumar
What is session task and command task?