列表中命名参数的多个实例

发布于 2024-07-16 08:58:43 字数 448 浏览 7 评论 0原文

我在从 Visual Studio 2008 的服务器资源管理器执行 Oracle 过程时遇到问题,

当我尝试执行过程时,所有输入参数都会加倍!

它只发生在我的一台工作站上,我尝试重新安装oracle产品, 但这对我没有帮助...

当我尝试执行该过程时,我收到以下错误消息:

ORA-06550: line 1, column 7:
PLS-00703: multiple instances of named argument in list
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored

我的数据连接类型是“Oracle Database”,提供程序是“.NET Framework Data Provider for Oracle”。

此致, 盖伊·贝尔坦塔尔

I have a problem executing oracle procedures from Visual Studio 2008's Server Explorer,

when i try to execute a procedure all the input parameters are doubled!

it only happend to me in one workstation, i've tried to reinstall oracle products,
but it doesn't helped me...

i get the following error message when i try execute the procedure:

ORA-06550: line 1, column 7:
PLS-00703: multiple instances of named argument in list
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored

My Data Connection type is "Oracle Database" and the provider is ".NET Framework Data Provider for Oracle".

Best Regards,
Guy Bertental

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

金兰素衣 2024-07-23 08:58:43

???? May be you have added same "OracleParameter" multiple times.
Please control your parameter list and remove repeated parameter(s) from your code;

迷离° 2024-07-23 08:58:43

使用oracom.Parameters.Clear();
executenonquery();之后

use oracom.Parameters.Clear();
after executenonquery();

心奴独伤 2024-07-23 08:58:43

VS2008 的 Service Pack 1 解决了这个问题...

Service Pack 1 for VS2008 solved the problem...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文