Ok I've done some testing, and it looks like the Oracle (+) notication for the outer join sytax is the problem:
select *
from t_1, t_2
where t_1.some_id = t_2.some_id (+);
SELECT Failed. 3706: Syntax error: expected something between '+' and ')'.
↧