【发布时间】:2020-10-12 14:25:14
【问题描述】:
我需要在 BizTalk 中轮询 Oracle 数据库。在 postPollStatement 中,我需要添加在 Oracle DB 中为我创建的包。谁能帮我解决这个问题?
我已经在 Visual Studio 中创建了架构,创建了端口,并且我已经配置了除了 postPollStatement 之外的所有内容。
EDIT1: 我已经做了一些研究并关注了 Microsoft Docs,但仍然没有设法让 postPollStatement 工作。 https://docs.microsoft.com/en-us/biztalk/adapters-and-accelerators/adapter-oracle-database/poll-oracle-db-using-stored-procedures-functions-or-packaged-procedures
这是我收到的错误:System.TypeInitializationException:“Oracle.DataAccess.Client.OracleConnection”的类型初始化程序引发了异常。 ---> System.BadImageFormatException:尝试加载格式不正确的程序。 (HRESULT 异常:0x8007000B)
【问题讨论】:
-
不使用 Add、Add Generated Item、Consume Adapter Service 为您创建包含它的绑定文件吗?
标签: oracle package integration biztalk polling