Oracle DBA, How To, Error, Cause and Action

ORA-02455: The number of cluster key column must be 1

ORA-02455: The number of cluster key column must be 1




Cause: When specifing the HASH IS option, the number of key columns must be 1.




Action: Either do not specify the HASH IS option or reduce the number of key columns.