Passing an array from .Net application to Oracle stored procedure

前端 未结 2 1168
野的像风
野的像风 2021-02-08 01:40

I need to pass an array from C#.net application to oracle stored procedure. Can anyone please let me know how to go about it? Also, which OracleType type do I use in C# when pas

2条回答
  •  别跟我提以往
    2021-02-08 02:28

    You should use DB-defined nested table types to pass an array to PL/SQL. Take a look at this nice tutorial, it might help you.

提交回复
热议问题