how can u generate sequence of values in which target has
more than 2billion of records.(but with sequence generator
u can generate upto 2 biliion only)

Answers were Sorted based on User's Feedback



how can u generate sequence of values in which target has more than 2billion of records.(but with ..

Answer / nagaraju bhatraju

generate a sequance values through sequesnce generator and
connet it to the target get the max value of it every time
from unconnected lookup and set this value(maxvalue) to
mapping variable so that the last max value will be stored
in repository. Once the sequance generator is reached its
max value say 2billion , set the property reset to 1 so
that sequence generator will start again to produce
sequance numbers .

and in experession write the logic like

new_seq=max(mapping_variable+sequence_generator (value)
then it is like 2million+1...2......(seq_gen)

every time sequance generator will reset to 1 after
reaching its max value

Is This Answer Correct ?    11 Yes 2 No

how can u generate sequence of values in which target has more than 2billion of records.(but with ..

Answer / sridhar tirukovela

By using the variable port in the Expression transformation
we can create more than 2 billion records.

Is This Answer Correct ?    10 Yes 3 No

how can u generate sequence of values in which target has more than 2billion of records.(but with ..

Answer / jagadish

step1
drag the source that exceed 2billion records into
mapping designer and connect it to expression
transformation.
step2
add a new column in the same expression trans with
decimal data type in any name assume column name is(PK)
step3
now create a sequence generatr trans and without
changing any property u directly connect the CURVAL port to
the newly creayed column(IN_PK) in the expression trans.
step4
now open the expression ports and add another new
column with decimal datatype assume column name is
(OP_PK),now enable the outport port of this column and open
the expression editor and write this expression{ CUME
(IN_PK)}.finally connect this output port (OP_PK) to u r
target table primary key column..u wil get the sequence no

Is This Answer Correct ?    5 Yes 3 No

how can u generate sequence of values in which target has more than 2billion of records.(but with ..

Answer / ramu

The above answer is correct and also set property like max
value is min value.

Is This Answer Correct ?    0 Yes 1 No

how can u generate sequence of values in which target has more than 2billion of records.(but with ..

Answer / amir jalali

Nagaraju's answer is correct except it would be easier to
just use the "cycle" property in the sequence generator and
combine that with the mapping variable to set the keys.

So say we have a mapping variable, $$2Billion = 0 for default.

The value of the keys would be KEY_IN +
($$2Billion)*2,000,000,000

The sequence generator would reset after hitting the 2
billion mark.

Is This Answer Correct ?    0 Yes 2 No

how can u generate sequence of values in which target has more than 2billion of records.(but with ..

Answer / chinna

by using unconnected lookup transformation u can check
condtion ie counter >0 it will be allways true,
or you can use oracle sequence or stored procedure
u have any querries revert me on chinnadw@yahoo.com

Is This Answer Correct ?    1 Yes 9 No

Post New Answer

More Informatica Interview Questions

1)you have multiple source system where u receive files ,how do you actually load into mapping using transformation,what are the transformation you use? 2)you have files in ftp location ,how do you get it into mapping with you ETL concept?

0 Answers   Bosch,


2,can we insert duplicate data with dynamic look up cache,if yes than why and if no why?

2 Answers   TCS,


what are the unix commands to start the wrk flow ?

4 Answers   Accenture, TCS,


What are partitions in informatica and which one is used for better performance?

2 Answers  


How informatica process data means how informatica works?

2 Answers   TCS,






Consider two cases: (1) Power Center Server and Client on the same machine (2) Power Center Sever and Client on the different machines what is the basic difference in these two setups and which is recommended?

2 Answers  


 Suppose you have n no.of records @ your flat file and you have seen some of records are missing while reaching to the destination. How can you trouble shoot it?

2 Answers   DELL,


How do you change parameter when you move it from development to production.

1 Answers  


What is a node in Informatica?

0 Answers  


What are the mapping paramaters and mapping variables?

1 Answers  


What are the informatica performance improvement tips

0 Answers   Informatica,


What are the Differences between static cache and dynamic cache?

1 Answers  


Categories