Diffrence between static and dynamic cache
Answers were Sorted based on User's Feedback
Answer / siva prasad
Static cache: Is readonly cache. We cannot insert or update
the records dynamically.
Dynamic Cache: It will refresh the changed data and
allocate a seperate buffer for that.Each time it will
identify the changed data rather than capture entire
data.we can insert or update the records dynamically.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / sushma
If you configure lookup TRFM to use dynamic cache, then u
can use only = operator in the lookup condition,whereas LKP
TRFM using static cache can use any relational operator in
the lookup condition.
| Is This Answer Correct ? | 1 Yes | 0 No |
How do you use reject loader.
i have a source table ID NAME SAL 101 A 1000 102 B 2000 103 C 1500 target load should be ID NAME SAL 101 A 1000 101 B 2000 101 C 1500 102 A 1000 102 B 2000 102 C 1500 103 A 1000 103 B 2000 103 C 1500
what is Active lock explain
how can i invoke pmcmd in command line prompt
Can we use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
replace multiple spaces with single space.
How to generate sequence numbers without using the sequence generator transformation?
Which files are created during the session rums by informatics server?
how to get the data from the client machine and how to get server location data to client loction can any body explain to me
How can one identify whether mapping is correct or not without connecting session?
What is meant by lookup transformation?
What is the meaning of decode in informatica?