给我看一个简单的 Oracle Streams 示例?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/4027748/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-18 21:46:02  来源:igfitidea点击:

Show me an simple example of Oracle Streams?

javaoraclejmsoracle-streams

提问by jeph perro

I am just getting started with on a project and hope to use Oracle streams.

我刚刚开始一个项目,希望使用 Oracle 流。

I am looking for a straight-forward, hello-world type of example using Oracle Streams. Can you point me to a tutorial or show me an example?

我正在寻找使用 Oracle Streams 的直接、hello-world 类型的示例。你能给我指一个教程或给我看一个例子吗?

Thanks

谢谢

采纳答案by Craig

A pretty good resource is the blog: We Do Streams

一个不错的资源是博客:We Do Streams

A good starting point is: Oracle Streams One Way Table Replication 101

一个好的起点是:Oracle Streams One Way Table Replication 101

回答by Dino Maganaris

You have to do your research about what kind of Streams setup you want to make. For a downstream setup (this means that the capture of changes in the database you use as source, will be made in the destination system) you can follow this simple guide.

您必须研究要进行什么样的 Streams 设置。对于下游设置(这意味着在您用作源的数据库中捕获更改,将在目标系统中进行)您可以遵循此简单指南

You can find details about each step of the setup at oracle's site.

您可以在oracle的站点上找到有关每个设置步骤的详细信息。