Oracle Error QSM-01582: Joining equivalence, string, with table, string, not possible

Oracle Error Message

QSM-01582: Joining equivalence, string, with table, string, not possible

Reason for the Error

A column in the query is not found in the equivalence. To obtain the column, a join back of equivalence to the table by means of either the primary key, foreign key or rowid of the table is required. But join backs are not allowed for equivalence rewrite

Solution

None