Informatica : Sequence generate [closed]

删除回忆录丶 提交于 2019-12-12 05:19:28

问题


Without using sequence generator How can we generate sequences in informatica mapping ?

Thanks


回答1:


Well, like others said, I would have preferred to get a specific question on why you are trying to avoid sequence generator. Having said that, if i open myself to "the idea of an alternate" to sequence generator, some things do come to mind

  1. If you have a relatively simplistic mapping, you can embed a oracle/db sequence.nextval call hidden in the source qualifier.

  2. you can embed db/sequence call in a sql tranformation too. But know that it would be anti-performant.

  3. you will be able to achieve a sequence generator behaviour using a persistent variable too, but there are limitations and downsides.

So, again, depending upon what you are trying to do and where you are getting stuck, you might want to repost/edit your question.. and perhaps get a more direct answer.



来源:https://stackoverflow.com/questions/13350911/informatica-sequence-generate

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!