For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
If I create a sequence in oracle without a maximum value.What is the maximum value for that sequence.
create sequence Pl_1
increment by 1;
what will be theĀ maximum value for this sequence?