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 |
without using emailtask how will send a mail from informatica?
Calculate sum of salaries department wise. Then the sum will be repeat for all columns in each department. Develop a mapping for this.
wt is Dynamic lookup Transformation? when we use?how we use?
error reading data in flatfiles. Instead rading Ravi Teja its reading Ravi?Teja.How to handle this issue.
When will you use SQL override in a lookup transformation?
I have source like this year account month amount ----- --------- ------ -------- 1999 salaries jan 9600 1999 salaries feb 2000 1999 salaries mar 2500 2001 benfits jan 3000 2001 benfits feb 3500 2001 benfits mar 4000 -->i need target like this year account month1 month2 month3 ----- --------- -------- -------- -------- 1999 salaries 9600 2000 2500 2001 benfits 3000 3500 4000
source table have single column single record having with single space. load that source record into trg . trgt having two columns and the SOURCE TABLE LIKE COL1 BHANU PRASAD TRGT TABLE COL1 COL2 IN THAT LOAD THE RECORD IN THE trgt table LIKE COL1 COL2 BHANU PRASAD HOW ? TELL ME PLZ
what we require for D.modelling?
What are the reusable transforamtions?
can we send mail when ever it get success or faulure to other mailid?(Not company mail id)
What exactly mentioned in High level design document.can somebody explain me sequentialy.
If I have router with 10 records, if the condition doesn’t satisfy the records will pass to the default group,then where can we see that records and where that records will store?