ORA-25953: join index cannot be a functional index
What triggered the Error:
attempt to create a join index was made, which failed because a functional index was requested or necessary (such as is the case for indexing columns using timezone).What should we do to fix it:
move any functional indexing columns.