How to fix the Oracle error ORA-14169: invalid ALTER TABLE MODIFY SUBPARTITION option?
In this post, you’ll learn more about the Oracle ErrorORA-14169: invalid ALTER TABLE MODIFY SUBPARTITION option with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-14169: invalid ALTER TABLE MODIFY SUBPARTITION option
Reason for the Error ORA-14169: invalid ALTER TABLE MODIFY SUBPARTITION option
An option other than PCTFREE, PCTUSED, INITRANS, MAXTRANS, STORAGE, was specified in an ALTER TABLE MODIFY SUBPARTITION statement.
How to fix the Error ORA-14169: invalid ALTER TABLE MODIFY SUBPARTITION option ?
You can fix this error in Oracle by following the below steps
Specify only legal options.
Leave Your Comment