How could we generate the sequence of key values without
using sequence generator transformation in the target ??
Answer Posted / arnab
either use oracle to generate the sequence number or use an
unconnected lkp transformation which looks up on the
target, get the max(value) of the column which has to be
incremented and increment the value by 1
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is a repository manager?
what is diff b/t sorter t/r and agg have the option sorter property...
Explain joiner transformation in informatica
in reporting we add some new objects,how we get the count of the newly added objects to the report
Can you use flat files in Mapplets.
How to handle decimal places while importing a flatfile into informatica?
what is INFORMATICA TESTING process
If informatica has its scheduler why using third party scheduler?
I have worked on Informatica 7.1.1. I want to know the answer for the below question. Target is not created initially.Then how to take the DDL script from the source and run the Mapping by creating the Target dynamically?Is it possible by SQL Transformation?
Design time, run time. If you don't create parameter what will happen
Hi, I saw one mapping implemented by my seniors . In Expression transformation they implemented following logic. That is iif(is_date(in_UC_DATINV,'YYYYMMDD'),to_date(in_UC_DATINV,'Y YYYMMDD'),'Inventory Date is either invalid or null') Inventory_Date is validated only for is_date() But not validated for notisnull() . But error says “ either invalid or null “ why? Whether is_date() also check for not isnull() ? or in this logic something is different ? Please answer me . Advance thanks
Write the prerequisite tasks to achieve the session partition?
I have 100 records in source table, but I want to load 1, 5,10,15,20…..100 into target table. How can I do this? Explain in detailed mapping flow.
Slowly changing dimensions, types and where will you use them
Which files are created during the session rums by informatics server?