what is curr val use for in sequence generator?
Answers were Sorted based on User's Feedback
Answer / ramesh
The current value is used when we enable the recycle option in sequence generator. The current value is the starting value for the next cycle.
Ex: if we enable cycle and current value as 3 and end value as 20, then the next cycle starts from 3 after 20.
Let me know if i am wrong on ramesh.kom@hotmail.com
| Is This Answer Correct ? | 0 Yes | 6 No |
what is metadata?
Do joiner transformation use cache? If so describe?
What is meant by incremental aggregation?
What is limitations of truncate and load option
Can we create two repositories on same database instance in oracle?
Hi experts, can anyone tell how much we use plsql in real time
What can we do to improve the performance of informatica aggregator transformation?
What is a joiner transformation and why it is an active one?
For stage table data processing, suppose in first run we processed 8 records out of 10 records then in 2nd run we should consider only not processed records (here total no of records =2) along with new records which got loaded in stage table thru real time mapping. Note : In this example, 8 records are those records for which we got transaction number after lookup on trn_no_cod table and 2 records for which lookup returns trn_no as NULL
How do you implement configuration management in Informatica?
How to do unit testing in informatica? How to load data in informatica ?
If you done any modifications for a table in back end does it reflect in informatca warehouse or maping?