Can u access a repository created in previous version of
Informatica?
how do u set partition points in the mapping?
what happens if the info.server doesn't find the session parameter in the parameter file?
Hi can anyone write query for the below input and output Table 1 col 1 100 Null 200 300 Table 2 col1 Null 400 700 800 o/p 200 700 800 2)sql col 1 contains 23x-5-45 26x-12-45 28x-10-50 o/p middlevalue should be greater than 10
How to fine tune mappings?
how do u estimate the number of partitions that a mapping really requires? Is it dependent on the machine configuration?
dimension object created in oracle can be imported in designer?how?
without using ETL tool can u prepare a Data warehousing and maintaining?
how do use session mapping parameters ?(in which transformation)
we have 1 source table containing 100 records. now we have to transfer first set of 1-10 (i.e1-10) records to one target table and another set of 1-10(11-20) records to other target table and continue like that till 100th record
how would u estimate the size of Aggregator transform data and index cache?
What are your responsibilities as an etl tester?
A mapping contains source table S_Time(stat_year,end_year) target table TIM_DIM(date,day,month,year,quarter) stored procedure transformation: A procedure has two parameters I_end_year and output parameter as O_date ,day , month, year, quarter, If this session is running, how many rows will be available in the target and why?