Cause: 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. See the solution below.
Error solution: Remove the USING INDEX clause and specify all attributes directly for the table
Database version: Oracle 11g Release 2 (11.2)