Oracle 和外部应用程序之间的数据集成?

发布于 07-20 07:18 字数 608 浏览 9 评论 0原文

我们有一个应用程序需要某些 HR(人力资源)数据(例如员工表等)来启动其所用的手动和自动化工作流程。

嗯,我正在研究如何与 Oracle 数据集成或同步,假设我有一个新客户,他拥有名为“Oracle HR”的产品,他们说我们将购买您的应用程序,但我们需要您将其与我们的 Oracle HR 系统集成。

我们的应用程序是在 .NET C# 中。如何与 Oracle 集成?

1. oracle中有没有web服务 公开我可以轮询的数据 获取并放入我的应用程序中 数据库?

1. 或者我必须要求他们提供 我是一个可以访问数据的用户 视图,以便我可以通过以下方式连接 ADO.NET 或任何其他适配器并获取 数据?

2. Oracle Fusion 到底是什么? 外行开发者的中间件 条款? 它可以使用还是炒作?

任何在双向或单向数据集成领域有一定经验的人 企业可以透露一下吗? 提前致谢。

We have an application that needs certain HR (Human Resource) data like the employee table etc. to initiate the manual and automate workflow process it is used for.

Well I am looking into the way to integrate or synchronized with Oracle Data,lets say I get a new customer who has something called "Oracle HR" and they say we will buy your application but we need you to integrate it with our Oracle HR System.

Our application is in .NET C#.How do I go about integrating with Oracle ?

1. Are there any web services in oracle
that expose the data I can poll and
get and put in my applications
database?

1. Or do I have to ask them to provide
me a user who can access the data as
views so that I can connect via
ADO.NET or any other adapter and get
the data?

2. What the heck is Oracle Fusion
Middleware in layman developer
terms? Can it be used or is it hype?

Anybody with some experience in this area of two way or one way data integration in an
enterprise can shed some light?
Thanks in advance.

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

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

发布评论

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

评论(1

若言繁花未落2024-07-27 07:18:58

如果数据模型足够了(HR 的东西应该足够),那么我会选择连接到 Oracle Schema 并使用数据。

If the data model is simply enough (HR stuff should be) then I would go with option to connect to Oracle Schema and consume the data.

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