ORDER/NOORDER in oracle sequences
Hi,
I am a single instance database running on Oracle 10.2.0.4.
If I have a sequence created using ORDER clause, will oracle ensure the sequence numbers are always ordered?
I understand that sequences will have gaps. That is okay. Just want to know that it will always be ordered.
Does it really matter if we use ORDER/NOORDER for single instances? What happens if we give NOORDER?
I read oracle documentation and I still have these questions.
Thank You
Sarayu