Error
Error Code:
ORA-28673
Oracle IOT Merge Error
Description
The ORA-28673 error indicates an attempt to perform a merge operation on an index-organized table (IOT). Merge operations are not supported for IOTs in Oracle Database.
Error Message
ORA-28673: Merge operation not allowed on an index-organized table
Known Causes
2 known causesIOT Merge Attempt
User directly tried to perform a merge operation on an index-organized table. Oracle does not support merging into IOTs.
Incorrect DDL
A DDL statement intended for a regular table was mistakenly applied to an IOT, resulting in a merge attempt.
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