Passing an array of data as an input parameter to an Oracle procedure - Stack Overflow

Passing an array of data as an input parameter to an Oracle procedure - Stack Overflow

瀏覽:1302
日期:2026-04-22
I'm trying to pass an array of (varchar) data into an Oracle procedure. The Oracle procedure would be either called from SQL*Plus or from another PL/SQL procedure like so: BEGIN...看更多