explain abt joiner t/r?
Joiner transformation is used to join source data from two
related heterogeneous sources. However this can also be used
to join data from the same source. Joiner t/r join sources
with at least one matching column. It uses a condition that
matches one or more pair of columns between the 2 sources.
To configure a Joiner t/r various settings that we do
are as below:
1)Master and detail source
2)Type of join
3)Condition of the join
| Is This Answer Correct ? | 5 Yes | 0 No |
Differentiate between a database and data warehouse?
is it possible to index the data in cache of lkp transformation ?
how to we create datamart?
What are the different types of transformation available in informatica.
Without using Lookup & Sequence Generator, How to generate Sequence?
What is the main difference between a Joiner Transformation and Union Transformation?
Whats the difference between $, $$, $$$
What are the types of error logs available in Informatica?
WHat all joins are there in Source Qualifier?
My i/p is 1,2,3,4,5,6,7,8,9,10……….. o/p to be populate in two tables as below. o/p1: 10,20,30,40,50,60,70,80,90……. o/p2: 11,21,31,41,51,61,71,881,91…….
how to delete duplicate records by using filter transfermation?
Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM