In seqence generator transformation maximum limit is
reached,after reaching maximum limit how will u insert the
data
Answer Posted / santosh kumar sarangi
If sequence generator reached the maximum limit and can't
increase then do as follows.
1. Reset sequence generator to 0
2. Add a expression transformation make an out put port
Out_put_port= max_val_previous_sequence_gen+new_current_val
In this case you can generate next max value.
Let me know if any things wrong.
Thanks $ Regards
Santosh Kumar Sarangi
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Partition, what happens if the specified key range is shorter and longer
What is the use of source qualifier?
suppose in my source flatfile i have 10000 records in that some of master table records missed table records missed then what will u do
Can we create multiple integration service on single repository?
How can we handle two sessions in informatica?
Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM
What is persistent lookup cache?
Explain the types of transformations?
What are the types of presistent cache in look up tr.
Can some one explain me about Telecommunications(wireless) project in Informatica? Thanks in advance
What is Index Caches size?
how lookup transformation is made active in new versions... When to use connected and when to use unconnected lookup and why? which is good for session performance. How to make lookup persistent and how to remove stale data from that lookup. how commit works - when we stop or abort data. Explain in both cases. What is factless fact table and have you ever used it in real time scenarios.
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?
If I have 10 flat files with same name abc.txt files with different timestamps as source I need to load them in tgt table oracle. in between job execution fails and rows are not loaded into tgt. how can I make them load in that target even if my job fails?
What is the difference between informatica 7.0 and 8.0?