Hi can any one tell me the difference between persistence
and dynamic caches? On which conditions we are using these
caches?
Answer Posted / saradhi
Thank u so much srinu ......
Ur answer gaves me one idea..................
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is sq transformation?
can any one explain me what i have to tell about insurance project in interview,,,,when he asked to tell about ur project
Debugger what are the modules, what are the options you can specify when using debugger, can you change the expression condition dynamically when the debugger is running.
How to do unit testing in informatica? How to load data in informatica ?
What are the different clients of powercenter?
Explain direct and indirect flat file loading (source file type) - informatica
Briefly explain the aggregator transformation?
What are Dimensional table?
Explain where to store informatica rejected data? How to extract the informatica rejected data?
What is parallel processing in informatica?
What is lookup transformation?
Describe the impact of several join conditions and join order in a joiner transformation?
Explain the features of connected and unconnected lookup.
Why update strategy and union transformations are active?
Hi, I saw one mapping implemented by my seniors . In Expression transformation they implemented following logic. That is iif(is_date(in_UC_DATINV,'YYYYMMDD'),to_date(in_UC_DATINV,'Y YYYMMDD'),'Inventory Date is either invalid or null') Inventory_Date is validated only for is_date() But not validated for notisnull() . But error says “ either invalid or null “ why? Whether is_date() also check for not isnull() ? or in this logic something is different ? Please answer me . Advance thanks