Error
Error Code:
ORA-29985
Oracle Error ORA-29985: Undo Management Issue
Description
The ORA-29985 error occurs in Oracle databases when attempting to use Query Registration features while the database is configured for manual undo management. Query Registration requires automatic undo management to function correctly.
Error Message
ORA-29985: Query Registration is only supported for automatic undo management
Known Causes
2 known causesManual Undo Configuration
The database is configured to use manual undo management instead of automatic undo management (AUM).
Incorrect Initialization Parameter
The `UNDO_MANAGEMENT` initialization parameter is set to `MANUAL` instead of `AUTO`.
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