HomeOracleOracle Error ORA-28667: USING INDEX option not allowed for the primary key of an IOT

Oracle Error ORA-28667: USING INDEX option not allowed for the primary key of an IOT

Oracle Error Message

ORA-28667: USING INDEX option not allowed for the primary key of an IOT

Reason for the Error

User attempted to define storage attributes for the primary key index of an Index-Organized table with USING INDEX clause. All the storage attribute defined for the (IOT)table applies to the primary key index and a separate USING INDEX clause is not required.

Solution

Remove the USING INDEX clause and specify all attributes directly for the table

Share:

Leave a Reply

You May Also Like

Oracle Error Message CLSGN-32767: Internal error. Reason for the Error An unexpected error occurred. Solution Examine the message(s) that accompany...
Oracle Error Message CLSGN-00211: OCR batch operation failed. string Reason for the Error Setting a set of Oracle Cluster Registry...
Oracle Error Message CLSGN-00210: failed to get value for OCR key “string”. string Reason for the Error It was not...