SQL Server and Oracle Extended/External Procedures Compatibility
Is a extended/external store开发者_运维百科d procedure written in C and currently working under SQL Server viable to work under Oracle as well?
A C library is a C library, so your DLL ought to work as well in Oracle as SQL Server. The difference is in the syntax for coding the wrappers. The Oracle documentation covers this. Find out more.
精彩评论