从 Oracle CTL 迁移到 MySQL

发布于 2024-07-09 19:32:57 字数 364 浏览 4 评论 0原文

我想从Oracle迁移到MySQL,重要的步骤之一就是替换在Oracle环境上构建的实际作业。

基本上,我每天都会从另一个 Oracle 环境(主要是 CTL 或 Oracle 表导出)收到一些“oracle”转储文件。 今天,我的 Oracle 作业将接收到的数据 (CTL...) 加载到我的 Oracle 表中。 现在我想将我的 Oracle 表替换为 MySQL 表,继续接收来自 Oracle 环境的文件。

所以。 您是否有相同的工具或工件来读取 Oracle CTL 文件(或 来自 MySQL 环境的 Oracle 表转储)? 我已经使用了 mysqlimport GUI,但它不能满足我的需求。 我需要脚本/命令来执行这些操作。

I would like to migrate from Oracle to MySQL, and one of the important steps is to replace the actual job built on an Oracle environment.

Basically, every day I receive some 'oracle' dump files from another Oracle environment (mainly CTL or Oracle table exports). Today my Oracle jobs loaded the received data (CTL...) in my Oracle tables. Now I would like to replace my Oracle tables in MySQL tables, continuing to receive the file coming from the Oracle environment.

So. Do you have same tools or artifacts to read the Oracle CTL files (or
Oracle tables dump) from an MySQL environment?
I already used the mysqlimport GUI, but it does not meet my needs. I need the script/command to do these.

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

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

发布评论

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

评论(2

随心而道 2024-07-16 19:32:57

什么也没有想到 - 您可能需要编写自定义导出/导入脚本 - 例如,从 Oracle 编写 CSV 文件并从这些 CSV 文件加载 MySQL...或者与两者对话的作业...

虽然 Google 确实出现了使用一些跨数据库导入/导出工具 - 可能值得一试......

Nothing comes to mind - you may need to write custom export/import scripts - for example, to write CSV files from Oracle and to load MySQL from these CSV files... or a job that talks to both...

Although Google does come up with some cross-db import/export tools - it is probably worth a try...

野侃 2024-07-16 19:32:57

如果您使用的是 Windows,请从 dev.mysql.com 尝试 MySQL 迁移工具包:

MySQL迁移工具包

If you are using Windows, from dev.mysql.com, try the MySQL Migration Toolkit:

MySQL Migration Toolkit

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