Hi

How do I check what is the current number for a sequence?

seqno.currval cannot be used before issuing seqno.nextval which will have one number skipped in the sequence. Any tables to check what is the current sequence number? All sequences table does not have it. Thanks!