i have 50500 records in my source.if wf run for the first time it will load 1000 records into 1 tgt,if runs second time it will load to another tgt.targets are FF and it is need to be created dynamically.how many tgt will be created and how?
Answer Posted / harish konda
1. Declare workflow and mapping variables and assign them in Pre and Post session.
2. Use Transaction control transformation to create the target files dynamically.
Like everytime you run the session you can create the target file with the value of mapping variable as a run number.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Performance tuning( what you did in performance tuning)
What is a surrogate key?
What is the status code in stored procedure transformation?
Suppose we have a source qualifier transformation that populates two target tables. How do you ensure tgt2 is loaded after tgt1?
whats the logic to load the lower level of granularity of data to fact table.
How is Source Side push down optimization different to just providing a SQL override in Source qualifier transformation.
What is olap (on-line analytical processing?
How to call shell scripts from informatica?
In what scenario we use to improve session performance by pushdown optimization?can any one give example?
How will the document be delivered to me?
can you please explain me pre session and post session options?
How to convert a row into column and a column into rows? Name all DTM threads. What all threads stop when we issue STOP or ABORT? How to pass the value of a data(variable kind of) from one session ( generated in mapping) to another session in the same workflow... What are the tyoes of partitioning you know and how to apply them in real time ... Can partitioning be applied to expression transformation and how
Define filter transformation?
Explain the different dimensions.
What are the restrictions of union transformation?