What are the data movement modes in informatcia?
Answers were Sorted based on User's Feedback
Answer / maruthi
ascii and unicode
ascii-single byte holds all data
unicode-2 byte for each character
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / abeer
ASCII mode - Used when all sources and targets are 7 - bit
ASCII or EBCDIC character set. It stores each character in
a single byte.
Unicode Mode - Used when source and target use 8 -bit or
multibyte character set and contains character data
| Is This Answer Correct ? | 1 Yes | 0 No |
What is update strategy transform?
what is the method of error handling when session is running?
Diff b/w ShortCut and reusabel Object ?
What is the difference between a repository server and a powerhouse?
Briefly describe lookup transformation?
What are mapping parametres and variables in informatica?
write sql query following source table jan feb mar apr 100 200 300 400 500 600 700 800 900 100 200 300 i want the output format like month total jan 1500 feb 900 mar 1200 apr 1500
Comment on significance of oracle 9i in informatica when compared to oracle 8 or 8i?
Plz can anybody send Informatica and Cognos FAQ Plz To thid ID ppradeep_dwh@yahoo.co.in
Two relational tables are connected to SQ Trans,what are the possible errors it will be thrown?
If we are using an aggregator but forget to mention the group by port .what will be the output??
There are 100 lines in a file. How to print line number 31-50 and 81-90 in unix with a single command.