scenario
Answer / prasad_bestha
source table
col1 col2
101 1-a
102 1-a,2-ab
103 1-a,2-ab,3-abc
target table
col1 col2 col3
1 101 a
2 102 a
3 102 ab
4 103 a
5 103 ab
6 103 abc
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the code page compatibility?
Different types of Power center errors?
What is a sorter transformation?
Briefly describe lookup transformation?
One flatefile it contains some data but i want to dont want to load first and last record ..how it is? can u tell me complete logic?
What is meant by LDAP users?
whether Sequence generater T/r uses Caches? then what type of Cache it is
Flat file heaving 1 lack records and I want to push 52000 records to the target?
To import the flat file definition into the designer where should the flat file be placed?
In update strategy target table or flat file which gives more performance ? why?
select * from emp where sal>(select min(sal) from emp) how to implement the same in informatica ?
Can we create two repositories on same database instance in oracle?