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 |
PLS REAL TIMERS IAM WAITING FOR FAVOROBLE REPLY..REGARDING ETL TESTING INFORMATION...ETL TESTER NEEDS ETL DEVOLPMENT KNOWLEDGE OR NOT..?. IF HE NEED DEVLPMNT KNOW WHAT HE LEANR FIRST... AS A DEVOLOPER U KNOW THE ETL TESTING PROCESS.. PLS EXPLAIN IN DETAIL THANK U
I am having source ENO ENAME LOC 1 A PUNE 2 B MUMBAI 3 C CHENNAI Target ENO ENAME LOC 1 A PUNE 2 B MUMBAI 3 C CHENNAI If a new record coming from source from same location it should directly go to specified location in target at begining EX:if Eno with 4 coming from same Pune, It should directly load into the Pune location col with '|' symbol. Help me its very urgent
Write the unconnected lookup syntax?
What are the scheduling options to run a sesion?
Informatica and datawarehousing courses in Pune?
what is metadata?
Comment on significance of oracle 9i in informatica when compared to oracle 8 or 8i?
Design a mapping to load a target table with the following values from the above source?
What is a mapplet/worklet in informatica?
select * from emp where sal>(select min(sal) from emp) how to implement the same in informatica ?
Mapplets ( can you use source qyalifier, can you use sequence generator, can you use target)
what is diff between IN and EXIT commands