开发者

Oracle Extended Stored Procedure with C++

开发者 https://www.devze.com 2022-12-30 19:50 出处:网络
I am currently adding Oracle 10.2.0. as a viable database to a product. The product originally allows 开发者_开发知识库connection to SQL Server and I have found some extended stored procedures.

I am currently adding Oracle 10.2.0. as a viable database to a product. The product originally allows 开发者_开发知识库connection to SQL Server and I have found some extended stored procedures.

Is it possible to produce similar extended stored procedures for Oracle with C++?

If so, how do I accomplish this? Example code would be much appreciated.


You will need to use Oracle External Procedures.

Here is a discussion on getting the environment set up properly - it's tricky.

Asktom.com has an interesting discussion.

Be aware there are several security issues to be concerned with.

0

精彩评论

暂无评论...
验证码 换一张
取 消