3. Suppose Seq Gen is supplying a increamental value to a column
of a table, suppose, table's column value reaches to maximum
value, then what will happen, will the session fail? If it is the
situation, then what should be done so that we can stop this kind
of situation in advance?

Answers were Sorted based on User's Feedback



3. Suppose Seq Gen is supplying a increamental value to a column of a table, suppose, table's ..

Answer / inon ismat

Yes, the Sequence generator will reset but there is a
possiblity of session failure. Lets say for the sake of
argument after seq reset initial value is 1. One of the
possible situation for session failure is that if the
sequence generator is feeding any column that has PK or SK
or Unique Index on the target table and the initial value
after reset i.e., in our scenario it's 1 exist in the table
then the session will fail with Database violation error.

Is This Answer Correct ?    8 Yes 1 No

3. Suppose Seq Gen is supplying a increamental value to a column of a table, suppose, table's ..

Answer / bebbo

in the properties window of seq. gen you can either select
reset or cycle option to avoid the above situation...

Is This Answer Correct ?    4 Yes 1 No

3. Suppose Seq Gen is supplying a increamental value to a column of a table, suppose, table's ..

Answer / bebbo

in the properties window of seq. gen you can either select
reset or cycle option to avoid the above situation...

Is This Answer Correct ?    1 Yes 0 No

3. Suppose Seq Gen is supplying a increamental value to a column of a table, suppose, table's ..

Answer / mukesh

write logic of seq gen. in a procedure and Use store proc
transformation.

Is This Answer Correct ?    0 Yes 0 No

3. Suppose Seq Gen is supplying a increamental value to a column of a table, suppose, table's ..

Answer / shridhar

We can use one more sequence generator after that sequence
generator or get the value of max key in unconnected lookup
tx and call that value in expression tx and add +1 to the
value and send to the next tx.

Thanks
Shridhar

Is This Answer Correct ?    0 Yes 0 No

3. Suppose Seq Gen is supplying a increamental value to a column of a table, suppose, table's ..

Answer / itsranjan

In properties window of sequence generator one can select
reset or cycle option to avoid such kind of situations.

Is This Answer Correct ?    0 Yes 1 No

3. Suppose Seq Gen is supplying a increamental value to a column of a table, suppose, table's ..

Answer / vijaykumar

Session will not fail if it reaches the maximum default
value. The Integration Services Automatically reset the
value and it's start from 1.

Is This Answer Correct ?    2 Yes 6 No

Post New Answer

More Informatica Interview Questions

what is the size ur source like(file system or database)? how many record daily come u r banking project?

0 Answers   Cognizant, Flextronics,


What is the difference between Normal load and Bulk load?

5 Answers  


When to use normalization transformation other than cobol source?

2 Answers  


What are data-driven sessions?

0 Answers  


Hi all, Can you please send me the Dimensions and fact tables which are used in mutual fund project. and please send me the brief summary about the project. Please do the needful.

0 Answers  






Explain joiner transformation in informatica

0 Answers   Informatica,


What are active transformations.

0 Answers  


What is a command that used to run a batch?

2 Answers  


How can yoU improve session performance in aggregator transformation?

8 Answers   TCS,


3. Suppose Seq Gen is supplying a increamental value to a column of a table, suppose, table's column value reaches to maximum value, then what will happen, will the session fail? If it is the situation, then what should be done so that we can stop this kind of situation in advance?

7 Answers   Accenture,


Update strategy transformation is an active transformation.How it changes the number of records that pass through it? Please explain....

2 Answers  


Why is sorter an active transformation?

0 Answers  


Categories