ORA-25955

Error: ORA-25955: all tables must be joined in the where clause

Causa: 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.

Acción: Ensure that the where clause contains all from clause tables.

COMENTARIOS:


No hay comentarios.