如何将Oracle存储过程调用为SQL存储过程 [英] How to call Oracle Stored Procedure into SQL Stored procedure

查看:57
本文介绍了如何将Oracle存储过程调用为SQL存储过程的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的朋友们,
我对如何将oracle存储过程调用到SQL存储过程有一个疑问?
有没有人知道这个答案和我一起支持并给我一个例子..

谢谢和问候,
Parthiban K

解决方案

创建 Oracle链接服务器 [ ^ ],然后调用Oracle SP,如下所示:

  EXEC '  CALL usp_myProcedure(''argument1'')')AT MyOracleServer; 





更多:

链接服务器(数据库引擎) [ ^ ]

Dear frnds,
             I have one doubt about how to call oracle stored procedure into SQL stored procedure?
Is there anybody knows this answer kindly support with me and give me an example..

Thanks and Regards,
Parthiban K

解决方案

Create Oracle Linked Server[^], then call Oracle SP as is shown below:

EXEC('CALL usp_myProcedure(''argument1'')') AT MyOracleServer;



More:
Linked Servers (Database Engine)[^]


这篇关于如何将Oracle存储过程调用为SQL存储过程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆