Skip to main content

Pmcmd command usage in Informatica




19. Pmcmd command usage in Informatica.

Pmcmd command in Informatica is used to run a workflow in command prompt.


18. How to load rows into fact table in data warehouse

A fact table is centralized table in data modeling which has foreign keys and measures. Fact table is surrounded by multiple dimension table.so we have to get primary keys of all dimension tables and the measures to load into fact.

 
20. Difference between stop and abort in Informatica

Stop- will stop the task

Abort – will force stop if the task does not stop by stop process.

Comments