What are the different caches used in informatica?
Answers were Sorted based on User's Feedback
Answer / ajay
which cache u whant
for this question there so many caches are there
1)look up cache
i) static cache
ii) dynamic cache
iii)shared cache
iV) persistent
2) joiner cache
3) aggregater
4) rank
and al so data cache and index cache ok
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / munireddy
static cache
dynamic cache
shared cache
and persistent cache....
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rajan raorane
Persistent cache
Recache
Static Cache
Dynamic cache
shared cache
Is This Answer Correct ? | 3 Yes | 0 No |
Consider a Phone Log table as below. It records all phone numbers that we dial in a given day. SOURCE_PHONE_NUMBER DESTINATION_PHONE_NUMBER CALL_START_DATETIME 1234 4567 01/07/2011 10:00 1234 2345 01/07/2011 11:00 1234 3456 01/07/2011 12:00 1234 3456 01/07/2011 13:00 1234 4567 01/07/2011 15:00 1222 7890 01/07/2011 10:00 1222 7680 01/07/2011 12:00 1222 2345 01/07/2011 13:00 Please provide an SQL query to display the source_phone_number and a flag where the flag needs to be set to Y if first called number and last called number are the same and N if the first called number and last called number are different. Desired Output: Source Number Is_Match 1222 N 1234 Y
How to use Normalizer transformation?
why u go for dimensions ?
100 records in source and i have 3 targets, my requirement is first record insert into 1st target,2 record into 2nd target,3 record into 3rd target and again 4th record into 1st target like dat..how to implement dis?
Explain scd type 3 through mapping.
How will u pas the data with out debugger?
When we enable pushdown optimization technique, two options will be enabled (use view,..). Can anyone tell me how these two options will work ? When do we need to go for pushdown optimization technique ?
Define the various join types of joiner transformation?
What is sq transformation?
why we use source qualifier transformation?
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
What are connected or unconnected transformations?