How to fix the Oracle error ORA-01771: illegal option for a clustered table?

In this post, you’ll learn more about the Oracle ErrorORA-01771: illegal option for a clustered table with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

ORA-01771: illegal option for a clustered table

Reason for the Error ORA-01771: illegal option for a clustered table

During a CREATE or ALTER of a clustered table, the user attempted to enter one or more of the following options: INITRANS, MAXTRANS, PCTFREE, PCTUSED, STORAGE, TABLESPACE. These options may only be specified for the cluster itself.

How to fix the Error ORA-01771: illegal option for a clustered table ?

You can fix this error in Oracle by following the below steps

Remove the illegal option(s).

Tags :

Leave Your Comment