给我看一个简单的 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
Show me an simple example of Oracle 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
回答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的站点上找到有关每个设置步骤的详细信息。