Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

ORA-25955

all tables must be joined in the where clause

Cause

An attempt to create a join index was made, which failed because one of the tables in the from clause did not appear in the where clause.


Action

Ensure that the where clause contains all from clause tables.