For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Dear All,
Database: 19
We receive Strings(Array) of values from C# into Oracle procedure.
Ex:
items = {'item1','item2','item3'}
Amount = {100,200,300}
Request plsql block to dbms_output as below.
1- item1-100
2-item2-200
3-item3-300
Regards,
Afzal.