Error
Error Code:
ORA-30014
Oracle ORA-30014: Undo Mode Mismatch
Description
The ORA-30014 error indicates an attempt to perform an operation that requires Automatic Undo Management (AUM) when the database instance is not configured to use it. This typically occurs when attempting undo-related operations in manual undo mode.
Error Message
operation only supported in Automatic Undo Management mode
Known Causes
2 known causesIncorrect Undo Mode
The database instance is configured to use manual undo management instead of automatic undo management.
Configuration Change
The undo management mode was recently changed, and the instance hasn't been restarted to reflect the change.
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