How to fix the Oracle error ORA-02158: invalid CREATE INDEX option?
In this post, you’ll learn more about the Oracle ErrorORA-02158: invalid CREATE INDEX option with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-02158: invalid CREATE INDEX option
Reason for the Error ORA-02158: invalid CREATE INDEX option
An option other than COMPRESS, NOCOMPRESS, PCTFREE, INITRANS, MAXTRANS, STORAGE, TABLESPACE, PARALLEL, NOPARALLEL, RECOVERABLE, UNRECOVERABLE, LOGGING, NOLOGGING, LOCAL, or GLOBAL was specified.
How to fix the Error ORA-02158: invalid CREATE INDEX option ?
You can fix this error in Oracle by following the below steps
Choose one of the valid CREATE INDEX options.
Leave Your Comment