My source has 100 records. I have targets say in number 5.
all target tables has parent and child relationships in
between themselves. Now I want to load all 100 records into
all targets. How U can ensure that record inserted in parent
and then loaded into child.
Answers were Sorted based on User's Feedback
Answer / veeru
use the constrinat based loading order in session level and
set the dependency
| Is This Answer Correct ? | 15 Yes | 0 No |
Answer / rekha
By using constraint load ordering in session level (gofor
config tab -->, then 1st option is constraint based load
ordering) we can achieve this
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / naveen
Use the target load plan & constriant based loading order in
session level and set the dependency
| Is This Answer Correct ? | 1 Yes | 2 No |
i have 1000 record flat file source i want 1st row to 1st target, 2nd row to 2nd target, 3rd row to 3rd target how will u do? Without using Mod Function? Explain....
What exactly mentioned in High level design document.can somebody explain me sequentialy.
If u select groupby port in aggregator what is output and dont select groupby option what is output
How can a transformation be made reusable?
What are the types of schemas we have in data warehouse.
How do schedule a workflow in Informatica thrice in a day? Like run the workflow at 3am, 5am and 4pm?
What you know about transaction control transformation?
How do you change parameter when you move it from development to production.
How the informatica server increases the session performance through partitioning the source?
How will you check the bottle necks in informatica? From where do you start checking?
Hi, In a mapping I have 3 targets and one fixed width file as source. Total 193 records are there . I connected one port in aggregator to all 3 targets. The same value need to be load into these 3 targets . It is loaded like that only but in different order. Why? The order of insertion should be same know for all 3 targets ? Then why the order is changed ? Any one please help me. Advance thanks.
What is the difference between the system variables $$$SessStartTime and SESSSTARTTIME?