Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: rgvenkateshOriginally posted by: rgvenkatesh
Hi,
I did add a union in front of all the dynamic SQL queries and merged them all into a single query with the AGG node.
Now, I have around 7K dynamic queries coming in into the AGG node and it even finishes off successfully but the output is not shown on the clipboard as it says the data is big for it to show on the clipboard.
So I reduced the number of records coming in just for the test and it was able to merge them properly and even the DB execute node worked fine, but as soon as I let in all the 7K records come in, even though the AGG node says it finished OK, the DB execute node fails with an Oracle error of "SQL command not properly ended".
Not sure if the huge merged data is causing this error?
Hi,
This error is now resolved as it was due to a typo in the SQL query.
Thanks a lot for the help.