Database Error Messages

ORA-60309

cannot use a BOOLEAN type column as ORDER BY or FILTER BY column of domain index

Cause

An attempt was made to create a composite domain index with a FILTER BY or ORDER BY column of BOOLEAN data type.


Action

Remove the column from the CREATE INDEX statement.