Dear All,
I am using a sequence ID to fill Primary Key. Let's say I performed INSERT with SeqID.NEXTVAL (e.g. it gave seq No 10) but later some other SQL statements failed I was forced to do rollback.
Next time when I am calling service SeqID.NEXTVAL gives me 11. How can I get 10?
Regards,
Ashwini