I have some problem with migration Oracle 10g PL/SQL to DB2 v9.1 for z/OS.
We have PL/SQL procedures that receives a varchar2 type parameter in XML format for it parsing and generating some insert statements using dbms xml package. Now we have to translate this procedures to DB2 with the same functionality. I can't find a method to handle with XML data in DB2,
so can anyone give me a way to xml parsing DB2 as Oracle does? or another simple way?
Thanks for any suggestions in my problem