 Code page compatibly –Where all changes are made to
handle the scenario.
Answer / mike
when two code pages are compatible then the characters
encoded in the code pages are virtually identical. If the
code pages are identical, then there will not be any data
loss. One code page can be a subset or superset of another.
For accurate data movement, the target code page must be a
superset of the source code page.
Superset - A code page is a superset of another code page
when it contains the character encoded in the other code
page, it also contains additional characters not contained
in the other code page.
Subset - A code page is a subset of another code page when
all characters in the code page are encoded in the other
code page.
| Is This Answer Correct ? | 1 Yes | 0 No |
why dimenstion tables are denormalized in nature ?
What is Java Transformation? what are the uses of it?
When to use normalization transformation other than cobol source?
i have a source table ID NAME SAL 101 A 1000 102 B 2000 103 C 1500 target load should be ID NAME SAL 101 A 1000 101 B 2000 101 C 1500 102 A 1000 102 B 2000 102 C 1500 103 A 1000 103 B 2000 103 C 1500
What is a candidate key?
Using Informatica Visio to generate mappings. I am getting error "Table Definition Not Found Exception Error" while importing the template.
Explain how many types of dimensions are available in informatica?
Hi, I am new to Informatica, What is a flat file and how to use flat file in infomratica please help me.
Is there any target staging area in informatica not staging area
I have a scenario with router transformation. but i dont want to capture records from default group. how can we achieve this.
Hi all, Can you please send me the Dimensions and fact tables which are used in mutual fund project. and please send me the brief summary about the project. Please do the needful.
Hi, In a mapping I have 3 targets and one fixed width file as source. Total 193 records are there . I connected one port in aggregator to all 3 targets. The same value need to be load into these 3 targets . It is loaded like that only but in different order. Why? The order of insertion should be same know for all 3 targets ? Then why the order is changed ? Any one please help me. Advance thanks.