what is persistant cache in which situation we will use
persistantcache
Answer / reddy
parcistance cache is one of the cache which is in lookp t/r
It is used in multiple session runs.this improves the
performance.
If we wnat to run the same session more then one time then
we go for percistance cache.
| Is This Answer Correct ? | 5 Yes | 3 No |
write a query to remove null value follwing table? col1 col2 col3 dinesh null null null suresh null null null prakesh i want the output col1 col2 col3 dinesh suresh prakesh
What is decode in informatica?
how can we perform incremental aggregation?explain with example?
Explain what is informatica metadata and where is it stored?
What if the source is a flat-file?
Why should we use star schema in datawarehouse design?
(Integ) Start workflow: ERROR: User [practice] does not have sufficient privilege for this operation. how to solve this pls suggest me? THANKS in advance
source is a flat file empname, empno, sal ram, 101, 1,000 sam, 102, 2,000 ques: my target needs the data to be loaded as sal -1000 and 2000 excluding commas target empname, empno, sal ram, 101, 1000 sam, 102, 2000 how to implement this?
How would you copy the content of one repository to another repository?
please let me know which type of question arise in interview on project manager round on insurance project with answer pls reply asap.
explain about session partitions ?
I have a flat file, in which i have two fields, emp_id, emp_name. The data is like this, emp_id,emp_name 101,soha 101,ali 101,khan 102,siva 102,shanker 102,reddy. how to merge the names so that my output is like this Emp_id Emp_name 101 Soha ali kahn 102 siva shenkar reddy please provide solution