Hi,In the script activity I defined a variable (string
length>255):vars.cmpdeliveries = myVar123; //myVar123 is a string with
more than 255 charactersIn the query activity, where I define the
recipients, I add the variable above using 'complementary information'
(also tried with enrichment activity, but end up with the same
error).Label: CmpDeliveriesExpression: $(vars/@cmpdeliveries)Alias:
@cmpdeliveriesWhen running the workflow I get an error:ORA-210000 Oracle
error: ORA-12899: value too large...