Unnecessary parenthesis is added to tELTOracleOutput’s generated SQL 1 This is subquery for insert. This query is correct for Oracle command line. Result is returned. This is screen for subquery check. It’s same SQL as tELTOracleMap generated.
Unnecessary parenthesis is added to tELTOracleOutput’s generated SQL 2 It’s Generated SQL for ELT Job. It’s SQLException “ORA missing right parenthesis” Run same SQL on Oracle command line, The same error occurred.
Unnecessary parenthesis is added to tELTOracleOutput’s generated SQL 3 This SQL query is same as Talend generated one. It occurred error”ORA-00907”. This SQL query is removed subquery’s parenthesis from Talend generated one. It succsess.