What are the different types of code pages available in
informatica & how to implement it in your project?
Answer / mitali awasthi
What is code page in informatica
The code page in informatica is used to specify the
character encoding. It is selected based on the source
data. If the source data contains japanese characters, then
the code page is selected to support japanese text. When a
code page is chosen, the program or application for which
the code page is set, refers to a specific set of data that
describes the characters the application recognizes. This
influences the way that application stores, receives, and
sends character data.
Most commonly selected encoding systems are:
ASCII
UTF-8
UTF-32
| Is This Answer Correct ? | 2 Yes | 0 No |
What is an aggregator transformation? it is active why cant it be passive explain?
What is xml source qualifier transformation in informatica?
what is datamart
what is shared Cache. when we will use shared Cache?
What are junk dimensions?
How can you generate reports in informatica?
What are the differences between source qualifier and joiner transformation?
Consider a Phone Log table as below. It records all phone numbers that we dial in a given day. SOURCE_PHONE_NUMBER DESTINATION_PHONE_NUMBER CALL_START_DATETIME 1234 4567 01/07/2011 10:00 1234 2345 01/07/2011 11:00 1234 3456 01/07/2011 12:00 1234 3456 01/07/2011 13:00 1234 4567 01/07/2011 15:00 1222 7890 01/07/2011 10:00 1222 7680 01/07/2011 12:00 1222 2345 01/07/2011 13:00 Please provide an SQL query to display the source_phone_number and a flag where the flag needs to be set to Y if first called number and last called number are the same and N if the first called number and last called number are different. Desired Output: Source Number Is_Match 1222 N 1234 Y
What is synonym?
How many repositories can we create in Informatica??
what is the logic will you implement to laod the data in to one factv from 'n' number of dimension?
Which kind of index is preferred in DWH?