孤独溪流

文章
4
资源
0
加入时间
4年0月10天

使用c#调用oracle存储过程获取存储过程参数信息

本文介绍如何获取存储过程的参数信息,并介绍如何在c#代码中使用ODP.NET调用oracle存储过程返回结果集:1:创建包:SQL> create or replace package FORP_PROC_INFO is  2    3    -- Author  : zhanghaopeng  4    -- Created : 2005-12-14  5    -- Purpose : 获取存