How to Extend Maximum Value for Sequence QP_LIMIT_PRICE_REQUEST_CODE_S?
(Doc ID 2745172.1)
Last updated on JANUARY 25, 2021
Applies to:
Oracle Order Management - Version 12 and laterInformation in this document applies to any platform.
Goal
How can one increase the maximum value for sequence = 'QP_LIMIT_PRICE_REQUEST_CODE_S' ?
Run the following query to determine the maximum value :
Shows:
ORA-08004:sequence QP_LIMIT_PRICE_REQUEST_CODE_S.NEXTVAL exceeds MAXVALUE
and cannot be instantiated.
08004. 00000 - "sequence &s.NEXTVAL %s %sVALUE adn cannot be instantiated"
*Cause: instantiating NEXTVAL would violate one of MAX/MINVALUE
*Action: alter the sequence so that a new value can be requested
Solution
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
Goal |
Solution |
References |