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.