Oracle Solution for Error ora-25952

Solution for Oracle Error ORA-25952

ORA-25952: join index must only contain inner equi-joins

What triggered the Error:

attempt to create a join index was made, which failed because it included a predicate which wasn't an equi-inner join.

What should we do to fix it:

move the inappropriate predicate.