Oracle Stored Procedure and custom data type

后端 未结 2 1740
旧时难觅i
旧时难觅i 2020-12-31 23:21

I have an Oracle stored procedure which takes two parameters: a custom data type and a string.

Calling the stored procedure in Oracle, I would do the following:

2条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-31 23:33

    You can pass a custom datatype from C# to Oracle procedure only if this datatype is DB-defined. Have a look at this article, this should help you get started.

提交回复
热议问题