Oracle Error Message
ORA-01799: a column may not be outer-joined to a subquery
Reason for the Error
Solution
Either remove the (+) or make a view out of the subquery. In V6 and before, the (+) was just ignored in this case.
ORA-01799: a column may not be outer-joined to a subquery
Either remove the (+) or make a view out of the subquery. In V6 and before, the (+) was just ignored in this case.