Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello / Hi
I had a requirement to get the number of rows deleted from a table after i execute the query using toraclerow. I used the option NB_LINE to get the value of number of lines deleted during the operation .
I used a tjava with System.out.println(((Integer)globalMap.get("tOracleRow_1_NB_LINE_DELETED"))); to get the info, but this always returns null. Not sure if i am going wrong somewhere. I am planning to go for a workaround with toracleinput and toracleoutput.
could anyone advice if its really the solution to go with the workaround or am i making some mistake with the toraclerow..
Thanks
Hello,
Please have a look at this article about:What-is-the-difference-between-tJava-tJavaRow-and-tJavaFlex.
Hope it will help.
Best regards
Sabrina
On executing the tjava as "when subjob ok", it works fine. Thanks..
One another question "Can we access these globalmap variables from tmap component ? "
Regards
Hello,
@sensiva wrote:
On executing the tjava as "when subjob ok", it works fine. Thanks..
One another question "Can we access these globalmap variables from tmap component ? "
Regards
What's your further processing? Could you please give us more information about your requirement?
Best regards
Sabrina