Load Source into Target

How to load source into target 2 times?

Questions by sudhakar568

Showing Answers 1 - 9 of 9 Answers

Rajeev Das

  • Sep 1st, 2011
 

Try these below:

1. you can use router transformation and load data into two target.
2. use query in source qualifier insert into select * from .

please let me know if this works!!

Thanks,

  Was this answer useful?  Yes

sridkaretl

  • Oct 21st, 2011
 

hi,

we cannot use router transformation because router transformation is condition dependent and data is stored into multiple target. For using push-down optimization(Source-Qualifier) data is stored only in one target and if you try to insert again it will create duplicates or copy of the existing fields. instead i suggest to use constraint based loading which is dependent upon primary key and foreign key.

Regards,
Karthik

  Was this answer useful?  Yes

For this Question I can provide four answers
1. By using union Transformation
2. Connect target two times to two source
3. By using Target load plan
4. By using Java transformation
Note: All of the methods works only when the target having no Primary key or Unique Key.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions