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 |
Discuss the advantages & Disadvantages of star & snowflake schema?
What are the different tools in workflow manager?
What does cheating measurement mean?
What do you mean by enterprise data warehousing?
what is session parameters?
One source and 3 targets 1st row-1st target 2nd row-2nd target 3rd row-3rd target 4th row-1ist target how will u do?
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?
How to load dimension and fact in same mapping at same time.explain me the logic used for that scenario.
what are the limitations for bulk loading in informatica for all kind of databases and transformations?
Hi experts, table 1 has 10 records, table 2 has 5 records select * from table1, table2; What is the output for this query???....plz answer
how can we load 365 flat file to a single fact table (target) as a history load in single mapping?
How can u stop a batch?