What is Update strategy and what are the
options for update strategy?
Update
Strategy is a transformation which flags row for update/insert/deletes.
Technically update/insert/deletes can also be achieved without using this
transformation by configuring it in the session.Options : DD_INSERT (1) DD_UPDATE (2) DD_DELETE(3)
No comments:
Post a Comment