Error
Error Code:
ORA-28652
ORA-28652: Invalid Overflow Options
Description
The ORA-28652 error occurs when attempting to specify overflow segment attributes (OVERFLOW, PCTTHRESHOLD, INCLUDING) during an ALTER MOVE ONLINE operation on an index-organized table. These options are not permitted during this specific operation.
Error Message
ORA-28652: overflow segment attributes cannot be specified
Known Causes
1 known causesIncorrect ALTER MOVE Syntax
The ALTER MOVE ONLINE statement for the index-organized table includes the OVERFLOW, PCTTHRESHOLD, or INCLUDING options, which are not allowed.
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