简体   繁体   English

AWS DMS-Oracle 到 S3

[英]AWS DMS-Oracle to S3

Hi what are the steps needed to migrate my database(Oracle) to AWS using DMS.您好,使用 DMS 将我的数据库 (Oracle) 迁移到 AWS 需要哪些步骤。 i want to migrate in S3 and then using glue i will migrate it into postgres.我想在 S3 中迁移,然后使用胶水将其迁移到 postgres 中。 can anyone suggest step by step process or some link or video which can help.任何人都可以建议逐步过程或一些可以提供帮助的链接或视频。 thanks in advance.提前致谢。

If you want to migrate from Oracle to RDS PostgreSQL the most simple way is to use AWS DMS (Data Migration Services) and the AWS Schema Conversion Tool (AWS SCT).如果要从 Oracle 迁移到 RDS PostgreSQL,最简单的方法是使用 AWS DMS(数据迁移服务)和 AWS Schema Conversion Tool (AWS SCT)。

I will suggest you to take a look at DMS , it will simplify your tasks.我会建议你看看DMS ,它会简化你的任务。

Using S3 and Glue is a lot more complex, you will need to deal with the schema conversion manually, with the datatypes, the loading and so on;使用 S3 和 Glue 要复杂得多,您需要手动处理模式转换、数据类型、加载等; that is not the way to handle this task.这不是处理这项任务的方法。

I used DMS/SCT several times with great success.我多次使用 DMS/SCT 并取得了巨大成功。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM