InterviewSolution
| 1. |
What Is Difference Between Partitioning Of Relational Target And Partitioning Of File Targets? |
|
Answer» PARTITION's can be done on both relational and flat files.
All these are applicable for relational targets. For flat file only database partitioning is not applicable. Informatica supports Navy partitioning. you can just SPECIFY the name of the TARGET file and create the partitions, rest will be TAKEN care by informatica session. Partition's can be done on both relational and flat files. All these are applicable for relational targets. For flat file only database partitioning is not applicable. Informatica supports Navy partitioning. you can just specify the name of the target file and create the partitions, rest will be taken care by informatica session. |
|