Hi,
I wish to add records (200,000 +) to the oracle table(500 at a time).
This table uses a sequence named Test_SEQ, the max value has been reached.
Sequence MAX_VALUE is 1,000,000 and its LAST_NUMBER is 1,000,000.
I believe that the Test_SEQ is used to populate the PDF_ID field.
I cannot add more rows without increasing these values or somehow
re-sequencing or re-creating the table. Please advise. Thank you.