Error
Error Code:
ORA-29384
Oracle ORA-29384: Too Many Groups
Description
The ORA-29384 error in Oracle Database indicates that a resource plan exceeds the maximum allowed number of consumer groups or subplans. This typically occurs when creating or modifying resource plans with a complex structure.
Error Message
ORA-29384: number of consumer groups and subplans for plan string exceeds string
Known Causes
3 known causesExceeding Limit
The resource plan directly references more than 28 distinct consumer groups or subplans.
Nested Subplans
A hierarchy of nested subplans collectively uses more than 28 consumer groups or subplans.
Plan Modification
Modifying an existing plan introduces new consumer groups or subplans, pushing the total over the limit.
Solutions
Coming SoonGeneral Troubleshooting Tips
- Check the error message carefully for specific details
- Review recent changes that might have caused the error
- Search for the exact error code in the official documentation
- Check log files for additional context
- Try restarting the application or service