Sequence HZ_CUST_ACCOUNTS_S is Approaching the Max_value For the Sequence.
(Doc ID 551643.1)
Last updated on OCTOBER 13, 2022
Applies to:
Oracle Trading Community - Version 11.5.10 and laterInformation in this document applies to any platform.
Symptoms
On 11.5.10 and above
When reviewing HZ_CUST_ACCOUNTS_S, it is noted that the sequence will reach the MAXVALUE of the sequence soon.
The sequence will need to have a higher MAXVALUE.
The details of the sequence can be noted with a query:
1. Go to SQL*Plus as APPS user
2. Run
select SEQUENCE_NAME, LAST_NUMBER,MAX_VALUE from dba_sequences
where sequence_name = 'HZ_CUST_ACCOUNTS_S';
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |