Memory Based Planner Fails On Sequence MRP_FULL_PEGGING_S - App-Mrp-22075 Or Ora-08004 And Discussion Of Ora-00001 Avoidance
(Doc ID 1056175.1)
Last updated on JUNE 21, 2023
Applies to:
Oracle Materials Requirement Planning - Version 11.5.10 and laterInformation in this document applies to any platform.
Executable:MRCNEW - Memory-based Planner
Goal
Log file shows MRCNEW module: Memory-based Planner failed with the following:
The SQL statement being executed at the time of the error was: select MRP_FULL_PEGGING_S.nextval from MRP_CACHE_SEQ where rownum <= and was executed from th
e file 3897853/mrp/src/mrlflp.pc.
APP-MRP-22075: An internal error has occurred (mradfpalloc, 1, 3052644, )
Statement with the error:
select MRP_FULL_PEGGING_S.nextval from MRP_CACHE_SEQ where rownum <=
3897853/mrp/src/mrlflp.pc
Sometimes the log file will show an ORA-08004 or just an 08004 error as well
05-DEC-2018 update: If users have increased the MAX_VALUE of sequence MRP_FULL_PEGGING_S above 2147483647 in order to fix the problem you may see the following error in the Memory Based Planner MRCNEW
APP-FND-01564: ORACLE error 1455 in mrsgrs_select_full_peg_sequence
Cause: mrsgrs_select_full_peg_sequence failed due to ORA-01455: converting column overflows integer datatype
The SQL statement being executed at the time of the error was: select MRP_FULL_PEGGING_S.nextval from MRP_CACHE_SEQ where ROWNUM<=: and was executed from the file 4706477/mrp/lib/mrlflp.pc.
APP-MRP-22075: An internal error has occurred (mradfpalloc, 1, 5537163, )
@ERRORTEXT Cause: The current routine encountered the specified@ERRORTEXT x Action: Contact your customer supportrepresentative.
Statement with the error:
select MRP_FULL_PEGGING_S.nextval from MRP_CACHE_SEQ where ROWNUM<=:
4706477/mrp/lib/mrlflp.pc
How do you fix this problem?
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 |
Recovery from Error Condition |
CHECK SEQUENCE |
DROP AND RE-CREATE THE SEQUENCE |
CHECK DATA AND PERFORM MAINTENANCE |
Preventative Maintenance |