In which situation we will use persistant cache and shared
cache in real time. plzsss answer with example
Answer / nitish kumar
Persistant cache we use when our data or lookup values are not changing frequently so as we know Persistant cache will be saved in cache folder so it can be reused in next session run. Because of this reusability this will basically reduce the run time of workflow.
Also since in persistant cache we have a copy of cache file we can share the same cache to other session if it required.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the "File Repository" and how can we use that in the Informatica ? Please give one example of the Process ? waiting for Reply... Thank you .
What is workflow? What are the components of the workflow manager?
What do you mean by Parameter file? Why do we use it and what all things we can define in a parameter file?
Hi All can anyone tell me where i will get Informatica training in Mumbai?
how to load the data in fact table.. using look up transformation how to view the second record. usally look up shows matching record for only one value. if i have same value its not displaying. ex: problem i faced. i have total, student no and name in table student i used aggregation transformation to display max(total). i have two same max values in total. when i look up the student name and no for this max(total), its showing only one name and no, its leaving the second one. how to rectify it. plz tel me step by step or clearly.
How IN function works in informatica? Is it similar that of oracle IN function or different? Explain
write a sql query following source? subject mark maths 30 science 20 social 80 requird output maths science social 30 20 80
Why is meant by direct and indirect loading options in sessions?
wt is Dynamic lookup Transformation? when we use?how we use?
How do you handle two sessions in Informatica
How to load duplicate records in to a target table which has a primary key?
I have table name in that I have Rajesh Reshika Priya I want the result Like only Starting with R Rajesh Reshika Can someone help me to get these results and How?