what is difference between COM & DCOM?
Answer / latha
COM is technology developed by Microsoft which is based
on OO Design .COM Componenets exposes its interfaces at
interface pointer where client access Components
intrerface.
DCOM is the protocol which enables the s/w componenets in
different machine to communicate with each other through
n/w .
Is This Answer Correct ? | 9 Yes | 1 No |
How do you handle decimal places while importing a flatfile into informatica?
Why you use repository connectivity?
How would you copy the content of one repository to another repository?
What is update strategy transform?
what is persistent lookup cahce?how to use and when to use this persistent lookup cahce?explain?
what is the complex transformation you used in informatica
How can you change from reusable session into non-reusable session.
what is service oriented architecture in Informatica 8 version
1 Answers Cap Gemini, IBM, Systech, TCS,
What is status code in informatica?
In what scenario we use to improve session performance by pushdown optimization?can any one give example?
How many ways a relational source definition can be updated and what are they?
My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?