How to fix the Oracle error ORA-28652: overflow segment attributes cannot be specified?
In this post, you’ll learn more about the Oracle ErrorORA-28652: overflow segment attributes cannot be specified with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-28652: overflow segment attributes cannot be specified
Reason for the Error ORA-28652: overflow segment attributes cannot be specified
During ALTER MOVE ONLINE of a index-organized table, the user attempted to enter one or more of the following options: OVERFLOW, PCTTHRESHOLD,INCLUDING.
How to fix the Error ORA-28652: overflow segment attributes cannot be specified ?
You can fix this error in Oracle by following the below steps
Remove the illegal option(s).
Leave Your Comment