Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have some questions about parallelization and java global variable instanciations.
As you can see in the attached file, I have a job that loops over each row of my oracle query, which is fine.
I defined a parrallelization on my iteration and it goes into a tSetGlobalVar in which I defined 4 variables used afterwards.
Do you know if those variables are instanciated for each parallele execution or if each execution is sharing those global variables ?
Best regards