Error
Error Code: ORA-29356

Oracle ORA-29356: Invalid Directive Parameter

📦 Oracle Database
📋

Description

The ORA-29356 error occurs in Oracle Database when using the `DBMS_RESOURCE_MANAGER` package. It indicates that an invalid parameter was specified for a plan directive when the `GROUP_OR_SUBPLAN` is a plan, not a consumer group.
💬

Error Message

ORA-29356: These parameters can be specified only for directives that refer to consumer groups.
🔍

Known Causes

1 known causes
⚠️
Invalid Parameter for Plan
A parameter other than `MGMT_P1` through `MGMT_P8` or `UTILIZATION_LIMIT` was used when creating or updating a plan directive.
🛠️

Solutions

Coming Soon

Detailed step-by-step solutions for this error are being prepared. In the meantime, try these general troubleshooting tips:

General 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