User-515898492 posted
Hi Folks,
I am new to Oracle database implementation using c#. We have PL SQL procedure with nested object IN parameters(like the first object having another object and it has up to 3 levels).
I have implemented single object call via below reference and its worked but I unable to find the logic to pass nested object values through C#.
http://appsjack.blogspot.in/2010/09/pass-custom-udt-types-to-oracle-stored.html
Please help me to pass nested object data. Thanks in advance :)