ORA-30926: Unable To Get A Stable Set Of Rows In The Source Tables on merge into sys.mon_mods$
(Doc ID 2452711.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 12.1.0.2 and laterInformation in this document applies to any platform.
Symptoms
When attempting to shut down the database, the error: ORA-30926: unable to get a stable set of rows in the source tables is reported.
This happens whether it is SHUTDOWN IMMEDIATE or SHUTDOWN. The only way to shut down the database without the error is using SHUTDOWN ABORT.
The failing SQL statement uses DUAL to execute a merge :
MERGE INTO sys.mon_mods$ m USING dual ON (
The Current SQL Statement from ERRORSTACK for ORA-30926 shows a SQL with (sql_id=bb926a5dcb8kr)
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 |
References |