30 likes | 299 Views
Unnecessary parenthesis is added to tELTOracleOutput’s generated SQL 1. This is screen for subquery check. It’s same SQL as tELTOracleMap generated. This is subquery for insert. This query is correct for Oracle command line. Result is returned.
E N D
Unnecessary parenthesis is addedto tELTOracleOutput’sgeneratedSQL 1 This is screen for subquery check. It’s same SQL as tELTOracleMap generated. Thisissubquery for insert. This query is correct for Oracle command line. Result is returned.
Unnecessary parenthesis is addedto tELTOracleOutput’sgeneratedSQL 2 Run same SQL on Oracle command line, The same error occurred. It’s Generated SQL for ELT Job. It’s SQLException “ORA-00907 missing right parenthesis”
Unnecessary parenthesis is addedto tELTOracleOutput’sgeneratedSQL 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.