MYSQL - 创建镜像通过 ODBC 连接的 Oracle 表的视图/表
有谁知道是否可以在 MYSQL 中创建数据库、表或视图,以镜像或复制可通过 ODBC 连接访问的 Oracle DB 中的表。
我基本上希望能够从 MYSQL 数据库中引用 Oracle 数据库中的最新客户表。
Does anyone know if its possible to create a DB, Table or View in MYSQL which mirrors or replicates a table from an Oracle DB accessable through an ODBC connection.
I basically want to be able to reference say an up to date table of customers in the Oracle DB but from within the MYSQL DB.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想如果你能让你的 Oracle 表成为 mySQL 中的同义词,这样的事情可能会起作用。 (虽然我对 mySQL 语法不太熟悉)
I'm thinking something like this might work if you can make your Oracle table a synonym in mySQL. (I'm not too familiar with mySQL syntax though)