Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

OCI-60300

cannot use virtual column as ORDER BY or FILTER BY column of domain index

Cause

An attempt was made to create a composite domain index by specifying a virtual column as an ORDER BY or FILTER BY column.


Action

Remove the virtual column from the CREATE INDEX statement.