In this post, you’ll learn more about the Oracle ErrorORA-14094: invalid ALTER TABLE EXCHANGE PARTITION option with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-14094: invalid ALTER TABLE EXCHANGE PARTITION option
Reason for the Error ORA-14094: invalid ALTER TABLE EXCHANGE PARTITION option
Name of the table to be EXCHANGED has to be followed by [{INCLUDING|EXCLUDING} INDEX][{WITH|WITHOUT} VALIDATION]
How to fix the Error ORA-14094: invalid ALTER TABLE EXCHANGE PARTITION option ?
You can fix this error in Oracle by following the below steps
Ensure that no options besides INCLDING INDEX or EXCLUDING INDEX are specified with ALTER TABLE EXCHANGE PARTITION
Leave a Reply