Hi,
I have created sequence named employee_seq which is used in the insert statement say employee_seq.nextval.
Assume that nextval is 100 and when two users are trying to use them in the insert statement it inserts with 100
How this situation can be avoided
Thanks