 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 |
Hi, There is a session in my workflow which is running for a long time, atlast we found the cause is the missing index. My session is running via a stored procedure. Can I create an Index on the table which the stored procedure is using while my session is running? Please suggest. My Informatica version is PC 8.0.6 My Oracle APPS is 11.5.3. Thanks,
replace multiple spaces with single space.
Explain lookup transformation in informatica
what is the logic will you implement to laod the data in to one factv from 'n' number of dimension?
Is LOAD MANAGER AND LOAD BALANCER same in informatica?
In Lookup transformation a sql override should be done and disable the cache how do you do this procedure?
When we enable pushdown optimization technique, two options will be enabled (use view,..). Can anyone tell me how these two options will work ? When do we need to go for pushdown optimization technique ?
What are the settings that you use to configure the joiner transformation?
wtite sql query following table are city gender no chennai male 40 chennai female 35 bangalore male 10 bangalore female 25 mumbai female 15 i want the output? city male female chennai 40 35 bangalore 10 25 mumbai null 15
Differentiate between reusable transformation and mapplet.
how to get the only updated records in the target
How can we trouble shoot the commas in a column of a comma delimited flat file in Informatica