whether Sequence generater T/r uses Caches? then what type
of Cache it is
Answer Posted / anup
the seq t/r uses index cache for the sequential range of
numbers for the generated keys.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How to create the list file having millions of flat files while indirect loading in informatica? In indirect file loading, suppose we have less no.of flat files then we can enter files names manually in list file creation. If millions of files are there, how can we enter the flat file names in list file?
How many input parameters can exist in an unconnected lookup?
Does an informatica transformation support only aggregate expressions?
what is the size of u r source(like file or table)?
What is informatica metadata and where is it stored?
can any one give some examples for pre sql and post sql(Except dropping and creating index).
How do you change a non-reusable transformation to reusable transformation?
Briefly describe lookup transformation?
Can we get 1st record through Informatica(without sequence number).
What is powercenter on grid?
What is the format of informatica objects in a repository?
Explain is there any way to read the ms excel datas directly into informatica? Like is there any possibilities to take excel file as target?
What are the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?
Explain what is informatica metadata and where is it stored?
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?