InterviewSolution
| 1. |
What Is Data Movement Mode In Informatica And Difference Between Them? |
|
Answer» The DATA movement mode DEPENDS on whether Informatica server will process single byte or multi-byte character data set. There are two data movement modes in Informatica: I. Unicode: It allows two bytes for each character and uses the additional byte for each non ASCII character(Such as Malaysian CHARACTERS) II. ASCII: It HOLDS the data in a single byte. The data movement mode depends on whether Informatica server will process single byte or multi-byte character data set. There are two data movement modes in Informatica: I. Unicode: It allows two bytes for each character and uses the additional byte for each non ASCII character(Such as Malaysian characters) II. ASCII: It holds the data in a single byte. |
|