ERROR | join index cannot be a functional index |
CAUSE | An 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). |
ACTION | Remove any functional indexing columns. |