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

瀏覽:922
日期:2025-11-18
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...看更多