what is the size ur source like(file system or database)?
how many record daily come u r banking project?
No Answer is Posted For this Question
Be the First to Post Answer
explain one complex mapping with logic? sales project?
0 Answers Accenture, JPMorgan Chase,
two tables from two different databases r there . both having same structure but different data . how to compare these two tables ?
I have 2records in target table and this record is deleted in source. Now if I run mapping twice how many records do target will have, source having 10records. Same with incrementally. Please answer me ASAP.
The Source coloumns are A,B,C with data row1- 10,20,30 row2- 40,50,60 row3-70,80,90 and so on. In the target I want one coloumn with the following data, Coloumn-X, row1-10,row2- 20,row3-30,row4-40,row5-50 and so on. How to achieve this?
Can we schedule a workflow(not a session) to run after completition of another workflow? Can we make a workflow depend on completition of another one?
What is the exact difference b/w IN and EXIST in Oracle..?
Explain pushdown optimization $pushdownconfig parameter - informatica
what is the flow?
I am Unable to load the FixedWith FlatFile Into The Target.What Is The Reason. PLZ Help Me..
How to run a session, which contains mapplet?
Consider a Phone Log table as below. It records all phone numbers that we dial in a given day. SOURCE_PHONE_NUMBER DESTINATION_PHONE_NUMBER CALL_START_DATETIME 1234 4567 01/07/2011 10:00 1234 2345 01/07/2011 11:00 1234 3456 01/07/2011 12:00 1234 3456 01/07/2011 13:00 1234 4567 01/07/2011 15:00 1222 7890 01/07/2011 10:00 1222 7680 01/07/2011 12:00 1222 2345 01/07/2011 13:00 Please provide an SQL query to display the source_phone_number and a flag where the flag needs to be set to Y if first called number and last called number are the same and N if the first called number and last called number are different. Desired Output: Source Number Is_Match 1222 N 1234 Y
Differnce between filter and router?