Running from either the Server or locally, when I run my workflow that is querying an Oracle db and writing to another Oracle table the process is successful for one month's of data.
However, when I take off the date filter and try to run it for everything I get the following error message:
Information | -1 | System settings restricted by the administrator, using the System Default Dedicated Sort/Join Memory size of 1023MB. |
Information | -1 | Running at a Low Priority. |
Information | 3 | Executing PreSQL: "DROP TABLE "ODS_ENSURA_POLICY"" |
Error | 3 | Executing PreSQL: "CREATE TABLE "ODS_ENSURA_POLICY" AS WITH "Tool2_c82d" AS (select cd.yearmo_num , c.custref , c.custref||c.custcheckdigit cust..." : ORA-00907: missing right parenthesis |
Error | 3 | Error running PreSQL on "NoTable": ORA-00907: missing right parenthesis |
Information | -1 | Completed Event #1: After Run: Email to mark.lurie@homeserveusa.com |
Is there something that I can do?
I get the same error if I manually truncate the table and try to do an Append, too.